{
  "schemaVersion": "1.0",
  "item": {
    "slug": "notectl",
    "name": "Notectl",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/rainbat/notectl",
    "canonicalUrl": "https://clawhub.ai/rainbat/notectl",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/notectl",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=notectl",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "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",
      "slug": "notectl",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-06T05:35:59.368Z",
      "expiresAt": "2026-05-13T05:35:59.368Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=notectl",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=notectl",
        "contentDisposition": "attachment; filename=\"notectl-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "notectl"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/notectl"
    },
    "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/notectl",
    "agentPageUrl": "https://openagent3.xyz/skills/notectl/agent",
    "manifestUrl": "https://openagent3.xyz/skills/notectl/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/notectl/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": "notectl - Apple Notes CLI",
        "body": "Manage Apple Notes from the command line using AppleScript."
      },
      {
        "title": "Commands",
        "body": "CommandDescriptionnotectl foldersList all folders with note countsnotectl list [folder]List notes in a folder (default: Notes)notectl show <title>Show note content by titlenotectl add <title>Create a new notenotectl search <query>Search notes by title or contentnotectl append <title>Append text to an existing note"
      },
      {
        "title": "Examples",
        "body": "# List all folders\nnotectl folders\n\n# List notes in default folder\nnotectl list\n\n# List notes in specific folder\nnotectl list \"rainbat-projects\"\nnotectl list Papi\n\n# Show a note\nnotectl show \"Meeting Notes\"\n\n# Create a note\nnotectl add \"New Idea\"\nnotectl add \"Project Plan\" --folder research --body \"Initial thoughts...\"\n\n# Search all notes\nnotectl search \"clawdbot\"\nnotectl search \"API\"\n\n# Append to a note (daily log style)\nnotectl append \"Daily Log\" --text \"- Completed feature X\""
      },
      {
        "title": "Options for add",
        "body": "OptionDescriptionDefault-f, --folder <name>Folder to create note inNotes-b, --body <text>Note body contentempty"
      },
      {
        "title": "Options for append",
        "body": "OptionDescription-t, --text <text>Text to append to the note"
      },
      {
        "title": "Available Folders",
        "body": "Folders on this system:\n\nNotes (default)\nresearch\nrainbat-projects\nPapi\nrenova-roll\nJournal\nCheatSheets\npet-projects"
      }
    ],
    "body": "notectl - Apple Notes CLI\n\nManage Apple Notes from the command line using AppleScript.\n\nCommands\nCommand\tDescription\nnotectl folders\tList all folders with note counts\nnotectl list [folder]\tList notes in a folder (default: Notes)\nnotectl show <title>\tShow note content by title\nnotectl add <title>\tCreate a new note\nnotectl search <query>\tSearch notes by title or content\nnotectl append <title>\tAppend text to an existing note\nExamples\n# List all folders\nnotectl folders\n\n# List notes in default folder\nnotectl list\n\n# List notes in specific folder\nnotectl list \"rainbat-projects\"\nnotectl list Papi\n\n# Show a note\nnotectl show \"Meeting Notes\"\n\n# Create a note\nnotectl add \"New Idea\"\nnotectl add \"Project Plan\" --folder research --body \"Initial thoughts...\"\n\n# Search all notes\nnotectl search \"clawdbot\"\nnotectl search \"API\"\n\n# Append to a note (daily log style)\nnotectl append \"Daily Log\" --text \"- Completed feature X\"\n\nOptions for add\nOption\tDescription\tDefault\n-f, --folder <name>\tFolder to create note in\tNotes\n-b, --body <text>\tNote body content\tempty\nOptions for append\nOption\tDescription\n-t, --text <text>\tText to append to the note\nAvailable Folders\n\nFolders on this system:\n\nNotes (default)\nresearch\nrainbat-projects\nPapi\nrenova-roll\nJournal\nCheatSheets\npet-projects"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/rainbat/notectl",
    "publisherUrl": "https://clawhub.ai/rainbat/notectl",
    "owner": "rainbat",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/notectl",
    "downloadUrl": "https://openagent3.xyz/downloads/notectl",
    "agentUrl": "https://openagent3.xyz/skills/notectl/agent",
    "manifestUrl": "https://openagent3.xyz/skills/notectl/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/notectl/agent.md"
  }
}