Skip to content
Automation
Skill

/feishu-cli-storage

飞书云空间统一入口,覆盖 Drive 增强上传下载与异步导入导出、基础 file/media 操作、 wiki 知识库节点和空间管理、文档评论、协作者和公开权限。用户提到云盘文件、文件夹、 大文件分块或断点续传、异步任务、目录镜像、知识库、wiki、素材、评论、共享权限、 协作者、公开链接、分享密码、转移所有权或权限申请时必须使用本 Skill。 Wiki 仅在管理空间、节点结构或成员时属于本 Skill;明确禁止用它读取或总结 Wiki/文档正文, 正文内容使用 feishu-cli-docs。会议录制、妙记和逐字稿使用

From plugin
feishu-cli
1.3k9 skills
Install
$ npx -y skills add riba2534/feishu-cli --skill feishu-cli-storage --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/feishu-cli-storage

Context preview

The summary Claude sees to decide when to auto-load this skill.

飞书云空间统一入口,覆盖 Drive 增强上传下载与异步导入导出、基础 file/media 操作、 wiki 知识库节点和空间管理、文档评论、协作者和公开权限。用户提到云盘文件、文件夹、 大文件分块或断点续传、异步任务、目录镜像、知识库、wiki、素材、评论、共享权限、 协作者、公开链接、分享密码、转移所有权或权限申请时必须使用本 Skill。 Wiki 仅在管理空间、节点结构或成员时属于本 Skill;明确禁止用它读取或总结 Wiki/文档正文, 正文内容使用 feishu-cli-docs。会议录制、妙记和逐字稿使用

SKILL.md

feishu-cli-storage.SKILL.md
name: feishu-cli-storage
description: >-
  飞书云空间统一入口,覆盖 Drive 增强上传下载与异步导入导出、基础 file/media 操作、
  wiki 知识库节点和空间管理、文档评论、协作者和公开权限。用户提到云盘文件、文件夹、
  大文件分块或断点续传、异步任务、目录镜像、知识库、wiki、素材、评论、共享权限、
  协作者、公开链接、分享密码、转移所有权或权限申请时必须使用本 Skill。
  Wiki 仅在管理空间、节点结构或成员时属于本 Skill;明确禁止用它读取或总结 Wiki/文档正文,
  正文内容使用 feishu-cli-docs。会议录制、妙记和逐字稿使用 feishu-cli-meetings;搜索使用
  feishu-cli-platform。
argument-hint: <drive|file|media|wiki|comment|perm> [args]
user-invocable: true
allowed-tools: Bash(feishu-cli:*), Bash(./feishu-cli:*), Bash(jq:*), Bash(python3:*), Read, Write

飞书云空间

加载工作流后,将其中 `references/`、`scripts/`、`templates/`、`examples/` 相对路径按该 `workflow.md` 所在目录解析;执行脚本时使用解析后的实际路径,不要依赖当前 shell 目录。

路由

| 意图 | 读取文件 | |---|---| | 大文件、断点续传、异步导入导出、镜像、Drive 搜索 | `references/workflows/drive/workflow.md` | | 基础 file CRUD、版本、元数据、素材上传下载 | `references/workflows/file-media/workflow.md` | | wiki 空间、节点、成员、递归导出 | `references/workflows/wiki/workflow.md` | | 评论、回复、解决和取消解决 | `references/workflows/comment/workflow.md` | | 协作者、公开权限、密码、转移所有权 | `references/workflows/perm/workflow.md` |

执行规则

1. 基础文件操作优先 file/media;需要分块、resume、镜像或异步任务时使用 drive。 2. 删除、移动、覆盖、转移所有权和删除知识空间属于高风险操作,先确认目标并使用命令提供的确认参数。 3. 评论常需 User Token;perm 命令组仅 App 身份(无 user-token 参数),`drive apply-permission` 才需 User Token。以工作流和实际帮助为准。 4. wiki node token 与普通 document/file token 不可混用。

Ships withfeishu-cli

feishu-cli 是一个功能完整的飞书开放平台命令行工具。它将飞书文档、知识库、电子表格、消息、日历、任务等操作封装为简洁的命令行接口,核心能力是 Markdown ↔ 飞书文档双向无损转换。

Get the whole plugin

Other skills on feishu-cli.