nostr_publish_metadata
Publish your Nostr profile metadata (kind:0) with fields like name, bio, and Lightning address. Requires two-step confirmation to safe update your public profile.
Instructions
Publish a kind:0 profile metadata event. Always demands two-step confirmation (regardless of NOSTR_REQUIRE_CONFIRM) because it overwrites your public profile and is hard to reason about safely from an LLM context. Requires kind 0 to be in NOSTR_ALLOWED_KINDS — explicitly opt in.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Display name. | |
| about | No | Short bio. | |
| lud16 | No | Lightning Address (LUD-16) for receiving zaps. | |
| nip05 | No | NIP-05 identifier (e.g. alice@getalby.com). | |
| banner | No | Banner URL. | |
| picture | No | Avatar URL. | |
| website | No | Website URL. | |
| display_name | No | Preferred display name (vs `name`). |