飞书幻灯片:创建和编辑幻灯片。创建演示文稿、读取幻灯片内容、管理幻灯片页面(创建、删除、读取、局部替换)。当用户需要创建或编辑幻灯片、读取或修改单个页面时使用。当用户给出 doubao.com 的 /slides/ URL/token 时,也应直接使用本 skill,不要因为域名不是飞书而回退到 WebFetch;路由依据是 URL 路径模式和 token,而不是域名。不负责:云文档内容编辑(走 lark-doc)、云文档里的独立画板对象(走 lark-whiteboard)、上传或下载普通文件(走 lark-drive)。
$npx -y skills add dropfan/claude-code-plugins --skill lark-slidesInstalls into the current project.
Run `npx skills use "https://github.com/dropfan/claude-code-plugins" --skill "dropfan/claude-code-plugins/lark-slides"` 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.