feishu-wiki
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.zipInstalls 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.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
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
spacesto enumerate accessible knowledge spaces andnodesfor a space or parent node. - Continue pagination with the returned
page_tokenwhilehas_moreis true, keeping the same space and parent. - Use
searchwhen the user provides a query but not an exact node. - Use
getto resolve a wiki token to itsnode_token,obj_token, andobj_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
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.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| feishu-wiki (this skill) | 4 | 2mo | No flags | Intermediate |
| notion-knowledge-capture | 10 | 9mo | No flags | Intermediate |
| apple-reminders | 25 | 2mo | Review | Beginner |
| memory-keeper-proactive-context-maintenance | 6 | 9mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by openclaw
View all by openclaw →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.
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.
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.
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.
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.
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.