{
  "schemaVersion": "1.0",
  "item": {
    "slug": "feishu-automation",
    "name": "Feishu Automation",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Hejk/feishu-automation",
    "canonicalUrl": "https://clawhub.ai/Hejk/feishu-automation",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/feishu-automation",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=feishu-automation",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "assets/config/sample_config.yaml",
      "assets/templates/meeting_notes.md",
      "assets/templates/project_status.md",
      "assets/templates/weekly_report.md",
      "references/best_practices.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-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/feishu-automation"
    },
    "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-automation",
    "agentPageUrl": "https://openagent3.xyz/skills/feishu-automation/agent",
    "manifestUrl": "https://openagent3.xyz/skills/feishu-automation/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/feishu-automation/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": "Overview",
        "body": "This skill enables advanced automation across the Feishu/Lark productivity suite. It provides recipes, scripts, and workflows for common automation scenarios like batch document processing, data synchronization, report generation, and knowledge management."
      },
      {
        "title": "Prerequisites",
        "body": "OpenClaw with Feishu integration configured\nFeishu app permissions enabled for: docx, wiki, bitable, drive\nTarget documents/tables already exist and are accessible"
      },
      {
        "title": "Basic Example: Batch Update Documents",
        "body": "# Use the batch_update.py script to update multiple documents\npython scripts/batch_update.py --folder-token fldcnXXX --template \"weekly_report.md\""
      },
      {
        "title": "1. Document Automation",
        "body": "Batch Creation: Create multiple documents from templates\nContent Sync: Sync data from Bitable to documents\nFormat Conversion: Convert between markdown and Feishu doc format\nBackup & Archive: Periodically backup important documents"
      },
      {
        "title": "2. Wiki & Knowledge Management",
        "body": "Wiki Migration: Move content between wiki spaces\nAuto-tagging: Tag wiki pages based on content analysis\nTOC Generation: Generate table of contents for large wikis\nLink Checking: Find and fix broken links in wiki"
      },
      {
        "title": "3. Bitable Automation",
        "body": "Data Import/Export: Sync Bitable with external data sources\nReport Generation: Create documents from Bitable queries\nValidation Rules: Enforce data quality in Bitable\nNotification System: Alert on Bitable changes"
      },
      {
        "title": "4. Cross-App Workflows",
        "body": "Document → Bitable: Extract structured data from documents to tables\nBitable → Document: Generate reports from table data\nWiki → Drive: Archive wiki pages to cloud storage\nDrive → Wiki: Import documents as wiki pages"
      },
      {
        "title": "Weekly Report Automation",
        "body": "Query Bitable for weekly metrics\nGenerate markdown report with charts\nCreate/update Feishu document\nPost to designated wiki space\nNotify team via Feishu chat\n\nSee references/weekly_report_workflow.md for detailed implementation."
      },
      {
        "title": "Document Migration",
        "body": "List source folder documents\nConvert each to markdown\nCreate new documents in target folder/wiki\nUpdate all internal links\nVerify completion\n\nSee scripts/migrate_documents.py for ready-to-use script."
      },
      {
        "title": "Tool Reference",
        "body": "This skill builds on OpenClaw's native Feishu tools:\n\nfeishu_doc - Document read/write operations\nfeishu_wiki - Knowledge base navigation\nfeishu_bitable_* - Bitable operations\nfeishu_drive - Cloud storage management\n\nAlways use the native tools directly when possible; use scripts only for complex workflows."
      },
      {
        "title": "Included Resources",
        "body": "This skill comes with ready-to-use resources for common automation tasks."
      },
      {
        "title": "scripts/",
        "body": "batch_update.py - Update multiple documents from template\nmigrate_documents.py - Migrate documents between folders/spaces\nbitable_to_doc.py - Generate documents from Bitable data\nwiki_backup.py - Backup wiki pages to markdown files"
      },
      {
        "title": "references/",
        "body": "weekly_report_workflow.md - Step-by-step weekly report automation\nfeishu_api_patterns.md - Common API usage patterns and examples\nerror_handling.md - Handling common Feishu API errors\nbest_practices.md - Performance and reliability tips"
      },
      {
        "title": "assets/",
        "body": "templates/weekly_report.md - Weekly report template\ntemplates/meeting_notes.md - Meeting notes template\ntemplates/project_status.md - Project status update template\nconfig/sample_config.yaml - Configuration examples"
      },
      {
        "title": "Getting Help",
        "body": "For questions or issues:\n\nCheck the relevant reference file first\nReview error messages in error_handling.md\nAdapt scripts to your specific use case\nConsult OpenClaw Feishu documentation for tool specifics"
      }
    ],
    "body": "Feishu Automation\nOverview\n\nThis skill enables advanced automation across the Feishu/Lark productivity suite. It provides recipes, scripts, and workflows for common automation scenarios like batch document processing, data synchronization, report generation, and knowledge management.\n\nQuick Start\nPrerequisites\nOpenClaw with Feishu integration configured\nFeishu app permissions enabled for: docx, wiki, bitable, drive\nTarget documents/tables already exist and are accessible\nBasic Example: Batch Update Documents\n# Use the batch_update.py script to update multiple documents\npython scripts/batch_update.py --folder-token fldcnXXX --template \"weekly_report.md\"\n\nCore Automation Tasks\n1. Document Automation\nBatch Creation: Create multiple documents from templates\nContent Sync: Sync data from Bitable to documents\nFormat Conversion: Convert between markdown and Feishu doc format\nBackup & Archive: Periodically backup important documents\n2. Wiki & Knowledge Management\nWiki Migration: Move content between wiki spaces\nAuto-tagging: Tag wiki pages based on content analysis\nTOC Generation: Generate table of contents for large wikis\nLink Checking: Find and fix broken links in wiki\n3. Bitable Automation\nData Import/Export: Sync Bitable with external data sources\nReport Generation: Create documents from Bitable queries\nValidation Rules: Enforce data quality in Bitable\nNotification System: Alert on Bitable changes\n4. Cross-App Workflows\nDocument → Bitable: Extract structured data from documents to tables\nBitable → Document: Generate reports from table data\nWiki → Drive: Archive wiki pages to cloud storage\nDrive → Wiki: Import documents as wiki pages\nWorkflow Templates\nWeekly Report Automation\nQuery Bitable for weekly metrics\nGenerate markdown report with charts\nCreate/update Feishu document\nPost to designated wiki space\nNotify team via Feishu chat\n\nSee references/weekly_report_workflow.md for detailed implementation.\n\nDocument Migration\nList source folder documents\nConvert each to markdown\nCreate new documents in target folder/wiki\nUpdate all internal links\nVerify completion\n\nSee scripts/migrate_documents.py for ready-to-use script.\n\nTool Reference\n\nThis skill builds on OpenClaw's native Feishu tools:\n\nfeishu_doc - Document read/write operations\nfeishu_wiki - Knowledge base navigation\nfeishu_bitable_* - Bitable operations\nfeishu_drive - Cloud storage management\n\nAlways use the native tools directly when possible; use scripts only for complex workflows.\n\nIncluded Resources\n\nThis skill comes with ready-to-use resources for common automation tasks.\n\nscripts/\nbatch_update.py - Update multiple documents from template\nmigrate_documents.py - Migrate documents between folders/spaces\nbitable_to_doc.py - Generate documents from Bitable data\nwiki_backup.py - Backup wiki pages to markdown files\nreferences/\nweekly_report_workflow.md - Step-by-step weekly report automation\nfeishu_api_patterns.md - Common API usage patterns and examples\nerror_handling.md - Handling common Feishu API errors\nbest_practices.md - Performance and reliability tips\nassets/\ntemplates/weekly_report.md - Weekly report template\ntemplates/meeting_notes.md - Meeting notes template\ntemplates/project_status.md - Project status update template\nconfig/sample_config.yaml - Configuration examples\nGetting Help\n\nFor questions or issues:\n\nCheck the relevant reference file first\nReview error messages in error_handling.md\nAdapt scripts to your specific use case\nConsult OpenClaw Feishu documentation for tool specifics"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Hejk/feishu-automation",
    "publisherUrl": "https://clawhub.ai/Hejk/feishu-automation",
    "owner": "Hejk",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/feishu-automation",
    "downloadUrl": "https://openagent3.xyz/downloads/feishu-automation",
    "agentUrl": "https://openagent3.xyz/skills/feishu-automation/agent",
    "manifestUrl": "https://openagent3.xyz/skills/feishu-automation/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/feishu-automation/agent.md"
  }
}