skill-candidates/feishu-wiki/SKILL.md
Navigate and manage Feishu Wiki spaces and nodes via the feishu_wiki tool. Use when listing spaces, browsing wiki trees, creating or moving wiki pages, renaming nodes, or resolving a wiki node into the backing Docx object for feishu_doc edits.
npx skillsauth add grtninja/skill-arbiter feishu-wikiInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Single tool feishu_wiki for knowledge base operations across Feishu Wiki spaces and nodes.
spaces or nodes to understand the current wiki structure.get on a wiki token when you need the backing obj_token and obj_type.feishu_doc for the page content itself once you have the resolved obj_token.create, move, rename).From URL https://xxx.feishu.cn/wiki/ABC123def -> token = ABC123def
| Action | Description |
| ------ | ----------- |
| spaces | List accessible wiki spaces |
| nodes | List nodes in a space or under a parent node |
| get | Resolve wiki node details including obj_token |
| create | Create a wiki node or page |
| move | Move a node within or across spaces |
| rename | Rename an existing node |
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": "..." }feishu_wiki manages the structure; feishu_doc manages wiki page content.obj_type defaults to docx, but can also be sheet, bitable, mindnote, file, doc, or slides.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
tools
Run a defender-first security sweep on code, configs, prompts, model/tooling surfaces, or third-party contribution lanes. Use when a request involves safe bug, leak, zero-day-class, exploit, or hack hunting for protection, when contributing to outside repositories and you want a focused security pass, or when touching auth, secrets, permissions, network exposure, prompt/tool boundaries, data flow, or update/build surfaces. This skill is defensive only and must never be used for weaponization or unauthorized access.
development
Validate and repair VRM Sandbox startup acceptance with shim-first local model authority, frontend/backend bring-up, and avatar-runtime launch proof. Use when launch behavior, chat handoff, voice fallback, or runtime bridge acceptance must be verified end to end.
documentation
Align documented voice-command catalogs, endpoint action allowances, and live runtime handlers so operator-visible voice surfaces match what the stack can actually execute. Use when voice command docs, parser matrices, endpoint permissions, or runtime action routing drift apart.
development
Track SkillHub trend and topic drift, maintain a bounded rewrite watchlist, and surface emerging gaps worth turning into repo-owned skills. Use when the marketplace query set shows new families or when the current shortlist has gone stale.