-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yaml
More file actions
16 lines (16 loc) · 789 Bytes
/
plugin.yaml
File metadata and controls
16 lines (16 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: nostrkey
version: 0.2.0
description: "Give your Hermes Agent its own Nostr identity. Generate keypairs, sign events, encrypt to disk, back up identities. Seven tools. nsec and seed phrase are NEVER returned by generate/load — retrieval requires the gated nostrkey_export_nsec / nostrkey_export_seed_phrase tools, which need NOSTRKEY_REVEAL_CODE env var + matching confirmation_code + purpose ≥20 chars. All export attempts logged to $HERMES_HOME/.nostrkey/reveal_audit.log. See SKILL.md for the three-level disclosure protocol."
provides_tools:
- nostrkey_generate
- nostrkey_whoami
- nostrkey_save
- nostrkey_load
- nostrkey_sign_event
- nostrkey_export_nsec
- nostrkey_export_seed_phrase
author: Humanjava Enterprises
kind: backend
platforms:
- linux
- macos