{
  "schemaVersion": "1.0",
  "item": {
    "slug": "fadnote",
    "name": "FadNote",
    "source": "tencent",
    "type": "skill",
    "category": "安全合规",
    "sourceUrl": "https://clawhub.ai/easyFloyd/fadnote",
    "canonicalUrl": "https://clawhub.ai/easyFloyd/fadnote",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/fadnote",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=fadnote",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "package.json",
      "scripts/fadnote.js",
      "SKILL.md"
    ],
    "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. 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. 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-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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/fadnote"
    },
    "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/fadnote",
    "agentPageUrl": "https://openagent3.xyz/skills/fadnote/agent",
    "manifestUrl": "https://openagent3.xyz/skills/fadnote/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/fadnote/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. 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. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "FadNote Skill",
        "body": "Secure self-destructing shareable notes for OpenClaw\n\nCreate encrypted, one-time-read notes directly from OpenClaw. The server never sees your plaintext."
      },
      {
        "title": "Overview",
        "body": "PropertyValueNamefadnoteVersion1.0.2AuthoreasyFloydLicenseMITOpen SourceYes — https://github.com/easyFloyd/fadnoteRuntimeNode.js 18+"
      },
      {
        "title": "Installation",
        "body": "# Via ClawHub\nclaw install fadnote\n\n# Manual\ngit clone https://github.com/easyFloyd/fadnote.git\nln -s $(pwd)/fadnote/openclaw-skill/scripts/fadnote.js ~/.claw/bin/fadnote"
      },
      {
        "title": "Configuration",
        "body": "VariableDefaultDescriptionFADNOTE_URLhttps://fadnote.comFadNote server endpoint"
      },
      {
        "title": "From OpenClaw",
        "body": "user: Secure this API key: sk-abc123xyz\n\nclaw: I'll create a secure, self-destructing note for that.\n      [runs: echo \"sk-abc123xyz\" | fadnote]\n\n      🔗 https://fadnote.com/n/abc123# decryption-key-here\n\n      Share it with the recipient via any channel and this link will self-destruct after first view."
      },
      {
        "title": "CLI Usage",
        "body": "Usage: fadnote [options] [text]\n         echo \"text\" | fadnote [options]\n\n  Create secure self-destructing notes that can only be viewed once.\n\n  Options:\n    -h, --help          Show this help message and exit\n        --ttl <secs>    Time until note expires (default: 86400 = 24h)\n        --json          Output JSON with noteId, expiresIn, and decryptionUrl\n\n  Environment:\n    FADNOTE_URL         API endpoint (default: https://fadnote.com)\n\n  Examples:\n    # Standard\n    fadnote \"My secret message\" # direct input\n    echo \"My secret\" | fadnote # from stdin\n\n    # With options\n    fadnote --ttl 3600 \"Expires in 1 hour\" # Custom TTL\n    fadnote --json --ttl 7200 \"JSON output\" # JSON output:\n      # {noteId: string, expiresIn: number, decryptionUrl: string}\n\n    # File and clipboard input\n    cat file.txt | fadnote --ttl 86400 # from stdin with options\n    pbpaste | fadnote  # macOS clipboard\n    xclip -o -selection clipboard | fadnote # from clipboard (Linux with xclip)\n    xsel -b | fadnote # from clipboard (Linux with xsel)\n\nSingle Output: Single line with the shareable URL.\n\nJSON Output:\n\n{\n  noteId: string,\n  expiresIn: number,\n  decryptionUrl: string\n}"
      },
      {
        "title": "Triggers",
        "body": "I (OpenClaw) will automatically use the FadNote skill when you say any of:\n\n\"Secure this [content]\"\n\"FadNote this [content]\"\n\"Create a secure link for [content]\"\n\"Share this securely: [content]\"\n\"One-time note: [content]\"\n\"Encrypt and share [content]\"\n\nWith email delivery (if email skill is present):\n\n\"Secure this and email to [recipient]: [content]\"\n\"FadNote this to [email]\"\n\"Send secure note to [email]\"\n\nExamples:\n\n- Secure this API key: sk-live-12345\n\n- FadNote this password for the server\n\n- Create a secure link for these credentials\n\n- Share this securely: my private SSH key\n\n- One-time note: the meeting location"
      },
      {
        "title": "Security",
        "body": "Client-side encryption — AES-256-GCM with PBKDF2 (600k iterations)\nZero knowledge — Server receives only encrypted blobs\nOne-time read — Note deleted immediately after first fetch\nAuto-expire — Default 24 hour TTL\nOpen Source — Server code is publicly auditable at https://github.com/easyFloyd/fadnote\n\nThe decryption key is embedded in the URL fragment (#key) and never sent to the server."
      },
      {
        "title": "Files",
        "body": "openclaw-skill/\n├── SKILL.md           # This file\n└── scripts/\n    └── fadnote.js     # Main CLI script (~160 lines)"
      },
      {
        "title": "Requirements",
        "body": "Node.js 18+ (no external dependencies)"
      },
      {
        "title": "Troubleshooting",
        "body": "ErrorCauseSolutionFADNOTE_URL not setEnvironment variable missingexport FADNOTE_URL=https://fadnote.comEmpty noteNo input providedPipe text into fadnote: echo \"secret\" | fadnote404 Not FoundServer endpoint wrongCheck FADNOTE_URL points to a running FadNote instanceConnection refusedServer unreachableVerify server is up or use the live serviceCrypto not availableNode.js < 18Upgrade to Node.js 18+"
      },
      {
        "title": "Links",
        "body": "Live Service: https://fadnote.com\nSource: https://github.com/easyFloyd/fadnote\nIssues: https://github.com/easyFloyd/fadnote/issues"
      }
    ],
    "body": "FadNote Skill\n\nSecure self-destructing shareable notes for OpenClaw\n\nCreate encrypted, one-time-read notes directly from OpenClaw. The server never sees your plaintext.\n\nOverview\nProperty\tValue\nName\tfadnote\nVersion\t1.0.2\nAuthor\teasyFloyd\nLicense\tMIT\nOpen Source\tYes — https://github.com/easyFloyd/fadnote\nRuntime\tNode.js 18+\nInstallation\n# Via ClawHub\nclaw install fadnote\n\n# Manual\ngit clone https://github.com/easyFloyd/fadnote.git\nln -s $(pwd)/fadnote/openclaw-skill/scripts/fadnote.js ~/.claw/bin/fadnote\n\nConfiguration\nVariable\tDefault\tDescription\nFADNOTE_URL\thttps://fadnote.com\tFadNote server endpoint\nUsage\nFrom OpenClaw\nuser: Secure this API key: sk-abc123xyz\n\nclaw: I'll create a secure, self-destructing note for that.\n      [runs: echo \"sk-abc123xyz\" | fadnote]\n\n      🔗 https://fadnote.com/n/abc123# decryption-key-here\n\n      Share it with the recipient via any channel and this link will self-destruct after first view.\n\nCLI Usage\n  Usage: fadnote [options] [text]\n         echo \"text\" | fadnote [options]\n\n  Create secure self-destructing notes that can only be viewed once.\n\n  Options:\n    -h, --help          Show this help message and exit\n        --ttl <secs>    Time until note expires (default: 86400 = 24h)\n        --json          Output JSON with noteId, expiresIn, and decryptionUrl\n\n  Environment:\n    FADNOTE_URL         API endpoint (default: https://fadnote.com)\n\n  Examples:\n    # Standard\n    fadnote \"My secret message\" # direct input\n    echo \"My secret\" | fadnote # from stdin\n\n    # With options\n    fadnote --ttl 3600 \"Expires in 1 hour\" # Custom TTL\n    fadnote --json --ttl 7200 \"JSON output\" # JSON output:\n      # {noteId: string, expiresIn: number, decryptionUrl: string}\n\n    # File and clipboard input\n    cat file.txt | fadnote --ttl 86400 # from stdin with options\n    pbpaste | fadnote  # macOS clipboard\n    xclip -o -selection clipboard | fadnote # from clipboard (Linux with xclip)\n    xsel -b | fadnote # from clipboard (Linux with xsel)\n\n\n\nSingle Output: Single line with the shareable URL.\n\nJSON Output:\n\n{\n  noteId: string,\n  expiresIn: number,\n  decryptionUrl: string\n}\n\nTriggers\n\nI (OpenClaw) will automatically use the FadNote skill when you say any of:\n\n\"Secure this [content]\"\n\"FadNote this [content]\"\n\"Create a secure link for [content]\"\n\"Share this securely: [content]\"\n\"One-time note: [content]\"\n\"Encrypt and share [content]\"\n\nWith email delivery (if email skill is present):\n\n\"Secure this and email to [recipient]: [content]\"\n\"FadNote this to [email]\"\n\"Send secure note to [email]\"\n\nExamples:\n\n- Secure this API key: sk-live-12345\n\n- FadNote this password for the server\n\n- Create a secure link for these credentials\n\n- Share this securely: my private SSH key\n\n- One-time note: the meeting location\n\nSecurity\nClient-side encryption — AES-256-GCM with PBKDF2 (600k iterations)\nZero knowledge — Server receives only encrypted blobs\nOne-time read — Note deleted immediately after first fetch\nAuto-expire — Default 24 hour TTL\nOpen Source — Server code is publicly auditable at https://github.com/easyFloyd/fadnote\n\nThe decryption key is embedded in the URL fragment (#key) and never sent to the server.\n\nFiles\nopenclaw-skill/\n├── SKILL.md           # This file\n└── scripts/\n    └── fadnote.js     # Main CLI script (~160 lines)\n\nRequirements\nNode.js 18+ (no external dependencies)\nTroubleshooting\nError\tCause\tSolution\nFADNOTE_URL not set\tEnvironment variable missing\texport FADNOTE_URL=https://fadnote.com\nEmpty note\tNo input provided\tPipe text into fadnote: echo \"secret\" | fadnote\n404 Not Found\tServer endpoint wrong\tCheck FADNOTE_URL points to a running FadNote instance\nConnection refused\tServer unreachable\tVerify server is up or use the live service\nCrypto not available\tNode.js < 18\tUpgrade to Node.js 18+\nLinks\nLive Service: https://fadnote.com\nSource: https://github.com/easyFloyd/fadnote\nIssues: https://github.com/easyFloyd/fadnote/issues"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/easyFloyd/fadnote",
    "publisherUrl": "https://clawhub.ai/easyFloyd/fadnote",
    "owner": "easyFloyd",
    "version": "1.0.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/fadnote",
    "downloadUrl": "https://openagent3.xyz/downloads/fadnote",
    "agentUrl": "https://openagent3.xyz/skills/fadnote/agent",
    "manifestUrl": "https://openagent3.xyz/skills/fadnote/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/fadnote/agent.md"
  }
}