feishu-drive
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 Drive
Manage files and folders in Feishu/Lark Drive (cloud storage).
- Auth: use tenant access token from
POST /auth/v3/tenant_access_token/internal(same as feishu-doc). Cache it in memory. - List folder contents:
GET /drive/v1/files?folder_token={token}— returns files and subfolders. - Get file metadata:
GET /drive/v1/files/{file_token}— returns name, type, size, owner, modified time. - Upload a file:
POST /drive/v1/files/upload_allwith multipart form data (file_name, parent_type, parent_node, size, file). - Download a file:
GET /drive/v1/files/{file_token}/download— returns binary; save withwrite_file. - Create a folder:
POST /drive/v1/files/create_folderwith{"name": "...", "folder_token": "..."}. - Move a file:
POST /drive/v1/files/movewith{"token": "...", "type": "file", "to_parent_token": "..."}. - Copy a file:
POST /drive/v1/files/copywith{"name": "...", "folder_token": "..."}. - Always URL-encode file names when used in query params.
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
