feishu-perm
Self-hosted AI workspace where chat becomes visual workflows, multi-agent operations, and reviewable automations. Local memory; local or cloud models
Install / Use
npx skills add aaronnat23/disp8chInstalls into whichever agent you are using.
SKILL.md
Installable skill definition
Quality Score
Category
AutomationSupported Platforms
Skill content
View source on GitHubFeishu Permissions
Manage access permissions on Feishu/Lark documents and drive files.
- Auth: use tenant access token (same pattern as feishu-doc).
- Get permissions:
GET /drive/v1/permissions/{token}/members?type={docx|file|folder}— lists current members and their roles. - Add a member:
POST /drive/v1/permissions/{token}/memberswith{"member_type": "userid", "member_id": "...", "perm": "view|edit|full_access", "type": "docx"}. - Update a member's role:
PUT /drive/v1/permissions/{token}/members/{member_id}with updated perm field. - Remove a member:
DELETE /drive/v1/permissions/{token}/members/{member_id}?type=docx&member_type=userid. - Transfer ownership:
POST /drive/v1/permissions/{token}/transfer_ownerwith{"member_type": "userid", "member_id": "..."}. - Get public link settings:
GET /drive/v1/permissions/{token}/public?type=docx— shows link share mode. - Update sharing settings:
PATCH /drive/v1/permissions/{token}/publicwith{"link_share_entity": "tenant_readable|anyone_readable|closed"}. - Always confirm the resource type (
docx,file,folder,wiki) before making permission changes.
Related Skills
Agent-Reach
84.4kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
ruflo
73.0k🌊 The original agent harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, federation, vector RAG integration, and native Claude Code / Codex / Hermes and many more Integrated
nanobot
48.5kUltra-lightweight, open-source, self-hosted personal AI agent framework in Python with WebUI, tools, memory, MCP, multi-agent workflows, automation, and chat apps
Scrapling
82.8k🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl! Don't be shy, join here: https://discord.gg/EMgGbDceNQ
Security Score
Audited on Sep 2, 2026
