with one click
feishu-auth
为当前用户完成飞书个人 OAuth 授权。在任何会话过程中,当需要用户授权时,始终执行本技能的授权流程。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
为当前用户完成飞书个人 OAuth 授权。在任何会话过程中,当需要用户授权时,始终执行本技能的授权流程。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
| name | feishu-auth |
| description | 为当前用户完成飞书个人 OAuth 授权。在任何会话过程中,当需要用户授权时,始终执行本技能的授权流程。 |
| overrides | feishu_oauth, feishu_oauth_batch_auth, feishu_pre_auth |
| inline | true |
模块兼容:所有脚本均提供
.js和.mjs两个版本。优先使用.js,若报require is not defined错误则改用同名.mjs文件。
为用户完成飞书个人 OAuth 授权。
node当需要用户授权时,执行以下命令:
node "./auth.js" --auth-and-poll --open-id "OPEN_ID" --chat-id "CHAT_ID" --timeout 60
OPEN_ID:用户的飞书 open_id(必填)CHAT_ID:当前会话的 chat_id(可选,有则发到群里,无则发私信)--timeout:轮询等待秒数(默认 60)返回值处理:
{"status":"authorized"} → 授权成功,立即继续执行原始任务,不要输出任何文字{"status":"expired"} → 授权链接已过期,告知用户重试重要约束:
--init 模式,严禁自行向用户展示授权链接 URLurl 字段展示给用户--auth-and-poll 模式,它会自动发送授权卡片并等待用户完成node "./auth.js" --status --open-id "OPEN_ID"
node "./auth.js" --revoke --open-id "OPEN_ID"
Build-focused skill for creating, updating, and installing standard Agent Skills.
Manage SOP templates, scheduled automation tasks, and run history through AI-callable tools.
提供独立的命令执行与 skill 脚本执行能力。
Query chat history by keywords and date ranges.
Provides interaction capabilities with the user.
Meta skill for AI self-evolution. Invoke when recording lessons learned and improving skill guidance from execution feedback.