feishu-api-docs

Fetches Feishu (Lark) API documentation from the official apifox mirror. Supports searching and extracting API schemas.

7 stars

Best use case

feishu-api-docs is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Fetches Feishu (Lark) API documentation from the official apifox mirror. Supports searching and extracting API schemas.

Teams using feishu-api-docs should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/feishu-api-docs/SKILL.md --create-dirs "https://raw.githubusercontent.com/Demerzels-lab/elsamultiskillagent/main/public/skills/autogame-17/feishu-api-docs/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/feishu-api-docs/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How feishu-api-docs Compares

Feature / Agentfeishu-api-docsStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Fetches Feishu (Lark) API documentation from the official apifox mirror. Supports searching and extracting API schemas.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Feishu API Docs Skill

Helps AI agents look up correct API structures for Feishu Open Platform.

## Usage
```bash
node skills/feishu-api-docs/index.js search "create document"
node skills/feishu-api-docs/index.js get "im/v1/messages"
```

Related Skills

feishui-file-sender

7
from Demerzels-lab/elsamultiskillagent

Send files via Feishu channel using message tool with filePath parameter.

nudocs

7
from Demerzels-lab/elsamultiskillagent

Upload, edit, and export documents via Nudocs.ai. Use when creating shareable document links for collaborative editing, uploading markdown/docs to Nudocs for rich editing, or pulling back edited content. Triggers on "send to nudocs", "upload to nudocs", "edit in nudocs", "pull from nudocs", "get the nudocs link", "show my nudocs documents".

Apple Docs MCP Skill

7
from Demerzels-lab/elsamultiskillagent

This skill wraps the Apple Developer Documentation MCP server.

Legal Docs FR

7
from Demerzels-lab/elsamultiskillagent

Générateur de documents juridiques français pour freelances/micro-entrepreneurs.

feishu-user

7
from Demerzels-lab/elsamultiskillagent

Feishu document operations (User Access Token version)

agent-republic-docs

7
from Demerzels-lab/elsamultiskillagent

Docs-only guide to Agent Republic.

feishu-bitable-creator

7
from Demerzels-lab/elsamultiskillagent

Create and populate Feishu (Lark) Bitable (multidimensional tables) with automated cleanup.

ogt-docs-define

7
from Demerzels-lab/elsamultiskillagent

General guide for creating definition documents.

ogt-docs-create

7
from Demerzels-lab/elsamultiskillagent

Create new documentation entities in the docs-first system.

ogt-docs-create-task

7
from Demerzels-lab/elsamultiskillagent

Create and manage task documents in the docs/todo/ workflow.

feishu_file_fetch

7
from Demerzels-lab/elsamultiskillagent

Implements a Clawdbot extension tool that downloads Feishu files by message_id and file_key, streams to disk with sha256, size limits, and path traversal protection. Use when the user asks to build or update the feishu_file_fetch tool, Feishu file download workflow, or Clawdbot extension handling message_id/file_key inputs.

seekdb-docs

7
from Demerzels-lab/elsamultiskillagent

Provides documentation and knowledge for seekdb database. When users ask about seekdb topics, automatically locate relevant documentation through the catalog file (from github).