← 返回 Skills 市场
417
总下载
0
收藏
3
当前安装
2
版本数
在 OpenClaw 中安装
/install openclaw-feishu-docs-perm-auto
功能描述
自动为飞书文档添加用户权限。每次创建飞书文档(多维表格/文档/电子表格/文件夹/云空间文件/知识库节点等)后自动添加用户权限,或用户反馈文档无权限时补充添加权限。适用于 OpenClaw Agent。
安全使用建议
Before installing: verify the skill's source (README references a GitHub repo and ClawHub but registry homepage is missing). Understand that the skill will read ~/.openclaw/openclaw.json to obtain your Feishu appId and appSecret and will perform HTTP requests to open.feishu.cn to obtain tokens and modify document permissions. Only install if you trust the skill and the repository owner. Consider creating a Feishu application with minimal permissions, rotate the appSecret after testing, and review agent tool permissions (allowing read/exec/edit grants the skill access to config and lets it run curl). If you need higher assurance, ask the publisher for the code repository URL and review the repository or run the skill in a limited test account first.
功能分析
Type: OpenClaw Skill
Name: openclaw-feishu-docs-perm-auto
Version: 1.0.1
The skill 'openclaw-feishu-docs-perm-auto' automates Feishu document permissions by reading sensitive credentials (appId, appSecret) from '~/.openclaw/openclaw.json' and using the 'exec' tool to run curl commands against the Feishu API (open.feishu.cn). While these actions are aligned with the stated purpose in SKILL.md and README.md, the use of shell execution and the handling of secrets are high-risk capabilities. No evidence of intentional malice, such as exfiltration to unauthorized domains or unauthorized file access, was found.
能力评估
Purpose & Capability
The skill claims to add permissions for Feishu documents and its instructions explicitly read an OpenClaw config for appId/appSecret, obtain a tenant_access_token from the official open.feishu.cn API, and call the drive permissions API to add members. There are no unrelated credentials, binaries, or installs requested that would contradict the stated purpose.
Instruction Scope
The SKILL.md instructs the agent to read ~/.openclaw/openclaw.json (to obtain appId/appSecret/ownerOpenId), run curl via exec to call Feishu APIs, parse document URLs, and edit the same config to save ownerOpenId. These actions are required for the described function, but they mean the skill will access and may persist secrets (appSecret) and perform network calls — the agent tools 'read', 'exec', and 'edit' must be allowed for it to operate.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing is downloaded or written during installation. That reduces supply-chain risk compared to skills that install packages or fetch archives.
Credentials
The skill declares no environment variables but expects appId/appSecret stored in ~/.openclaw/openclaw.json and will fetch a tenant_access_token from Feishu. Requesting the app secret is proportionate to calling the Feishu API, but users should be aware that the skill reads sensitive credentials from their agent config and will use them to authenticate API calls.
Persistence & Privilege
The skill is not always-enabled and does not request system-wide or cross-skill configuration changes. It does write ownerOpenId into the OpenClaw config (its own config area), which is normal for storing user config. It does not require elevated platform privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-feishu-docs-perm-auto - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-feishu-docs-perm-auto触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
openclaw-feishu-docs-perm-auto v1.0.1
- No code or documentation changes detected in this version.
- No functional or behavioral updates compared to previous release.
v1.0.0
初始版本:自动为飞书文档添加用户权限
元数据
常见问题
飞书文档权限自动添加 是什么?
自动为飞书文档添加用户权限。每次创建飞书文档(多维表格/文档/电子表格/文件夹/云空间文件/知识库节点等)后自动添加用户权限,或用户反馈文档无权限时补充添加权限。适用于 OpenClaw Agent。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 417 次。
如何安装 飞书文档权限自动添加?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-feishu-docs-perm-auto」即可一键安装,无需额外配置。
飞书文档权限自动添加 是免费的吗?
是的,飞书文档权限自动添加 完全免费(开源免费),可自由下载、安装和使用。
飞书文档权限自动添加 支持哪些平台?
飞书文档权限自动添加 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 飞书文档权限自动添加?
由 JinYu(@sadjjk)开发并维护,当前版本 v1.0.1。
推荐 Skills