Navigate Feishu knowledge bases and surface relevant wiki pages and links.
This skill appears to be a prompt/documentation layer for Feishu knowledge-base navigation, with no declared standalone secrets, remote endpoints, or local execution capability. Given the open-source GitHub source and very high community adoption, the overall risk is low, though the README does describe Feishu wiki/doc read-write workflows that depend on external Feishu tooling and permissions rather than this material itself.
No standalone API key, token, or environment variable is declared in the material. The README only references Feishu-side scopes (`wiki:wiki` / `wiki:wiki:readonly`), and there is no evidence that this skill itself collects, stores, or exfiltrates credentials.
The system marks it as prompt-only and no remote host is declared. Although the documentation is semantically about Feishu Wiki/Doc operations, the material itself does not show direct network-egress configuration or signs of sending user data to unknown third parties.
There is no installation script, command execution, subprocess launch, or system-call behavior described. This looks like usage guidance for `feishu_wiki` / `feishu_doc` rather than a component that executes code locally.
The README describes listing spaces, listing nodes, getting node details, creating/moving/renaming nodes, and reading/writing document content via the dependent `feishu_doc`. That means the intended data scope can include Feishu knowledge-base content accessible to the user. This is a normal capability for such tooling, and no clear over-privilege red flag is shown.
The source is an open-source GitHub repository with extremely high community adoption (~377k stars), both strong risk-reducing signals. While the license is unspecified and maintenance status is unknown, the available material still points to an auditable and relatively trustworthy source, with no closed-source exfiltration or suspicious injection red flags.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "feishu-wiki" skill from askskill: 1. Download https://raw.githubusercontent.com/openclaw/openclaw/main/extensions/feishu/skills/feishu-wiki/SKILL.md 2. Save it as ~/.claude/skills/feishu-wiki/SKILL.md 3. Reload skills and tell me it's ready
Help me find the PRD, meeting notes, and related page links for the 'new user growth project' in the Feishu wiki, then organize them by topic.
A list of relevant wiki pages and links, organized into categories such as requirements, meetings, and background materials.
Here is a Feishu wiki link. Identify which knowledge base it belongs to and find the parent pages, child pages, and related documents on the same topic.
The knowledge base location of the link, plus the navigation structure and related pages for the same topic.
I just joined the team. Please organize the core entry pages in the Feishu wiki for product, engineering, and process guidelines so I can ramp up quickly.
A curated list of wiki entry pages for new team members, with brief descriptions by topic.
Single tool feishu_wiki for knowledge base operations.
Wiki space_id values are opaque strings. Always keep them quoted in tool calls, even when they contain only digits; passing a long numeric-looking ID as a number can corrupt the suffix due to JavaScript number precision limits.
From URL https://xxx.feishu.cn/wiki/ABC123def → token = ABC123def
{ "action": "spaces" }
Returns all accessible wiki spaces.
{ "action": "nodes", "space_id": "7xxx" }
With parent:
{ "action": "nodes", "space_id": "7xxx", "parent_node_token": "wikcnXXX" }
{ "action": "get", "token": "ABC123def" }
Returns: node_token, obj_token, obj_type, etc. Use obj_token with feishu_doc to read/write the document.
{ "action": "create", "space_id": "7xxx", "title": "New Page" }
With type and parent:
{
"action": "create",
"space_id": "7xxx",
"title": "Sheet",
"obj_type": "sheet",
"parent_node_token": "wikcnXXX"
}
obj_type: docx (default), sheet, bitable, mindnote, file, doc, slides
{ "action": "move", "space_id": "7xxx", "node_token": "wikcnXXX" }
To different location:
{
"action": "move",
"space_id": "7xxx",
"node_token": "wikcnXXX",
"target_space_id": "7yyy",
"target_parent_token": "wikcnYYY"
}
{ "action": "rename", "space_id": "7xxx", "node_token": "wikcnXXX", "title": "New Title" }
To edit a wiki page:
{ "action": "get", "token": "wiki_token" } → returns obj_tokenfeishu_doc { "action": "read", "doc_token": "obj_token" }feishu_doc { "action": "write", "doc_token": "obj_token", "content": "..." }channels:
feishu:
tools:
wiki: true # default: true
doc: true # required - wiki content uses feishu_doc
Dependency: This tool requires feishu_doc to be enabled. Wiki pages are documents - use feishu_wiki to navigate, then feishu_doc to read/edit content.
Required: wiki:wiki or wiki:wiki:readonly
Debug Node.js apps with inspect, breakpoints, heap, and CPU profiling.
Audit and harden OpenClaw hosts for security and operational health.
List chats, review message history, and send iMessage or SMS from CLI.
Summarize or transcribe URLs, videos, PDFs, and local files quickly.
Create, search, and manage Bear notes on macOS via grizzly CLI.
Automate OpenClaw nightly releases, branch maintenance, and forward-porting to main.
Read, edit, and write Feishu documents for faster cloud collaboration.
Manage files, folders, and storage in Feishu cloud drive.
Let AI access Feishu knowledge bases and cloud docs for search and collaboration.
Manage Feishu document and file sharing, access permissions, and collaborators.
Use Feishu spreadsheets as searchable long-term memory for AI agents.
Organize Feishu content into a cited knowledge base for reliable AI answers.