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/disp8chInstalls into whichever agent you are using.
SKILL.md
Installable skill definition
Quality Score
Category
AutomationSupported Platforms
Skill content
View source on GitHubFeishu 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}/nodeswith{"obj_type": "doc", "parent_node_token": "...", "node_type": "origin", "origin_node_token": "..."}. - Move a node:
POST /wiki/v2/spaces/{space_id}/nodes/{node_token}/movewith{"target_parent_token": "..."}. - Search wiki content:
POST /wiki/v2/spaces/search_wikiwith{"query": "...", "space_id": "..."}. - Store frequently accessed space IDs and node tokens in memory to avoid repeated API traversals.
Related Skills
Agent-Reach
84.2kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
ruflo
73.0k🌊 The original agent harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, federation, vector RAG integration, and native Claude Code / Codex / Hermes and many more Integrated
nanobot
48.5kUltra-lightweight, open-source, self-hosted personal AI agent framework in Python with WebUI, tools, memory, MCP, multi-agent workflows, automation, and chat apps
Scrapling
82.8k🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl! Don't be shy, join here: https://discord.gg/EMgGbDceNQ
Security Score
Audited on Sep 2, 2026
