🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

feishu-doc-editor

by @zhuligu

Feishu document creation and editing operations using OpenAPI. Activate when user needs to create, edit, or read Feishu documents programmatically.

Versionv1.0.0
Installs18
βš™οΈ Configuration

1. App Creation and Configuration

Create enterprise self-built app: Login to Feishu Open Platform, create an app and add "Bot" capability.

Apply for API permissions: In "Permission Management", apply for the following permissions:

  • Document editing: docx:document:write_only
  • Document viewing: docx:document:readonly
  • Publish app: Submit version and publish, ensuring the app coverage includes target users/departments.

    2. Get Access Token

    Call the self-built app get tenant_access_token interface:

    curl -X POST https://open.feishu.cn/open-apis/auth/v3/tenant_access_token/internal \
      -H "Content-Type: application/json" \
      -d '{"app_id": "your_app_id", "app_secret": "your_app_secret"}'
    

    Response example:

    {
      "code": 0,
      "tenant_access_token": "t-xxx",
      "expire": 7200
    }
    

    View on ClawHub
    TERMINAL
    clawhub install feishu-doc-editor

    πŸ§ͺ Use this skill with your agent

    Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

    πŸ” Can't find the right skill?

    Search 60,000+ AI agent skills β€” free, no login needed.

    Search Skills β†’