飞书云文档(Docx / Wiki 文档):读取和编辑飞书文档内容。当用户给出文档 URL 或 token,或需要查看、创建、编辑文档、插入或下载文档图片附件时使用。文档中嵌入的电子表格、多维表格、画板,先用本 skill 提取 token 再切到对应 skill。当用户给出 doubao.com 的 /docx/ 或 /wiki/ URL/token 时,也应直接使用本 skill;路由依据是 URL 路径模式和 token,而不是域名。不负责文档评论管理,也不负责表格或 Base 的数据操作。当用户明确要操作飞书思维笔记时,也使用本 skill。
$npx -y skills add dropfan/claude-code-plugins --skill lark-docInstalls into the current project.
Run `npx skills use "https://github.com/dropfan/claude-code-plugins" --skill "dropfan/claude-code-plugins/lark-doc"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/dropfan/claude-code-plugins" that are relevant to the current task. Run `npx skills add "https://github.com/dropfan/claude-code-plugins"` and select the relevant skills, then follow their instructions.