← Back to Skills Marketplace
230
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-feishu-fetch-doc
Description
获取飞书云文档内容。返回文档的 Markdown 内容,支持处理文档中的图片、文件和画板(需配合 feishu_doc_media 工具)。
Usage Guidance
This skill is an orchestration document: it parses Feishu doc tokens and directs other Feishu tools to download media or resolve wiki tokens. Before installing: (1) confirm the complementary tools it calls (feishu_doc_media, feishu_wiki_space_node, feishu_sheet, bitable tools) are trusted and review their requested credentials, since those tools will perform API calls; (2) be aware the skill may instruct writing downloaded media to a filesystem path — ensure the agent runtime has appropriate and limited filesystem permissions; (3) treat extracted tokens and downloaded files as sensitive data. The skill itself does not request extra credentials and appears internally consistent.
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-feishu-fetch-doc
Version: 1.0.0
The skill bundle contains metadata and instructions (SKILL.md) for an AI agent to interact with Feishu (Lark) documents. The instructions provide a logical workflow for resolving Wiki URLs, fetching document content, and handling media attachments via auxiliary tools. There is no evidence of malicious intent, data exfiltration, or prompt injection; the behavior is entirely consistent with the stated purpose of document retrieval.
Capability Assessment
Purpose & Capability
Name/description say: fetch Feishu cloud document and return Markdown, including media handled via an external feishu_doc_media tool. SKILL.md only contains parsing and orchestration instructions and refers to complementary tools — this is coherent with the declared purpose.
Instruction Scope
Instructions are focused: extract token from URL/HTML tags, call feishu_doc_media to download media, and call feishu_wiki_space_node to resolve wiki tokens. Note: it assumes the presence of other tools (feishu_doc_media, feishu_wiki_space_node, feishu_sheet, feishu_bitable_*). The skill itself does not request credentials or access unrelated system files, but it instructs writing media to an output_path (requires agent filesystem write permissions).
Install Mechanism
No install spec and no code files (instruction-only). This minimizes disk writes and installation risk.
Credentials
No required environment variables, primary credential, or config paths are declared. The SKILL.md does not access env vars or credentials itself. Note that actual API access would be performed by the referenced tools, which may require credentials — those should be reviewed separately.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent presence or attempt to modify other skills/configs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-feishu-fetch-doc - After installation, invoke the skill by name or use
/openclaw-feishu-fetch-doc - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial publish
Metadata
Frequently Asked Questions
What is OpenClaw飞书获取文档?
获取飞书云文档内容。返回文档的 Markdown 内容,支持处理文档中的图片、文件和画板(需配合 feishu_doc_media 工具)。 It is an AI Agent Skill for Claude Code / OpenClaw, with 230 downloads so far.
How do I install OpenClaw飞书获取文档?
Run "/install openclaw-feishu-fetch-doc" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is OpenClaw飞书获取文档 free?
Yes, OpenClaw飞书获取文档 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does OpenClaw飞书获取文档 support?
OpenClaw飞书获取文档 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created OpenClaw飞书获取文档?
It is built and maintained by chenfa188 (@chenfa188); the current version is v1.0.0.
More Skills