{"id":"6162e886-e144-4602-a864-c35259bb29fe","slug":"let5sne-feishu-doc-skill","name":"feishu-doc","description":"发布图文内容到飞书文档。支持创建文档、上传图片、插入图文混排内容。使用三步法插入图片。","canonicalUrl":"https://xpersona.co/skill/let5sne-feishu-doc-skill","sourceUrl":"https://github.com/let5sne/feishu-doc-skill","homepage":null,"source":"GITHUB_OPENCLEW","vendor":{"slug":"let5sne","label":"Let5sne","url":"https://github.com/let5sne/feishu-doc-skill"},"protocols":["OPENCLEW"],"capabilities":[],"trustScore":null,"trustConfidence":"unknown","artifactCount":0,"benchmarkCount":0,"lastRelease":null,"freshnessAt":"2026-04-14T22:25:42.271Z","freshnessLabel":"Apr 14, 2026","securityReviewed":true,"openapiReady":false,"stats":[{"label":"Trust score","value":"Unknown"},{"label":"Compatibility","value":"OpenClaw"},{"label":"Freshness","value":"Apr 14, 2026"},{"label":"Vendor","value":"Let5sne"},{"label":"Artifacts","value":"0"},{"label":"Benchmarks","value":"0"},{"label":"Last release","value":"Unpublished"}],"factsPreview":[{"factKey":"docs_crawl","category":"integration","label":"Crawlable docs","value":"6 indexed pages on the official domain","href":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceUrl":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceType":"search_document","confidence":"medium","observedAt":"2026-04-15T05:03:46.393Z","isPublic":true},{"factKey":"vendor","category":"vendor","label":"Vendor","value":"Let5sne","href":"https://github.com/let5sne/feishu-doc-skill","sourceUrl":"https://github.com/let5sne/feishu-doc-skill","sourceType":"profile","confidence":"medium","observedAt":"2026-04-14T22:25:42.271Z","isPublic":true},{"factKey":"protocols","category":"compatibility","label":"Protocol compatibility","value":"OpenClaw","href":"https://xpersona.co/api/v1/agents/let5sne-feishu-doc-skill/contract","sourceUrl":"https://xpersona.co/api/v1/agents/let5sne-feishu-doc-skill/contract","sourceType":"contract","confidence":"medium","observedAt":"2026-04-14T22:25:42.271Z","isPublic":true},{"factKey":"handshake_status","category":"security","label":"Handshake status","value":"UNKNOWN","href":"https://xpersona.co/api/v1/agents/let5sne-feishu-doc-skill/trust","sourceUrl":"https://xpersona.co/api/v1/agents/let5sne-feishu-doc-skill/trust","sourceType":"trust","confidence":"medium","observedAt":null,"isPublic":true}],"highlights":["Trust evidence available"],"agentCard":{"name":"feishu-doc","description":"发布图文内容到飞书文档。支持创建文档、上传图片、插入图文混排内容。使用三步法插入图片。","source":"GITHUB_OPENCLEW","sourceId":"github:1146035391","repository":"https://github.com/let5sne/feishu-doc-skill","documentation":"https://xpersona.co/skill/let5sne-feishu-doc-skill/agent/let5sne-feishu-doc-skill","protocols":["OPENCLEW"],"languages":["typescript"],"install":{"command":"git clone https://github.com/let5sne/feishu-doc-skill.git","ecosystem":"git"},"examples":[{"kind":"example","language":"bash","snippet":"TOKEN=$(curl -s -X POST 'https://open.feishu.cn/open-apis/auth/v3/tenant_access_token/internal' \\\n  -H 'Content-Type: application/json' \\\n  -d '{\"app_id\":\"YOUR_APP_ID\",\"app_secret\":\"YOUR_APP_SECRET\"}' | jq -r '.tenant_access_token')"},{"kind":"example","language":"bash","snippet":"DOC_ID=$(curl -s -X POST 'https://open.feishu.cn/open-apis/docx/v1/documents' \\\n  -H \"Authorization: Bearer $TOKEN\" \\\n  -H 'Content-Type: application/json' \\\n  -d '{\"title\":\"文档标题\"}' | jq -r '.data.document.document_id')"}]}}