{
  "schemaVersion": "1.0",
  "item": {
    "slug": "nostr-social",
    "name": "Nostr Social",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/shawnyeager/nostr-social",
    "canonicalUrl": "https://clawhub.ai/shawnyeager/nostr-social",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/nostr-social",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=nostr-social",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "_meta.json",
      "install.sh",
      "scripts/nostr.js",
      "scripts/package-lock.json"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/nostr-social"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/nostr-social",
    "agentPageUrl": "https://openagent3.xyz/skills/nostr-social/agent",
    "manifestUrl": "https://openagent3.xyz/skills/nostr-social/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/nostr-social/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Nostr Skill",
        "body": "Self-sovereign Nostr identity + ecash wallet. Complete bootstrap."
      },
      {
        "title": "Capabilities Disclosure",
        "body": "This skill grants these capabilities to the agent:\n\nKey generation — Creates Nostr keypair in ~/.nostr/secret.key\nWallet creation — Cashu wallet in ~/.cocod/ (mnemonic in config.json — user backs up)\nNostr posting — Posts, DMs, zaps as the agent's identity\n\nAgent runs wallet/identity setup with explicit user consent. User is directed to back up ~/.cocod/config.json (contains mnemonic). Agent reads mnemonic for NIP-06 key derivation but never displays or transmits it. Profile images use URLs only (no local file access)."
      },
      {
        "title": "On Install",
        "body": "When skill is installed (user pastes ClawHub link), run this flow:"
      },
      {
        "title": "Step 1: Secure Setup (User Consent Required)",
        "body": "SECURITY NOTICE: This skill will create cryptographic keys for your agent. This requires:\n\nCreating Nostr identity keypair in ~/.nostr/secret.key\nCreating Cashu wallet with backup seed in ~/.cocod/config.json\nUser must explicitly backup the mnemonic seed phrase\n\n# Install dependencies\nbash {SKILL_DIR}/install.sh\n\n# Prompt user for consent before key generation\necho \"⚠️  SECURITY: This will create cryptographic keys for your agent.\"\necho \"   - Nostr identity keypair: ~/.nostr/secret.key\"  \necho \"   - Cashu wallet seed: ~/.cocod/config.json\"\necho \"   - You MUST backup your seed phrase\"\necho \"\"\nread -p \"Continue with key generation? (yes/no): \" consent\nif [ \"$consent\" != \"yes\" ]; then\n  echo \"Setup cancelled\"\n  exit 1\nfi\n\n# Create wallet (mnemonic saved to config file)\nnpx cocod init\n\n# Derive Nostr identity from wallet mnemonic (NIP-06)\nnode {SKILL_DIR}/scripts/nostr.js init\n\n# Get identity info\nNPUB=$(node {SKILL_DIR}/scripts/nostr.js whoami | grep npub | awk '{print $2}')\nLN_ADDR=$(npx cocod npc address)\n\n# Set basic profile\nnode {SKILL_DIR}/scripts/nostr.js profile-set '{\"name\":\"<NAME>\",\"about\":\"<ABOUT>\",\"lud16\":\"'$LN_ADDR'\"}'"
      },
      {
        "title": "Step 2: Report Results + Backup Warning",
        "body": "Reply to user:\n\n⚡ Nostr identity ready!\n\nnpub: npub1...\nLightning address: npub1...@npubx.cash\n\n⚠️ IMPORTANT: Back up your recovery phrase\n\nYour 24-word mnemonic is stored in:\n\n~/.cocod/config.json\n\nThis phrase recovers both your Nostr identity AND ecash wallet. Back it up securely and protect this file.\n\nReply \"done\" when you've backed it up."
      },
      {
        "title": "Step 3: Wait for \"done\"",
        "body": "Do not proceed until user confirms backup."
      },
      {
        "title": "Step 4: Ask for Owner's npub",
        "body": "What's your Nostr npub?\n\nI'll follow you so we stay connected.\n\n(Paste your npub1... or NIP-05 like you@domain.com)\n\nThen:\n\n# If NIP-05, resolve first\nnode {SKILL_DIR}/scripts/nostr.js lookup <nip05>\n\n# Follow owner\nnode {SKILL_DIR}/scripts/nostr.js follow <owner_npub>"
      },
      {
        "title": "Step 5: Ask for Profile Images",
        "body": "Do you have profile images for me?\n\nAvatar: Paste URL (square, 400x400 recommended)\nBanner: Paste URL (wide, 1500x500 recommended)\n\nOr say \"skip\" and I'll generate unique ones automatically.\n\nIf URLs provided:\n\nnode {SKILL_DIR}/scripts/nostr.js profile-set '{\"picture\":\"<avatar_url>\",\"banner\":\"<banner_url>\"}'\n\nIf skipped, use DiceBear (deterministic, unique per npub):\n\nAVATAR=\"https://api.dicebear.com/7.x/shapes/png?seed=${NPUB}&size=400\"\nBANNER=\"https://api.dicebear.com/7.x/shapes/png?seed=${NPUB}-banner&size=1500x500\"\nnode {SKILL_DIR}/scripts/nostr.js profile-set '{\"picture\":\"'$AVATAR'\",\"banner\":\"'$BANNER'\"}'"
      },
      {
        "title": "Step 6: First Post",
        "body": "Ready for your first post?\n\nTell me what to post, or say \"skip\".\n\nSuggestion: \"Hello Nostr! ⚡\"\n\nIf user provides text (use stdin to avoid shell injection):\n\necho \"<user's message>\" | node {SKILL_DIR}/scripts/nostr.js post -"
      },
      {
        "title": "Step 7: Done",
        "body": "✅ All set!\n\nFollowing you ✓\nFirst post live ✓ (if not skipped)\n\nTry: \"check my mentions\" or \"post <message>\""
      },
      {
        "title": "Posting",
        "body": "# Use stdin for content (prevents shell injection)\necho \"message\" | node {SKILL_DIR}/scripts/nostr.js post -\necho \"reply text\" | node {SKILL_DIR}/scripts/nostr.js reply <note1...> -\nnode {SKILL_DIR}/scripts/nostr.js react <note1...> 🔥\nnode {SKILL_DIR}/scripts/nostr.js repost <note1...>\nnode {SKILL_DIR}/scripts/nostr.js delete <note1...>"
      },
      {
        "title": "Reading",
        "body": "node {SKILL_DIR}/scripts/nostr.js mentions 20\nnode {SKILL_DIR}/scripts/nostr.js feed 20"
      },
      {
        "title": "Connections",
        "body": "node {SKILL_DIR}/scripts/nostr.js follow <npub>\nnode {SKILL_DIR}/scripts/nostr.js unfollow <npub>\nnode {SKILL_DIR}/scripts/nostr.js mute <npub>\nnode {SKILL_DIR}/scripts/nostr.js unmute <npub>\nnode {SKILL_DIR}/scripts/nostr.js lookup <nip05>"
      },
      {
        "title": "DMs",
        "body": "echo \"message\" | node {SKILL_DIR}/scripts/nostr.js dm <npub> -\nnode {SKILL_DIR}/scripts/nostr.js dms 10"
      },
      {
        "title": "Zaps",
        "body": "# Get invoice\nnode {SKILL_DIR}/scripts/nostr.js zap <npub> 100 \"comment\"\n# Pay it\nnpx cocod send bolt11 <invoice>"
      },
      {
        "title": "Wallet",
        "body": "npx cocod balance\nnpx cocod receive bolt11 1000    # Create invoice\nnpx cocod send bolt11 <invoice>  # Pay invoice\nnpx cocod npc address            # Lightning address"
      },
      {
        "title": "Profile",
        "body": "node {SKILL_DIR}/scripts/nostr.js whoami\nnode {SKILL_DIR}/scripts/nostr.js profile\nnode {SKILL_DIR}/scripts/nostr.js profile \"Name\" \"Bio\"\nnode {SKILL_DIR}/scripts/nostr.js profile-set '{\"name\":\"X\",\"picture\":\"URL\",\"lud16\":\"addr\"}'"
      },
      {
        "title": "Bookmarks",
        "body": "node {SKILL_DIR}/scripts/nostr.js bookmark <note1...>\nnode {SKILL_DIR}/scripts/nostr.js unbookmark <note1...>\nnode {SKILL_DIR}/scripts/nostr.js bookmarks"
      },
      {
        "title": "Relays",
        "body": "node {SKILL_DIR}/scripts/nostr.js relays\nnode {SKILL_DIR}/scripts/nostr.js relays add <url>\nnode {SKILL_DIR}/scripts/nostr.js relays remove <url>"
      },
      {
        "title": "Autoresponse (Heartbeat Integration)",
        "body": "# Get unprocessed mentions from WoT (JSON output)\nnode {SKILL_DIR}/scripts/nostr.js pending-mentions [stateFile] [limit]\n\n# Mark mention as responded (after replying)\nnode {SKILL_DIR}/scripts/nostr.js mark-responded <note1...> [responseNoteId]\n\n# Mark mention as ignored (no response needed)\nnode {SKILL_DIR}/scripts/nostr.js mark-ignored <note1...> [reason]\n\n# Check hourly rate limit (max 10/hr)\nnode {SKILL_DIR}/scripts/nostr.js rate-limit\n\n# Show autoresponse state summary\nnode {SKILL_DIR}/scripts/nostr.js autoresponse-status\n\nState file: ~/.openclaw/workspace/memory/nostr-autoresponse-state.json\nWoT source: Owner's follow list (defined in nostr.js as OWNER_PUBKEY)"
      },
      {
        "title": "User Phrases → Actions",
        "body": "User saysAction\"post X\"echo \"X\" | nostr.js post -\"reply to X with Y\"echo \"Y\" | nostr.js reply <note> -\"check mentions\"nostr.js mentions\"my feed\"nostr.js feed\"follow X\"Lookup if NIP-05 → nostr.js follow\"DM X message\"echo \"message\" | nostr.js dm <npub> -\"zap X 100 sats\"nostr.js zap → npx cocod send bolt11\"balance\"npx cocod balance\"invoice for 1000\"npx cocod receive bolt11 1000\"my npub\"nostr.js whoami\"my lightning address\"npx cocod npc address"
      },
      {
        "title": "Defaults",
        "body": "SettingValueMinthttps://mint.minibits.cash/BitcoinLightning domain@npubx.cashAvatar fallbackhttps://api.dicebear.com/7.x/shapes/png?seed=<npub>Nostr key~/.nostr/secret.keyWallet data~/.cocod/"
      },
      {
        "title": "SOUL.md",
        "body": "Pull name/about from SOUL.md or IDENTITY.md\nMatch posting voice/tone to agent's personality\nDon't be generic - posts should sound like the agent"
      },
      {
        "title": "HEARTBEAT.md",
        "body": "Add to heartbeat rotation (every 2-4 hours):\n\n# Check Nostr activity\nnode {SKILL_DIR}/scripts/nostr.js mentions 10\nnode {SKILL_DIR}/scripts/nostr.js dms 5\n\nIf mentions from WoT or zaps received → notify user."
      },
      {
        "title": "TOOLS.md",
        "body": "After setup, store for quick reference:\n\n## Nostr\n- npub: npub1...\n- Lightning: npub1...@npubx.cash  \n- Owner: npub1... (followed)"
      },
      {
        "title": "Profile Sources",
        "body": "Name: IDENTITY.md or SOUL.md\nAbout: SOUL.md description\nPicture: User-provided URL, or DiceBear fallback\nBanner: User-provided URL, or DiceBear fallback\nlud16: From npx cocod npc address"
      }
    ],
    "body": "Nostr Skill\n\nSelf-sovereign Nostr identity + ecash wallet. Complete bootstrap.\n\nCapabilities Disclosure\n\nThis skill grants these capabilities to the agent:\n\nKey generation — Creates Nostr keypair in ~/.nostr/secret.key\nWallet creation — Cashu wallet in ~/.cocod/ (mnemonic in config.json — user backs up)\nNostr posting — Posts, DMs, zaps as the agent's identity\n\nAgent runs wallet/identity setup with explicit user consent. User is directed to back up ~/.cocod/config.json (contains mnemonic). Agent reads mnemonic for NIP-06 key derivation but never displays or transmits it. Profile images use URLs only (no local file access).\n\nOn Install\n\nWhen skill is installed (user pastes ClawHub link), run this flow:\n\nStep 1: Secure Setup (User Consent Required)\n\nSECURITY NOTICE: This skill will create cryptographic keys for your agent. This requires:\n\nCreating Nostr identity keypair in ~/.nostr/secret.key\nCreating Cashu wallet with backup seed in ~/.cocod/config.json\nUser must explicitly backup the mnemonic seed phrase\n# Install dependencies\nbash {SKILL_DIR}/install.sh\n\n# Prompt user for consent before key generation\necho \"⚠️  SECURITY: This will create cryptographic keys for your agent.\"\necho \"   - Nostr identity keypair: ~/.nostr/secret.key\"  \necho \"   - Cashu wallet seed: ~/.cocod/config.json\"\necho \"   - You MUST backup your seed phrase\"\necho \"\"\nread -p \"Continue with key generation? (yes/no): \" consent\nif [ \"$consent\" != \"yes\" ]; then\n  echo \"Setup cancelled\"\n  exit 1\nfi\n\n# Create wallet (mnemonic saved to config file)\nnpx cocod init\n\n# Derive Nostr identity from wallet mnemonic (NIP-06)\nnode {SKILL_DIR}/scripts/nostr.js init\n\n# Get identity info\nNPUB=$(node {SKILL_DIR}/scripts/nostr.js whoami | grep npub | awk '{print $2}')\nLN_ADDR=$(npx cocod npc address)\n\n# Set basic profile\nnode {SKILL_DIR}/scripts/nostr.js profile-set '{\"name\":\"<NAME>\",\"about\":\"<ABOUT>\",\"lud16\":\"'$LN_ADDR'\"}'\n\nStep 2: Report Results + Backup Warning\n\nReply to user:\n\n⚡ Nostr identity ready!\n\nnpub: npub1... Lightning address: npub1...@npubx.cash\n\n⚠️ IMPORTANT: Back up your recovery phrase\n\nYour 24-word mnemonic is stored in:\n\n~/.cocod/config.json\n\n\nThis phrase recovers both your Nostr identity AND ecash wallet. Back it up securely and protect this file.\n\nReply \"done\" when you've backed it up.\n\nStep 3: Wait for \"done\"\n\nDo not proceed until user confirms backup.\n\nStep 4: Ask for Owner's npub\n\nWhat's your Nostr npub?\n\nI'll follow you so we stay connected.\n\n(Paste your npub1... or NIP-05 like you@domain.com)\n\nThen:\n\n# If NIP-05, resolve first\nnode {SKILL_DIR}/scripts/nostr.js lookup <nip05>\n\n# Follow owner\nnode {SKILL_DIR}/scripts/nostr.js follow <owner_npub>\n\nStep 5: Ask for Profile Images\n\nDo you have profile images for me?\n\nAvatar: Paste URL (square, 400x400 recommended)\nBanner: Paste URL (wide, 1500x500 recommended)\n\nOr say \"skip\" and I'll generate unique ones automatically.\n\nIf URLs provided:\n\nnode {SKILL_DIR}/scripts/nostr.js profile-set '{\"picture\":\"<avatar_url>\",\"banner\":\"<banner_url>\"}'\n\n\nIf skipped, use DiceBear (deterministic, unique per npub):\n\nAVATAR=\"https://api.dicebear.com/7.x/shapes/png?seed=${NPUB}&size=400\"\nBANNER=\"https://api.dicebear.com/7.x/shapes/png?seed=${NPUB}-banner&size=1500x500\"\nnode {SKILL_DIR}/scripts/nostr.js profile-set '{\"picture\":\"'$AVATAR'\",\"banner\":\"'$BANNER'\"}'\n\nStep 6: First Post\n\nReady for your first post?\n\nTell me what to post, or say \"skip\".\n\nSuggestion: \"Hello Nostr! ⚡\"\n\nIf user provides text (use stdin to avoid shell injection):\n\necho \"<user's message>\" | node {SKILL_DIR}/scripts/nostr.js post -\n\nStep 7: Done\n\n✅ All set!\n\nFollowing you ✓\nFirst post live ✓ (if not skipped)\n\nTry: \"check my mentions\" or \"post <message>\"\n\nCommands Reference\nPosting\n# Use stdin for content (prevents shell injection)\necho \"message\" | node {SKILL_DIR}/scripts/nostr.js post -\necho \"reply text\" | node {SKILL_DIR}/scripts/nostr.js reply <note1...> -\nnode {SKILL_DIR}/scripts/nostr.js react <note1...> 🔥\nnode {SKILL_DIR}/scripts/nostr.js repost <note1...>\nnode {SKILL_DIR}/scripts/nostr.js delete <note1...>\n\nReading\nnode {SKILL_DIR}/scripts/nostr.js mentions 20\nnode {SKILL_DIR}/scripts/nostr.js feed 20\n\nConnections\nnode {SKILL_DIR}/scripts/nostr.js follow <npub>\nnode {SKILL_DIR}/scripts/nostr.js unfollow <npub>\nnode {SKILL_DIR}/scripts/nostr.js mute <npub>\nnode {SKILL_DIR}/scripts/nostr.js unmute <npub>\nnode {SKILL_DIR}/scripts/nostr.js lookup <nip05>\n\nDMs\necho \"message\" | node {SKILL_DIR}/scripts/nostr.js dm <npub> -\nnode {SKILL_DIR}/scripts/nostr.js dms 10\n\nZaps\n# Get invoice\nnode {SKILL_DIR}/scripts/nostr.js zap <npub> 100 \"comment\"\n# Pay it\nnpx cocod send bolt11 <invoice>\n\nWallet\nnpx cocod balance\nnpx cocod receive bolt11 1000    # Create invoice\nnpx cocod send bolt11 <invoice>  # Pay invoice\nnpx cocod npc address            # Lightning address\n\nProfile\nnode {SKILL_DIR}/scripts/nostr.js whoami\nnode {SKILL_DIR}/scripts/nostr.js profile\nnode {SKILL_DIR}/scripts/nostr.js profile \"Name\" \"Bio\"\nnode {SKILL_DIR}/scripts/nostr.js profile-set '{\"name\":\"X\",\"picture\":\"URL\",\"lud16\":\"addr\"}'\n\nBookmarks\nnode {SKILL_DIR}/scripts/nostr.js bookmark <note1...>\nnode {SKILL_DIR}/scripts/nostr.js unbookmark <note1...>\nnode {SKILL_DIR}/scripts/nostr.js bookmarks\n\nRelays\nnode {SKILL_DIR}/scripts/nostr.js relays\nnode {SKILL_DIR}/scripts/nostr.js relays add <url>\nnode {SKILL_DIR}/scripts/nostr.js relays remove <url>\n\nAutoresponse (Heartbeat Integration)\n# Get unprocessed mentions from WoT (JSON output)\nnode {SKILL_DIR}/scripts/nostr.js pending-mentions [stateFile] [limit]\n\n# Mark mention as responded (after replying)\nnode {SKILL_DIR}/scripts/nostr.js mark-responded <note1...> [responseNoteId]\n\n# Mark mention as ignored (no response needed)\nnode {SKILL_DIR}/scripts/nostr.js mark-ignored <note1...> [reason]\n\n# Check hourly rate limit (max 10/hr)\nnode {SKILL_DIR}/scripts/nostr.js rate-limit\n\n# Show autoresponse state summary\nnode {SKILL_DIR}/scripts/nostr.js autoresponse-status\n\n\nState file: ~/.openclaw/workspace/memory/nostr-autoresponse-state.json WoT source: Owner's follow list (defined in nostr.js as OWNER_PUBKEY)\n\nUser Phrases → Actions\nUser says\tAction\n\"post X\"\techo \"X\" | nostr.js post -\n\"reply to X with Y\"\techo \"Y\" | nostr.js reply <note> -\n\"check mentions\"\tnostr.js mentions\n\"my feed\"\tnostr.js feed\n\"follow X\"\tLookup if NIP-05 → nostr.js follow\n\"DM X message\"\techo \"message\" | nostr.js dm <npub> -\n\"zap X 100 sats\"\tnostr.js zap → npx cocod send bolt11\n\"balance\"\tnpx cocod balance\n\"invoice for 1000\"\tnpx cocod receive bolt11 1000\n\"my npub\"\tnostr.js whoami\n\"my lightning address\"\tnpx cocod npc address\nDefaults\nSetting\tValue\nMint\thttps://mint.minibits.cash/Bitcoin\nLightning domain\t@npubx.cash\nAvatar fallback\thttps://api.dicebear.com/7.x/shapes/png?seed=<npub>\nNostr key\t~/.nostr/secret.key\nWallet data\t~/.cocod/\nIntegration\nSOUL.md\nPull name/about from SOUL.md or IDENTITY.md\nMatch posting voice/tone to agent's personality\nDon't be generic - posts should sound like the agent\nHEARTBEAT.md\n\nAdd to heartbeat rotation (every 2-4 hours):\n\n# Check Nostr activity\nnode {SKILL_DIR}/scripts/nostr.js mentions 10\nnode {SKILL_DIR}/scripts/nostr.js dms 5\n\n\nIf mentions from WoT or zaps received → notify user.\n\nTOOLS.md\n\nAfter setup, store for quick reference:\n\n## Nostr\n- npub: npub1...\n- Lightning: npub1...@npubx.cash  \n- Owner: npub1... (followed)\n\nProfile Sources\nName: IDENTITY.md or SOUL.md\nAbout: SOUL.md description\nPicture: User-provided URL, or DiceBear fallback\nBanner: User-provided URL, or DiceBear fallback\nlud16: From npx cocod npc address"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/shawnyeager/nostr-social",
    "publisherUrl": "https://clawhub.ai/shawnyeager/nostr-social",
    "owner": "shawnyeager",
    "version": "1.1.8",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/nostr-social",
    "downloadUrl": "https://openagent3.xyz/downloads/nostr-social",
    "agentUrl": "https://openagent3.xyz/skills/nostr-social/agent",
    "manifestUrl": "https://openagent3.xyz/skills/nostr-social/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/nostr-social/agent.md"
  }
}