FE

Automates navigation and management of Feishu knowledge base wiki pages.

Install

mkdir -p .claude/skills/feishu-wiki && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/1779" && unzip -o skill.zip -d .claude/skills/feishu-wiki && rm skill.zip

Installs to .claude/skills/feishu-wiki

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Feishu knowledge base navigation. Activate when user mentions knowledge base, wiki, or wiki links.
98 chars · catalog description✓ has a “when” trigger
Intermediate

Key capabilities

  • Retrieves Feishu space lists and node hierarchies
  • Creates new wiki pages with specific object types
  • Moves and renames wiki nodes via tokens
  • Extracts tokens from Feishu URLs

How it works

Maps natural language commands to specific API actions, utilizing node tokens to perform CRUD operations on the Feishu document tree.

Inputs & outputs

You give it
Action name and target space/node tokens
You get back
JSON response of wiki metadata or success confirmation

When to use feishu-wiki

  • List all pages in a knowledge space
  • Create a new wiki document
  • Move a wiki page to a new location
  • Rename a wiki page node

About this skill

Feishu wiki

Use the single feishu_wiki tool and its current action schema.

From https://example.feishu.cn/wiki/ABC123def, use ABC123def as token. Treat every space_id as an opaque quoted string, even when it contains only digits.

Navigate

  • Use spaces to enumerate accessible knowledge spaces and nodes for a space or parent node.
  • Continue pagination with the returned page_token while has_more is true, keeping the same space and parent.
  • Use search when the user provides a query but not an exact node.
  • Use get to resolve a wiki token to its node_token, obj_token, and obj_type.

Create and organize

Wiki creation supports only docx, sheet, and bitable; docx is the default. Resolve an exact space and parent before create, move, or rename operations, and confirm ambiguous or destructive reorganizations.

Wiki content workflow

Wiki navigation is independent of the document tool. When get returns a docx object, use its obj_token as doc_token with feishu_doc to read or edit the page. Other object types require a currently available tool that supports that type; do not treat them as documents.

When not to use it

  • Searching for text content inside existing documents
  • Mass updating document content without node structure changes

Prerequisites

Feishu API credentialsSpace IDNode Token

Limitations

  • Sensitive to JSON precision limits for numeric tokens
  • Requires manual mapping between wiki nodes and document content

How it compares

It abstracts the complexity of Feishu's opaque tokens and hierarchy management into simple task-oriented tool calls.

Compared to similar skills

feishu-wiki side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
feishu-wiki (this skill)42moNo flagsIntermediate
notion-knowledge-capture109moNo flagsIntermediate
apple-reminders252moReviewBeginner
memory-keeper-proactive-context-maintenance69moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

notion-knowledge-capture

makenotion

Transforms conversations and discussions into structured documentation pages in Notion. Captures insights, decisions, and knowledge from chat context, formats appropriately, and saves to wikis or databases with proper organization and linking for easy discovery.

10115

apple-reminders

openclaw

Manage Apple Reminders via the `remindctl` CLI on macOS (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.

2593

memory-keeper-proactive-context-maintenance

b4CU-R4U

Automatically detect and maintain memory freshness by monitoring context staleness, significant code changes, task completions, and phase transitions. Proactively suggests and executes memory sync operations with user confirmation. Use when the user says "sync memory", "update context", or when the Skill detects that context is stale (>2 hours), significant changes have occurred (new commits), tasks completed, or major milestones reached. Replaces passive "context is stale" warnings with active maintenance.

694

notion-meeting-intelligence

openai

Prepare meeting materials with Notion context and Codex research; use when gathering context, drafting agendas/pre-reads, and tailoring materials to attendees.

656

agent-memory

yamadashy

Use this skill when the user asks to save, remember, recall, or organize memories. Triggers on: 'remember this', 'save this', 'note this', 'what did we discuss about...', 'check your notes', 'clean up memories'. Also use proactively when discovering valuable findings worth preserving.

943

apple-notes

openclaw

Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks OpenClaw to add a note, list notes, search notes, or manage note folders.

718

Search skills

Search the agent skills registry