{
  "schemaVersion": "1.0",
  "item": {
    "slug": "feishu-doc",
    "name": "Feishu Doc",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/autogame-17/feishu-doc",
    "canonicalUrl": "https://clawhub.ai/autogame-17/feishu-doc",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/feishu-doc",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=feishu-doc",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "_meta.json",
      "append_simple.js",
      "cache/TkdKYWQ1czRMbzVta0N4WFpleWNpNTBJbkNl.json",
      "cache/aHR0cHM6Ly9hdXRvZ2FtZS5mZWlzaHUuY24vZG9jeC9OR0phZDVzNExvNW1rQ3hYWmV5Y2k1MEluQ2U.json"
    ],
    "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-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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/feishu-doc"
    },
    "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/feishu-doc",
    "agentPageUrl": "https://openagent3.xyz/skills/feishu-doc/agent",
    "manifestUrl": "https://openagent3.xyz/skills/feishu-doc/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/feishu-doc/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": "Feishu Doc Skill",
        "body": "Fetch content from Feishu (Lark) Wiki, Docs, Sheets, and Bitable. Write and update documents."
      },
      {
        "title": "Prerequisites",
        "body": "Install feishu-common first.\nThis skill depends on ../feishu-common/index.js for token and API auth."
      },
      {
        "title": "Capabilities",
        "body": "Read: Fetch content from Docs, Sheets, Bitable, and Wiki.\nCreate: Create new blank documents.\nWrite: Overwrite document content with Markdown.\nAppend: Append Markdown content to the end of a document.\nBlocks: List, get, update, and delete specific blocks."
      },
      {
        "title": "Long Document Handling (Unlimited Length)",
        "body": "To generate long documents (exceeding LLM output limits of ~2000-4000 tokens):\n\nCreate the document first to get a doc_token.\nChunk the content into logical sections (e.g., Introduction, Chapter 1, Chapter 2).\nAppend each chunk sequentially using feishu_doc_append.\nDo NOT try to write the entire document in one feishu_doc_write call if it is very long; use the append loop pattern."
      },
      {
        "title": "Usage",
        "body": "# Read\nnode index.js --action read --token <doc_token>\n\n# Create\nnode index.js --action create --title \"My Doc\"\n\n# Write (Overwrite)\nnode index.js --action write --token <doc_token> --content \"# Title\\nHello world\"\n\n# Append\nnode index.js --action append --token <doc_token> --content \"## Section 2\\nMore text\""
      },
      {
        "title": "Configuration",
        "body": "Create a config.json file in the root of the skill or set environment variables:\n\n{\n  \"app_id\": \"YOUR_APP_ID\",\n  \"app_secret\": \"YOUR_APP_SECRET\"\n}\n\nEnvironment variables:\n\nFEISHU_APP_ID\nFEISHU_APP_SECRET"
      }
    ],
    "body": "Feishu Doc Skill\n\nFetch content from Feishu (Lark) Wiki, Docs, Sheets, and Bitable. Write and update documents.\n\nPrerequisites\nInstall feishu-common first.\nThis skill depends on ../feishu-common/index.js for token and API auth.\nCapabilities\nRead: Fetch content from Docs, Sheets, Bitable, and Wiki.\nCreate: Create new blank documents.\nWrite: Overwrite document content with Markdown.\nAppend: Append Markdown content to the end of a document.\nBlocks: List, get, update, and delete specific blocks.\nLong Document Handling (Unlimited Length)\n\nTo generate long documents (exceeding LLM output limits of ~2000-4000 tokens):\n\nCreate the document first to get a doc_token.\nChunk the content into logical sections (e.g., Introduction, Chapter 1, Chapter 2).\nAppend each chunk sequentially using feishu_doc_append.\nDo NOT try to write the entire document in one feishu_doc_write call if it is very long; use the append loop pattern.\nUsage\n# Read\nnode index.js --action read --token <doc_token>\n\n# Create\nnode index.js --action create --title \"My Doc\"\n\n# Write (Overwrite)\nnode index.js --action write --token <doc_token> --content \"# Title\\nHello world\"\n\n# Append\nnode index.js --action append --token <doc_token> --content \"## Section 2\\nMore text\"\n\nConfiguration\n\nCreate a config.json file in the root of the skill or set environment variables:\n\n{\n  \"app_id\": \"YOUR_APP_ID\",\n  \"app_secret\": \"YOUR_APP_SECRET\"\n}\n\n\nEnvironment variables:\n\nFEISHU_APP_ID\nFEISHU_APP_SECRET"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/autogame-17/feishu-doc",
    "publisherUrl": "https://clawhub.ai/autogame-17/feishu-doc",
    "owner": "autogame-17",
    "version": "1.2.7",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/feishu-doc",
    "downloadUrl": "https://openagent3.xyz/downloads/feishu-doc",
    "agentUrl": "https://openagent3.xyz/skills/feishu-doc/agent",
    "manifestUrl": "https://openagent3.xyz/skills/feishu-doc/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/feishu-doc/agent.md"
  }
}