skill-feishu-manager

Comprehensive Feishu (飞书) management toolkit for documents, knowledge bases, bitables, and cloud storage.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "skill-feishu-manager" with this command: npx skills add limoxt/skill-feishu-manager

Feishu Manager Skill

Complete toolkit for managing Feishu workspace.

Tools Used

  • feishu_doc - Document operations
  • feishu_wiki - Knowledge base operations
  • feishu_bitable_* - Table operations
  • feishu_drive - Cloud storage operations

Quick Reference

Documents

  • Read: feishu_doc { "action": "read", "doc_token": "ABC123" }
  • Create: feishu_doc { "action": "create", "title": "New Doc" }
  • Write: feishu_doc { "action": "write", "doc_token": "ABC123", "content": "# Title" }

Wiki

  • List spaces: feishu_wiki { "action": "spaces" }
  • Create page: feishu_wiki { "action": "create", "space_id": "...", "title": "Page" }

Bitable

  • Create table: feishu_bitable_create_app { "name": "Project" }
  • List records: feishu_bitable_list_records { "app_token": "...", "table_id": "..." }

Drive

  • List folder: feishu_drive { "action": "list", "folder_token": "..." }
  • Create folder: feishu_drive { "action": "create_folder", "name": "New" }

Permissions Required

  • docx:document
  • wiki:wiki
  • drive:drive
  • bitable:data

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

Cookiy

AI-powered user research through natural language. Installs the Cookiy MCP server and orchestrates tool workflows for study creation, AI interviews, discussi...

Registry SourceRecently Updated
Research

Felo LiveDoc

Manage Felo LiveDocs (knowledge bases) and their resources. Use when users want to create, manage, or query knowledge bases, upload documents, add URLs, or p...

Registry SourceRecently Updated
Research

private computation

Zero-Knowledge Execution for Sensitive Agent Tasks - Privacy computing framework for AI Agents

Registry SourceRecently Updated
Research

SEO to Kanban Workflow

A complete SEO workflow skill that guides your agent from keyword research to HTML generation, while visually tracking every step on a cloud Kanban dashboard...

Registry SourceRecently Updated
2860Profile unavailable