{
  "schemaVersion": "1.0",
  "item": {
    "slug": "graphthulhu",
    "name": "graphthulhu",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/skridlevsky/graphthulhu",
    "canonicalUrl": "https://clawhub.ai/skridlevsky/graphthulhu",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/graphthulhu",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=graphthulhu",
    "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": "graphthulhu",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-12T02:36:52.266Z",
      "expiresAt": "2026-05-19T02:36:52.266Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=graphthulhu",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=graphthulhu",
        "contentDisposition": "attachment; filename=\"graphthulhu-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "graphthulhu"
      },
      "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/graphthulhu"
    },
    "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/graphthulhu",
    "agentPageUrl": "https://openagent3.xyz/skills/graphthulhu/agent",
    "manifestUrl": "https://openagent3.xyz/skills/graphthulhu/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/graphthulhu/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": "graphthulhu",
        "body": "MCP server that gives you full access to a Logseq or Obsidian knowledge graph. 37 tools across 9 categories: navigate, search, analyze, write, decisions, journals, flashcards, whiteboards, and health."
      },
      {
        "title": "Install",
        "body": "Download the binary for your platform from GitHub Releases and put it on your PATH.\n\nOr: go install github.com/skridlevsky/graphthulhu@latest"
      },
      {
        "title": "Obsidian",
        "body": "Add to your MCP settings:\n\n{\n  \"mcpServers\": {\n    \"graphthulhu\": {\n      \"command\": \"graphthulhu\",\n      \"args\": [\"--backend\", \"obsidian\", \"--vault\", \"/path/to/your/vault\"]\n    }\n  }\n}\n\nNo plugins required. Reads .md files directly. Full read-write support."
      },
      {
        "title": "Logseq",
        "body": "Enable the HTTP API server in Logseq (Settings > Features > HTTP APIs server), start it, and create a token.\n\n{\n  \"mcpServers\": {\n    \"graphthulhu\": {\n      \"command\": \"graphthulhu\",\n      \"env\": {\n        \"LOGSEQ_API_URL\": \"http://127.0.0.1:12315\",\n        \"LOGSEQ_API_TOKEN\": \"your-token-here\"\n      }\n    }\n  }\n}"
      },
      {
        "title": "What you can do",
        "body": "Navigate — get pages with full block trees, traverse the link graph, list pages by namespace/tag/property\nSearch — full-text search with context, property queries, tag hierarchy search, raw Datalog (Logseq)\nAnalyze — graph overview, find connections between pages, detect knowledge gaps and orphans, discover topic clusters\nWrite — create pages, append/upsert blocks with nested children, update/delete/move blocks, link pages bidirectionally, rename pages with link updates, bulk update properties\nDecisions — create decisions with deadlines, check status, resolve or defer with tracking\nJournals — read entries by date range, search within journals\nFlashcards — SRS stats, due cards, create new cards (Logseq)\nWhiteboards — list and inspect spatial canvases (Logseq)"
      },
      {
        "title": "Links",
        "body": "GitHub\nFull tool reference"
      }
    ],
    "body": "graphthulhu\n\nMCP server that gives you full access to a Logseq or Obsidian knowledge graph. 37 tools across 9 categories: navigate, search, analyze, write, decisions, journals, flashcards, whiteboards, and health.\n\nInstall\n\nDownload the binary for your platform from GitHub Releases and put it on your PATH.\n\nOr: go install github.com/skridlevsky/graphthulhu@latest\n\nConfigure\nObsidian\n\nAdd to your MCP settings:\n\n{\n  \"mcpServers\": {\n    \"graphthulhu\": {\n      \"command\": \"graphthulhu\",\n      \"args\": [\"--backend\", \"obsidian\", \"--vault\", \"/path/to/your/vault\"]\n    }\n  }\n}\n\n\nNo plugins required. Reads .md files directly. Full read-write support.\n\nLogseq\n\nEnable the HTTP API server in Logseq (Settings > Features > HTTP APIs server), start it, and create a token.\n\n{\n  \"mcpServers\": {\n    \"graphthulhu\": {\n      \"command\": \"graphthulhu\",\n      \"env\": {\n        \"LOGSEQ_API_URL\": \"http://127.0.0.1:12315\",\n        \"LOGSEQ_API_TOKEN\": \"your-token-here\"\n      }\n    }\n  }\n}\n\nWhat you can do\nNavigate — get pages with full block trees, traverse the link graph, list pages by namespace/tag/property\nSearch — full-text search with context, property queries, tag hierarchy search, raw Datalog (Logseq)\nAnalyze — graph overview, find connections between pages, detect knowledge gaps and orphans, discover topic clusters\nWrite — create pages, append/upsert blocks with nested children, update/delete/move blocks, link pages bidirectionally, rename pages with link updates, bulk update properties\nDecisions — create decisions with deadlines, check status, resolve or defer with tracking\nJournals — read entries by date range, search within journals\nFlashcards — SRS stats, due cards, create new cards (Logseq)\nWhiteboards — list and inspect spatial canvases (Logseq)\nLinks\nGitHub\nFull tool reference"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/skridlevsky/graphthulhu",
    "publisherUrl": "https://clawhub.ai/skridlevsky/graphthulhu",
    "owner": "skridlevsky",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/graphthulhu",
    "downloadUrl": "https://openagent3.xyz/downloads/graphthulhu",
    "agentUrl": "https://openagent3.xyz/skills/graphthulhu/agent",
    "manifestUrl": "https://openagent3.xyz/skills/graphthulhu/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/graphthulhu/agent.md"
  }
}