Feishu Perm Help
Skill by benleyl
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/benleyl/feishu-perm-helpWhat This Skill Does
The Feishu Perm Help skill serves as an essential automation bridge for OpenClaw users who frequently manage document collaboration within the Feishu (Lark) ecosystem. This tool empowers the OpenClaw AI agent to programmatically interface with Feishu document permissions, effectively replacing manual entry in the Feishu admin dashboard. It enables users to delegate the task of granular permission management to their AI agent, supporting the addition, auditing, and revocation of collaborator access for documents and spreadsheets. By automating the integration of the 'feishu_perm' tool into the OpenClaw gateway, this skill ensures that teams can maintain dynamic control over their knowledge base security and sharing policies through simple natural language commands.
Installation
To install this skill, you can use the OpenClaw CLI by running clawhub install openclaw/skills/skills/benleyl/feishu-perm-help. Alternatively, for manual installation, clone the repository into your ~/.openclaw/workspace/skills/ directory. Post-installation, the skill automatically handles the injection of necessary configuration parameters into your ~/.openclaw/openclaw.json file. If the automatic process is bypassed, ensure you manually register the 'perm' tool within the feishu channel settings of your configuration and restart the gateway with openclaw gateway restart to apply changes.
Use Cases
This skill is perfect for administrative workflows, team collaboration management, and IT support automation. Ideal scenarios include onboarding new team members by giving them immediate access to project trackers, auditing document security by reviewing who has edit permissions on sensitive internal spreadsheets, and offboarding members by automatically stripping them of access across multiple documents. It transforms high-friction administrative tasks into single, intent-based conversational interactions.
Example Prompts
- "Add user ou_5566778899 as an editor to this document: https://feishu.cn/base/doc_XYZ"
- "List all current collaborators who have edit access to this spreadsheet."
- "Remove user ou_1122334455 from the sharing list of this project tracker."
Tips & Limitations
To ensure success, verify that your Feishu application is a collaborator on the target document with sufficient 'Manage' level permissions. Without this, the API calls will be rejected due to insufficient privileges. Regularly check your Gateway logs using openclaw gateway status to ensure the feishu_perm tool is actively registered. Note that this tool interacts directly with Feishu API endpoints; ensure your Feishu App has the docs:permission.member scopes enabled in the Developer Console, as these are prerequisites for the tool to execute successfully.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-benleyl-feishu-perm-help": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, file-read, file-write