{
  "schemaVersion": "1.0",
  "item": {
    "slug": "dingtalk-feishu-cn",
    "name": "dingtalk-feishu-cn",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/guohongbin-git/dingtalk-feishu-cn",
    "canonicalUrl": "https://clawhub.ai/guohongbin-git/dingtalk-feishu-cn",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/dingtalk-feishu-cn",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=dingtalk-feishu-cn",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "package.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. 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/dingtalk-feishu-cn"
    },
    "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/dingtalk-feishu-cn",
    "agentPageUrl": "https://openagent3.xyz/skills/dingtalk-feishu-cn/agent",
    "manifestUrl": "https://openagent3.xyz/skills/dingtalk-feishu-cn/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/dingtalk-feishu-cn/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": "钉钉/飞书集成",
        "body": "企业通讯、机器人、自动化工作流。"
      },
      {
        "title": "功能",
        "body": "💬 消息发送/接收\n🤖 机器人集成\n📅 日程管理\n📋 审批流程\n🔄 自动化工作流"
      },
      {
        "title": "平台对比",
        "body": "功能钉钉飞书/LarkWebhook✅✅API✅✅机器人✅✅文档✅✅✅国际化❌✅"
      },
      {
        "title": "Webhook 机器人",
        "body": "# 发送消息\ncurl -X POST \"https://oapi.dingtalk.com/robot/send?access_token=YOUR_TOKEN\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"msgtype\": \"text\",\n    \"text\": {\"content\": \"这是一条测试消息\"}\n  }'"
      },
      {
        "title": "API 调用",
        "body": "# 使用 dingtalk-sdk\npip install dingtalk-sdk\n\nfrom dingtalk import SecretClient\nclient = SecretClient(APP_KEY, APP_SECRET)"
      },
      {
        "title": "Webhook 机器人",
        "body": "# 发送消息\ncurl -X POST \"https://open.feishu.cn/open-apis/bot/v2/hook/YOUR_HOOK\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"msg_type\": \"text\",\n    \"content\": {\"text\": \"这是一条测试消息\"}\n  }'"
      },
      {
        "title": "API 调用",
        "body": "# 使用 lark-oapi\npip install lark-oapi\n\nimport lark_oapi as lark\nclient = lark.Client.builder() \\\n    .app_id(APP_ID) \\\n    .app_secret(APP_SECRET) \\\n    .build()"
      },
      {
        "title": "1. 告警通知",
        "body": "服务器告警\n业务异常\n定时报告"
      },
      {
        "title": "2. 自动化",
        "body": "CI/CD 通知\n任务完成提醒\n审批流程"
      },
      {
        "title": "3. 机器人",
        "body": "问答机器人\n查询工具\n工作助手"
      },
      {
        "title": "快速开始",
        "body": "# 钉钉机器人\n./scripts/dingtalk-notify.sh \"告警: CPU 使用率 90%\"\n\n# 飞书机器人\n./scripts/feishu-notify.sh \"任务完成: 数据同步成功\""
      },
      {
        "title": "注意事项",
        "body": "安全: Webhook 地址不要泄露\n频率: 避免消息轰炸\n格式: 使用 Markdown/card 提升体验\n\n版本: 1.0.0"
      }
    ],
    "body": "钉钉/飞书集成\n\n企业通讯、机器人、自动化工作流。\n\n功能\n💬 消息发送/接收\n🤖 机器人集成\n📅 日程管理\n📋 审批流程\n🔄 自动化工作流\n平台对比\n功能\t钉钉\t飞书/Lark\nWebhook\t✅\t✅\nAPI\t✅\t✅\n机器人\t✅\t✅\n文档\t✅\t✅✅\n国际化\t❌\t✅\n钉钉集成\nWebhook 机器人\n# 发送消息\ncurl -X POST \"https://oapi.dingtalk.com/robot/send?access_token=YOUR_TOKEN\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"msgtype\": \"text\",\n    \"text\": {\"content\": \"这是一条测试消息\"}\n  }'\n\nAPI 调用\n# 使用 dingtalk-sdk\npip install dingtalk-sdk\n\nfrom dingtalk import SecretClient\nclient = SecretClient(APP_KEY, APP_SECRET)\n\n飞书/Lark 集成\nWebhook 机器人\n# 发送消息\ncurl -X POST \"https://open.feishu.cn/open-apis/bot/v2/hook/YOUR_HOOK\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"msg_type\": \"text\",\n    \"content\": {\"text\": \"这是一条测试消息\"}\n  }'\n\nAPI 调用\n# 使用 lark-oapi\npip install lark-oapi\n\nimport lark_oapi as lark\nclient = lark.Client.builder() \\\n    .app_id(APP_ID) \\\n    .app_secret(APP_SECRET) \\\n    .build()\n\n使用场景\n1. 告警通知\n服务器告警\n业务异常\n定时报告\n2. 自动化\nCI/CD 通知\n任务完成提醒\n审批流程\n3. 机器人\n问答机器人\n查询工具\n工作助手\n快速开始\n# 钉钉机器人\n./scripts/dingtalk-notify.sh \"告警: CPU 使用率 90%\"\n\n# 飞书机器人\n./scripts/feishu-notify.sh \"任务完成: 数据同步成功\"\n\n注意事项\n安全: Webhook 地址不要泄露\n频率: 避免消息轰炸\n格式: 使用 Markdown/card 提升体验\n\n版本: 1.0.0"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/guohongbin-git/dingtalk-feishu-cn",
    "publisherUrl": "https://clawhub.ai/guohongbin-git/dingtalk-feishu-cn",
    "owner": "guohongbin-git",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/dingtalk-feishu-cn",
    "downloadUrl": "https://openagent3.xyz/downloads/dingtalk-feishu-cn",
    "agentUrl": "https://openagent3.xyz/skills/dingtalk-feishu-cn/agent",
    "manifestUrl": "https://openagent3.xyz/skills/dingtalk-feishu-cn/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/dingtalk-feishu-cn/agent.md"
  }
}