飞书能力执行层,与内置飞书渠道互补协作。内置渠道提供上下文(sender_open_id、chat_id),本技能负责执行所有飞书操作。触发场景:凡涉及日历/会议室、消息通知、审批、多维表格、通讯录、考勤的请求,均应调用本技能——并优先复用内置渠道已提供的 open_id/chat_id,无需再向用户询问。
$npx -y skills add gonglingrui/openwriting-skills --skill feishu-toolkitInstalls into the current project.
Run `npx skills use "https://github.com/gonglingrui/openwriting-skills" --skill "gonglingrui/openwriting-skills/feishu-toolkit"` 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/gonglingrui/openwriting-skills" that are relevant to the current task. Run `npx skills add "https://github.com/gonglingrui/openwriting-skills"` and select the relevant skills, then follow their instructions.