{
  "schemaVersion": "1.0",
  "item": {
    "slug": "larksuite-wiki",
    "name": "Lark Suite Wiki",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/reed1898/larksuite-wiki",
    "canonicalUrl": "https://clawhub.ai/reed1898/larksuite-wiki",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/larksuite-wiki",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=larksuite-wiki",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "larksuite-wiki.py",
      "references/api-reference.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. 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",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-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/larksuite-wiki"
    },
    "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/larksuite-wiki",
    "agentPageUrl": "https://openagent3.xyz/skills/larksuite-wiki/agent",
    "manifestUrl": "https://openagent3.xyz/skills/larksuite-wiki/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/larksuite-wiki/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": "Lark Suite Wiki",
        "body": "Manage and export Lark Suite (Feishu) Wiki/Knowledge Base documents with recursive sync and incremental updates."
      },
      {
        "title": "Prerequisites",
        "body": "Create a Lark/Feishu app at https://open.larksuite.com/console\nEnable permissions:\n\ndocs:doc:read\ndrive:drive:read\nwiki:wiki:read\n\n\nPublish the app and authorize it to access your wiki\nSet environment variables (or edit script defaults):\nexport LARK_APP_ID=\"cli_xxxxxxxx\"\nexport LARK_APP_SECRET=\"xxxxxxxx\""
      },
      {
        "title": "List Wiki Spaces",
        "body": "larksuite-wiki spaces"
      },
      {
        "title": "Read Document (with subdocument links)",
        "body": "larksuite-wiki read <doc_id_or_url>"
      },
      {
        "title": "Export Single Document",
        "body": "larksuite-wiki export <doc_id_or_url> --output ./docs/"
      },
      {
        "title": "Show Document Tree Structure",
        "body": "larksuite-wiki tree <doc_id_or_url>"
      },
      {
        "title": "Sync Entire Wiki (Recursive Export)",
        "body": "# First sync - exports all documents\nlarksuite-wiki sync <doc_id_or_url> --output ./lark-wiki/\n\n# Incremental sync - only exports changed documents\nlarksuite-wiki sync <doc_id_or_url> --output ./lark-wiki/\n\n# Force re-export everything\nlarksuite-wiki sync <doc_id_or_url> --output ./lark-wiki/ --force"
      },
      {
        "title": "1. ✅ Batch Export",
        "body": "Export entire knowledge base with one command."
      },
      {
        "title": "2. ✅ Recursive Subdocument Export",
        "body": "Automatically follows and exports all linked subdocuments."
      },
      {
        "title": "3. ✅ Preserves Directory Structure",
        "body": "Creates nested folders matching your wiki structure:\n\nlark-wiki/\n├── 01_首页/\n│   ├── 01_首页.md\n│   └── 01_日常复盘/\n│       ├── 01_日常复盘.md\n│       └── ...\n├── 02_云聪金融分析/\n│   └── ..."
      },
      {
        "title": "4. ✅ Incremental Sync",
        "body": "Tracks document revisions and only exports changed documents:\n\nSaves sync state to .lark-sync-state.json\nCompares revision IDs\nSkips unchanged documents"
      },
      {
        "title": "Export your entire wiki",
        "body": "# Get your wiki root document ID from the URL\n# https://xxx.larksuite.com/wiki/TDCZweBJ2iMFO4kI1LAlSE62gnd\n\n# Sync everything\npython3 larksuite-wiki.py sync TDCZweBJ2iMFO4kI1LAlSE62gnd --output ./my-wiki/"
      },
      {
        "title": "Daily incremental sync",
        "body": "# Run daily - only exports changed documents\npython3 larksuite-wiki.py sync TDCZweBJ2iMFO4kI1LAlSE62gnd --output ./my-wiki/"
      },
      {
        "title": "Output Structure",
        "body": "Each document gets its own folder:\n\nMain .md file\nSubfolders for child documents\nNumbered prefixes for ordering (01_, 02_, etc.)"
      },
      {
        "title": "API Reference",
        "body": "Lark Open Platform: https://open.larksuite.com/\nWiki API: https://open.larksuite.com/document/uAjLw4CM/ukTMukTMukTM/reference/wiki-v1/space/overview\nDocx API: https://open.larksuite.com/document/uAjLw4CM/ukTMukTMukTM/reference/docx-v1/document/overview"
      },
      {
        "title": "Notes",
        "body": "Documents must be explicitly shared with your app\nSome block types may not convert perfectly to Markdown\nLarge wikis with many subdocuments may take time to sync\nSync state is saved locally for incremental updates"
      }
    ],
    "body": "Lark Suite Wiki\n\nManage and export Lark Suite (Feishu) Wiki/Knowledge Base documents with recursive sync and incremental updates.\n\nPrerequisites\nCreate a Lark/Feishu app at https://open.larksuite.com/console\nEnable permissions:\ndocs:doc:read\ndrive:drive:read\nwiki:wiki:read\nPublish the app and authorize it to access your wiki\nSet environment variables (or edit script defaults):\nexport LARK_APP_ID=\"cli_xxxxxxxx\"\nexport LARK_APP_SECRET=\"xxxxxxxx\"\n\nCommands\nList Wiki Spaces\nlarksuite-wiki spaces\n\nRead Document (with subdocument links)\nlarksuite-wiki read <doc_id_or_url>\n\nExport Single Document\nlarksuite-wiki export <doc_id_or_url> --output ./docs/\n\nShow Document Tree Structure\nlarksuite-wiki tree <doc_id_or_url>\n\nSync Entire Wiki (Recursive Export)\n# First sync - exports all documents\nlarksuite-wiki sync <doc_id_or_url> --output ./lark-wiki/\n\n# Incremental sync - only exports changed documents\nlarksuite-wiki sync <doc_id_or_url> --output ./lark-wiki/\n\n# Force re-export everything\nlarksuite-wiki sync <doc_id_or_url> --output ./lark-wiki/ --force\n\nFeatures\n1. ✅ Batch Export\n\nExport entire knowledge base with one command.\n\n2. ✅ Recursive Subdocument Export\n\nAutomatically follows and exports all linked subdocuments.\n\n3. ✅ Preserves Directory Structure\n\nCreates nested folders matching your wiki structure:\n\nlark-wiki/\n├── 01_首页/\n│   ├── 01_首页.md\n│   └── 01_日常复盘/\n│       ├── 01_日常复盘.md\n│       └── ...\n├── 02_云聪金融分析/\n│   └── ...\n\n4. ✅ Incremental Sync\n\nTracks document revisions and only exports changed documents:\n\nSaves sync state to .lark-sync-state.json\nCompares revision IDs\nSkips unchanged documents\nQuick Start\nExport your entire wiki\n# Get your wiki root document ID from the URL\n# https://xxx.larksuite.com/wiki/TDCZweBJ2iMFO4kI1LAlSE62gnd\n\n# Sync everything\npython3 larksuite-wiki.py sync TDCZweBJ2iMFO4kI1LAlSE62gnd --output ./my-wiki/\n\nDaily incremental sync\n# Run daily - only exports changed documents\npython3 larksuite-wiki.py sync TDCZweBJ2iMFO4kI1LAlSE62gnd --output ./my-wiki/\n\nOutput Structure\n\nEach document gets its own folder:\n\nMain .md file\nSubfolders for child documents\nNumbered prefixes for ordering (01_, 02_, etc.)\nAPI Reference\nLark Open Platform: https://open.larksuite.com/\nWiki API: https://open.larksuite.com/document/uAjLw4CM/ukTMukTMukTM/reference/wiki-v1/space/overview\nDocx API: https://open.larksuite.com/document/uAjLw4CM/ukTMukTMukTM/reference/docx-v1/document/overview\nNotes\nDocuments must be explicitly shared with your app\nSome block types may not convert perfectly to Markdown\nLarge wikis with many subdocuments may take time to sync\nSync state is saved locally for incremental updates"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/reed1898/larksuite-wiki",
    "publisherUrl": "https://clawhub.ai/reed1898/larksuite-wiki",
    "owner": "reed1898",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/larksuite-wiki",
    "downloadUrl": "https://openagent3.xyz/downloads/larksuite-wiki",
    "agentUrl": "https://openagent3.xyz/skills/larksuite-wiki/agent",
    "manifestUrl": "https://openagent3.xyz/skills/larksuite-wiki/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/larksuite-wiki/agent.md"
  }
}