SkillAgentSearch skills...

feishu-wiki

Self-hosted AI workspace where chat becomes visual workflows, multi-agent operations, and reviewable automations. Local memory; local or cloud models

Install / Use

npx skills add aaronnat23/disp8ch

Installs into whichever agent you are using.

About this skill
📄

SKILL.md

Installable skill definition

Quality Score

48/100

Category

Automation

Supported Platforms

Universal

Feishu Wiki

Read, write, and navigate Feishu/Lark Knowledge Base (Wiki) spaces.

  • Auth: use tenant access token (same pattern as feishu-doc). Cache it in memory.
  • List wiki spaces: GET /wiki/v2/spaces — returns available knowledge base spaces.
  • Get a space's root node tree: GET /wiki/v2/spaces/{space_id}/nodes — returns top-level wiki nodes.
  • Get a specific node: GET /wiki/v2/spaces/{space_id}/nodes/{node_token} — returns metadata.
  • Get node children: GET /wiki/v2/spaces/{space_id}/nodes?parent_node_token={token} — returns child nodes.
  • Read wiki page content: use feishu-doc skills on the document_token from the wiki node metadata.
  • Create a wiki node: POST /wiki/v2/spaces/{space_id}/nodes with {"obj_type": "doc", "parent_node_token": "...", "node_type": "origin", "origin_node_token": "..."}.
  • Move a node: POST /wiki/v2/spaces/{space_id}/nodes/{node_token}/move with {"target_parent_token": "..."}.
  • Search wiki content: POST /wiki/v2/spaces/search_wiki with {"query": "...", "space_id": "..."}.
  • Store frequently accessed space IDs and node tokens in memory to avoid repeated API traversals.

Related Skills

View on GitHub
GitHub Stars0
CategoryAutomation
Updated19d ago
Forks0

Security Score

80/100

Audited on Sep 2, 2026

1 medium1 low