← 返回 Skills 市场
148
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-feishu-update-doc
功能描述
更新飞书云文档。支持 7 种更新模式:追加、覆盖、定位替换、全文替换、前/后插入、删除。
安全使用建议
This skill describes how to modify Feishu documents but does not include the concrete runtime details — notably, it does not declare any Feishu credentials, API endpoints, or an install adapter. Before installing or invoking it:
- Do not paste your Feishu app secret, tenant token, or personal access token into chat. If the skill asks for tokens at runtime, prefer providing them via a secure environment variable or platform-secret mechanism, not inline.
- Ask the skill author for the missing details: the exact API endpoints it calls, the required auth scheme (app id/secret, tenant_access_token, OAuth), and whether it stores or logs tokens and where.
- Prefer skills that declare required env vars (e.g., FEISHU_APP_ID, FEISHU_APP_SECRET, FEISHU_TENANT_TOKEN) and explain the auth flow.
- If you must use this skill, request source code or an adapter that performs authenticated API calls on your behalf, and verify it does not exfiltrate data to unknown endpoints.
Because the SKILL.md is otherwise detailed about editing modes, the inconsistency is likely an omission rather than outright maliciousness, but the omission materially affects safety — treat it as suspicious until the author provides the missing auth/endpoints and a clear privacy/security model.
能力评估
Purpose & Capability
The skill's stated purpose is to update Feishu (飞书) cloud documents, which necessarily requires Feishu API authentication (app id/secret, tenant access token, OAuth token, or similar). The skill declares no required environment variables, no credentials, no binaries, and no install step — so there is a mismatch between the capability claimed and what would actually be needed to implement it.
Instruction Scope
The SKILL.md provides detailed modes (append, replace_range, replace_all, insert_before/after, delete_range, overwrite) and JSON payload examples (doc_id, mode, markdown), and it mentions async task_ids and warnings, but it never specifies how to transmit these payloads (no API endpoint, headers, HTTP method) or how to authenticate. That leaves broad, ambiguous authority to the agent/user to decide how/where to send data and could prompt requesting or entering sensitive tokens at runtime.
Install Mechanism
This is an instruction-only skill with no install spec and no code files. From an install perspective there is no disk-write or external download risk.
Credentials
No environment variables or credentials are declared, yet updating Feishu docs would normally require credentials. The absence of declared auth is disproportionate to the operation. It implies the skill expects credentials to be supplied ad hoc (for example pasted into chat) or that some other skill/adapter provides them — both should be made explicit.
Persistence & Privilege
The skill is not marked always:true and does not request system-wide configuration or modify other skills. Default autonomous invocation is allowed but not by itself suspicious here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-feishu-update-doc - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-feishu-update-doc触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish
元数据
常见问题
OpenClaw飞书更新文档 是什么?
更新飞书云文档。支持 7 种更新模式:追加、覆盖、定位替换、全文替换、前/后插入、删除。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 148 次。
如何安装 OpenClaw飞书更新文档?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-feishu-update-doc」即可一键安装,无需额外配置。
OpenClaw飞书更新文档 是免费的吗?
是的,OpenClaw飞书更新文档 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
OpenClaw飞书更新文档 支持哪些平台?
OpenClaw飞书更新文档 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OpenClaw飞书更新文档?
由 chenfa188(@chenfa188)开发并维护,当前版本 v1.0.0。
推荐 Skills