{
  "schemaVersion": "1.0",
  "item": {
    "slug": "karakeep-sh",
    "name": "karakeep-sh",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/VandeeFeng/karakeep-sh",
    "canonicalUrl": "https://clawhub.ai/VandeeFeng/karakeep-sh",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/karakeep-sh",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=karakeep-sh",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "scripts/karakeep-script.sh",
      "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-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-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/karakeep-sh"
    },
    "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/karakeep-sh",
    "agentPageUrl": "https://openagent3.xyz/skills/karakeep-sh/agent",
    "manifestUrl": "https://openagent3.xyz/skills/karakeep-sh/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/karakeep-sh/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": "Karakeep Skill",
        "body": "Advanced Karakeep bookmark management with full REST API support.\n\nAdd KARAKEEP_SERVER_URL and KARAKEEP_API_KEY to environment variables and jq for pretty-printing JSON responses.\n\nIf they are missing, provied a clear guide to the user.\n\nIMPORTANT:always ask user to confirm beefore you delete a bookmark,"
      },
      {
        "title": "Complete Function Reference",
        "body": "Use this script karakeep-script.sh\n\nWe have the functions below:\n\nFunctionDescriptionkb-createCreate bookmark (supports note)kb-update-noteUpdate bookmark notekb-deleteDelete bookmarkkb-getGet bookmark detailskb-listList all bookmarks (with limit)kb-contentGet markdown contentkb-searchSearch with qualifierskb-listsList all listskb-create-listCreate new listkb-add-to-listAdd to listkb-remove-from-listRemove from listkb-attach-tagsAttach tagskb-detach-tagsDetach tags"
      },
      {
        "title": "Create Bookmark with Note",
        "body": "# Link bookmark with note\nkb-create link \"https://example.com\" \"Example Site\" \"My analysis and notes here...\"\n\n# Text bookmark with note\nkb-create text \"Text content here\" \"My Note\" \"Additional notes...\""
      },
      {
        "title": "Update Bookmark Note",
        "body": "kb-update-note \"bookmark_id\" \"Updated note content...\""
      },
      {
        "title": "Delete Bookmark",
        "body": "kb-delete \"bookmark_id\""
      },
      {
        "title": "Get Bookmark",
        "body": "kb-get \"bookmark_id\""
      },
      {
        "title": "Search Operations",
        "body": "# Search with qualifiers (uses MeiliSearch backend)\nkb-search \"is:fav after:2023-01-01 #important\"\nkb-search \"machine learning is:tagged\"\nkb-search \"list:reading #work\"\n\n# Search with custom limit and sort order\nkb-search \"python\" 50 \"desc\"  # 50 results, descending order\n\n# Available qualifiers:\n# - is:fav, is:archived, is:tagged, is:inlist\n# - is:link, is:text, is:media\n# - url:<value>, #<tag>, list:<name>\n# - after:<YYYY-MM-DD>, before:<YYYY-MM-DD>\n\n# Sort options: relevance (default), asc, desc\n\nAPI Parameters:\n\nq (required): Search query string with qualifiers\nlimit (optional): Results per page (default: server-controlled)\nsortOrder (optional): asc | desc | relevance (default)\ncursor (optional): Pagination cursor\nincludeContent (optional): Include full content (default: true)"
      },
      {
        "title": "List Management",
        "body": "# List all lists\nkb-lists\n\n# Create new list\nkb-create-list \"Reading List\" \"📚\"\n\n# Add bookmark to list\nkb-add-to-list \"bookmark_id\" \"list_id\"\n\n# Remove bookmark from list\nkb-remove-from-list \"bookmark_id\" \"list_id\""
      },
      {
        "title": "Tag Management",
        "body": "# Attach tags\nkb-attach-tags \"bookmark_id\" \"important\" \"todo\" \"work\"\n\n# Detach tags\nkb-detach-tags \"bookmark_id\" \"oldtag\" \"anotherold\""
      },
      {
        "title": "Notes",
        "body": "All responses are in JSON format\nBookmark IDs are returned in creation responses\nUse jq for pretty-printing JSON responses\nAPI rate limits may apply"
      }
    ],
    "body": "Karakeep Skill\n\nAdvanced Karakeep bookmark management with full REST API support.\n\nAdd KARAKEEP_SERVER_URL and KARAKEEP_API_KEY to environment variables and jq for pretty-printing JSON responses.\n\nIf they are missing, provied a clear guide to the user.\n\nIMPORTANT:always ask user to confirm beefore you delete a bookmark,\n\nComplete Function Reference\n\nUse this script karakeep-script.sh\n\nWe have the functions below:\n\nFunction\tDescription\nkb-create\tCreate bookmark (supports note)\nkb-update-note\tUpdate bookmark note\nkb-delete\tDelete bookmark\nkb-get\tGet bookmark details\nkb-list\tList all bookmarks (with limit)\nkb-content\tGet markdown content\nkb-search\tSearch with qualifiers\nkb-lists\tList all lists\nkb-create-list\tCreate new list\nkb-add-to-list\tAdd to list\nkb-remove-from-list\tRemove from list\nkb-attach-tags\tAttach tags\nkb-detach-tags\tDetach tags\nAvailable Operations\nCreate Bookmark with Note\n# Link bookmark with note\nkb-create link \"https://example.com\" \"Example Site\" \"My analysis and notes here...\"\n\n# Text bookmark with note\nkb-create text \"Text content here\" \"My Note\" \"Additional notes...\"\n\nUpdate Bookmark Note\nkb-update-note \"bookmark_id\" \"Updated note content...\"\n\nDelete Bookmark\nkb-delete \"bookmark_id\"\n\nGet Bookmark\nkb-get \"bookmark_id\"\n\nSearch Operations\n# Search with qualifiers (uses MeiliSearch backend)\nkb-search \"is:fav after:2023-01-01 #important\"\nkb-search \"machine learning is:tagged\"\nkb-search \"list:reading #work\"\n\n# Search with custom limit and sort order\nkb-search \"python\" 50 \"desc\"  # 50 results, descending order\n\n# Available qualifiers:\n# - is:fav, is:archived, is:tagged, is:inlist\n# - is:link, is:text, is:media\n# - url:<value>, #<tag>, list:<name>\n# - after:<YYYY-MM-DD>, before:<YYYY-MM-DD>\n\n# Sort options: relevance (default), asc, desc\n\n\nAPI Parameters:\n\nq (required): Search query string with qualifiers\nlimit (optional): Results per page (default: server-controlled)\nsortOrder (optional): asc | desc | relevance (default)\ncursor (optional): Pagination cursor\nincludeContent (optional): Include full content (default: true)\nList Management\n# List all lists\nkb-lists\n\n# Create new list\nkb-create-list \"Reading List\" \"📚\"\n\n# Add bookmark to list\nkb-add-to-list \"bookmark_id\" \"list_id\"\n\n# Remove bookmark from list\nkb-remove-from-list \"bookmark_id\" \"list_id\"\n\nTag Management\n# Attach tags\nkb-attach-tags \"bookmark_id\" \"important\" \"todo\" \"work\"\n\n# Detach tags\nkb-detach-tags \"bookmark_id\" \"oldtag\" \"anotherold\"\n\nNotes\nAll responses are in JSON format\nBookmark IDs are returned in creation responses\nUse jq for pretty-printing JSON responses\nAPI rate limits may apply"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/VandeeFeng/karakeep-sh",
    "publisherUrl": "https://clawhub.ai/VandeeFeng/karakeep-sh",
    "owner": "VandeeFeng",
    "version": "1.0.3",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/karakeep-sh",
    "downloadUrl": "https://openagent3.xyz/downloads/karakeep-sh",
    "agentUrl": "https://openagent3.xyz/skills/karakeep-sh/agent",
    "manifestUrl": "https://openagent3.xyz/skills/karakeep-sh/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/karakeep-sh/agent.md"
  }
}