← 返回 Skills 市场
84
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wong-super-lobster
功能描述
🦞 Super Lobster | 超级龙虾 - 桥哥的私人 AI 助理 整合了飞书文档管理、会议纪要整理、每日待办推送、工作模块分类等核心技能。 能够自动读取会议纪要、按工作模块分类整理待办事项、创建飞书文档并推送。 核心能力: - 📄 飞书文档创建(支持 100+ blocks 大文档) - 📋 会议纪...
安全使用建议
Do not run or install this skill as-is. The code includes embedded Feishu credentials (APP_SECRET/APP_ID/USER_OPEN_ID) that should never be committed to a public or shared repo. Before using this skill: 1) Ask the author to remove hard-coded secrets and to accept credentials via environment variables or a secure platform secret manager; 2) Rotate any exposed credentials immediately (treat the included APP_SECRET as compromised); 3) Verify the repository's origin and the author's identity (there is a github link in metadata—confirm it exists and matches the published package); 4) Review and restrict the Feishu app permissions to the minimum necessary (docx write, permission manage, message send are powerful); 5) Run the code in an isolated/test environment and inspect other scripts (read_meeting_notes.mjs, classify_by_module.mjs) before granting it access to real data; 6) If you need automated deployment, require the skill to document exactly which environment variables it expects and avoid any embedded credentials. These steps will reduce the risk of credential exposure or unintended data access.
功能分析
Type: OpenClaw Skill
Name: wong-super-lobster
Version: 1.0.0
The skill bundle contains hardcoded sensitive credentials, specifically a Feishu 'APP_SECRET' and 'USER_OPEN_ID' within 'scripts/create_daily_todo.mjs' and 'clawhub.json'. The script is designed to automatically grant 'edit' permissions to the hardcoded 'USER_OPEN_ID' for any documents it creates. While this appears to be a poorly secured private tool rather than intentional malware, the exposure of API secrets and hardcoded access control mechanisms represent significant security vulnerabilities.
能力评估
Purpose & Capability
The name/description (Feishu document creation, meeting-note parsing, todo push, permission management) align with the included files and the Node script, which uses the Lark/Feishu SDK and lists appropriate Feishu permissions (docx write, permission manage, message send). The skill does not request unrelated system-level binaries or capabilities.
Instruction Scope
SKILL.md instructions are limited to cloning the skill, adding an agent entry to ~/.openclaw/openclaw.json, optionally adding cron/heartbeat entries, reading Feishu meeting notes, creating documents and setting permissions. The instructions do instruct the user to write into their OpenClaw config and workspace directories (e.g., ~/.openclaw), which is expected for an agent skill.
Install Mechanism
There is no automated install spec (instruction-only) so nothing is downloaded or executed automatically by the platform. The code requires Node (>=25) and the Lark SDK when run, but users must install dependencies themselves. This lowers some supply-chain risk, but the presence of runnable script files means the repository will execute code on installation if the user runs them.
Credentials
The package contains hard-coded Feishu credentials and IDs instead of declaring them as required environment variables. scripts/create_daily_todo.mjs includes APP_ID and APP_SECRET values and USER_OPEN_ID; clawhub.json also contains feishu.appId and userOpenId. These are sensitive and should not be embedded in distributed code. The skill metadata declares Feishu permissions consistent with its stated purpose, but embedding credentials in the repo is disproportionate and risky.
Persistence & Privilege
The skill is not force-included (always: false) and is user-invocable. It does not request special platform privileges beyond being registered as an agent for a channel (as documented). It writes/reads files within its own workspace and asks users to add entries to their OpenClaw config—this is normal and scoped to the skill.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wong-super-lobster - 安装完成后,直接呼叫该 Skill 的名称或使用
/wong-super-lobster触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Super Lobster v1.0.0 - Initial Release
- 全面重构为飞书高效工作助手,聚焦文档管理、会议纪要整理、每日待办推送与自动分类。
- 新增支持百块飞书文档自动生成、待办与会议纪要智能抓取、分类与自动推送。
- 增强飞书权限管理、定时任务和多模板支持。
- 移除原有通用网络爬取与脚本工具,全面切换为飞书场景与生产力自动化。
- 补充详实 API 参数用法、模板与最佳实践文档。
元数据
常见问题
Super Lobster 是什么?
🦞 Super Lobster | 超级龙虾 - 桥哥的私人 AI 助理 整合了飞书文档管理、会议纪要整理、每日待办推送、工作模块分类等核心技能。 能够自动读取会议纪要、按工作模块分类整理待办事项、创建飞书文档并推送。 核心能力: - 📄 飞书文档创建(支持 100+ blocks 大文档) - 📋 会议纪... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 84 次。
如何安装 Super Lobster?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wong-super-lobster」即可一键安装,无需额外配置。
Super Lobster 是免费的吗?
是的,Super Lobster 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Super Lobster 支持哪些平台?
Super Lobster 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Super Lobster?
由 YBridge(@ybridge)开发并维护,当前版本 v1.0.0。
推荐 Skills