{
  "schemaVersion": "1.0",
  "item": {
    "slug": "usememos-api",
    "name": "UseMemos",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/minstn/usememos-api",
    "canonicalUrl": "https://clawhub.ai/minstn/usememos-api",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/usememos-api",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=usememos-api",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "CHANGELOG.md",
      "README.md",
      "SKILL.md",
      "scripts/list_memos.py",
      "scripts/upload_and_link_attachment.py",
      "scripts/upload_attachment.py"
    ],
    "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",
      "slug": "usememos-api",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-10T13:21:54.202Z",
      "expiresAt": "2026-05-17T13:21:54.202Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=usememos-api",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=usememos-api",
        "contentDisposition": "attachment; filename=\"usememos-api-1.0.3.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "usememos-api"
      },
      "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/usememos-api"
    },
    "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/usememos-api",
    "agentPageUrl": "https://openagent3.xyz/skills/usememos-api/agent",
    "manifestUrl": "https://openagent3.xyz/skills/usememos-api/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/usememos-api/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": "Setup",
        "body": "Requires environment variables in .env:\n\nUSEMEMOS_URL — Instance URL (e.g., http://localhost:5230)\nUSEMEMOS_TOKEN — Access token from Settings > My Account"
      },
      {
        "title": "Scripts",
        "body": "ScriptUsageDescriptioncreate_memo.py<content> [visibility]Create a memo (visibility: PRIVATE/PROTECTED/PUBLIC)list_memos.py[limit] [tag]List recent memos (default: 10)search_memos.py<query> [limit]Search memos by contentupload_attachment.py<filepath> [filename] [type]Upload a file attachmentupload_and_link_attachment.py<memo_id> <filepath> [filename] [type]Upload and link attachment to a memomemo_comments.py<list|add|delete> [args...]Manage comments on a memo\n\nAll scripts are in scripts/ and run with python3 scripts/<script>."
      },
      {
        "title": "Examples",
        "body": "# Create a memo with tags\npython3 scripts/create_memo.py \"Meeting notes from standup #work\"\n\n# List recent memos\npython3 scripts/list_memos.py 5\n\n# Search memos\npython3 scripts/search_memos.py \"website redesign\"\n\n# Upload attachment standalone\npython3 scripts/upload_attachment.py photo.jpg \"sale_photo.jpg\" \"image/jpeg\"\n\n# Create memo then attach a file\npython3 scripts/create_memo.py \"Sale: Stromer Charger #eBike #income\"\n# Use the memo ID from output:\npython3 scripts/upload_and_link_attachment.py <memo_id> charger_photo.jpg\n\n# Add a comment to a memo\npython3 scripts/memo_comments.py add <memo_id> \"Looks great!\"\n\n# List comments on a memo\npython3 scripts/memo_comments.py list <memo_id>\n\n# Delete a comment\npython3 scripts/memo_comments.py delete <comment_id>"
      },
      {
        "title": "Notes",
        "body": "Memo IDs are short IDs like 3UZ7uBbHsLEAwdYE5HKhjd (not memos/3UZ7uBbHsLEAwdYE5HKhjd)\nTags use #tag syntax inline in memo content\nDefault MIME type for attachments is image/jpeg; pass the type explicitly for other files"
      },
      {
        "title": "API Reference",
        "body": "See references/api.md for endpoint documentation."
      }
    ],
    "body": "UseMemos\nSetup\n\nRequires environment variables in .env:\n\nUSEMEMOS_URL — Instance URL (e.g., http://localhost:5230)\nUSEMEMOS_TOKEN — Access token from Settings > My Account\nScripts\nScript\tUsage\tDescription\ncreate_memo.py\t<content> [visibility]\tCreate a memo (visibility: PRIVATE/PROTECTED/PUBLIC)\nlist_memos.py\t[limit] [tag]\tList recent memos (default: 10)\nsearch_memos.py\t<query> [limit]\tSearch memos by content\nupload_attachment.py\t<filepath> [filename] [type]\tUpload a file attachment\nupload_and_link_attachment.py\t<memo_id> <filepath> [filename] [type]\tUpload and link attachment to a memo\nmemo_comments.py\t<list|add|delete> [args...]\tManage comments on a memo\n\nAll scripts are in scripts/ and run with python3 scripts/<script>.\n\nExamples\n# Create a memo with tags\npython3 scripts/create_memo.py \"Meeting notes from standup #work\"\n\n# List recent memos\npython3 scripts/list_memos.py 5\n\n# Search memos\npython3 scripts/search_memos.py \"website redesign\"\n\n# Upload attachment standalone\npython3 scripts/upload_attachment.py photo.jpg \"sale_photo.jpg\" \"image/jpeg\"\n\n# Create memo then attach a file\npython3 scripts/create_memo.py \"Sale: Stromer Charger #eBike #income\"\n# Use the memo ID from output:\npython3 scripts/upload_and_link_attachment.py <memo_id> charger_photo.jpg\n\n# Add a comment to a memo\npython3 scripts/memo_comments.py add <memo_id> \"Looks great!\"\n\n# List comments on a memo\npython3 scripts/memo_comments.py list <memo_id>\n\n# Delete a comment\npython3 scripts/memo_comments.py delete <comment_id>\n\nNotes\nMemo IDs are short IDs like 3UZ7uBbHsLEAwdYE5HKhjd (not memos/3UZ7uBbHsLEAwdYE5HKhjd)\nTags use #tag syntax inline in memo content\nDefault MIME type for attachments is image/jpeg; pass the type explicitly for other files\nAPI Reference\n\nSee references/api.md for endpoint documentation."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/minstn/usememos-api",
    "publisherUrl": "https://clawhub.ai/minstn/usememos-api",
    "owner": "minstn",
    "version": "1.0.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/usememos-api",
    "downloadUrl": "https://openagent3.xyz/downloads/usememos-api",
    "agentUrl": "https://openagent3.xyz/skills/usememos-api/agent",
    "manifestUrl": "https://openagent3.xyz/skills/usememos-api/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/usememos-api/agent.md"
  }
}