← Back to Skills Marketplace
258
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-san-sheng-liu-bu-lobster
Description
支持接收任务分配,通过子代理执行,发送飞书通知,创建文档,多维表格记录并汇总成果交付的一人公司部署工具。
Usage Guidance
This skill largely does what its description says (orchestrates subagents and automates Feishu document/table updates), but there are important red flags to check before installing:
- The files contain a hardcoded Feishu app/table token, table_id and several OpenIDs/group IDs. Verify whether those tokens are placeholders or active credentials. If they are real, they expose access to someone else's Feishu resources or leak your credentials if you replace them incorrectly.
- The registry metadata declares no required env vars, yet the skill clearly needs Feishu credentials to operate. Ask the author to clarify how Feishu authentication is meant to be provided (platform-managed credentials vs. secrets in files). Prefer supplying credentials via secure env vars or the platform's secret store — never store tokens in plaintext in skill files.
- The SKILL.md references a user-specific local path (/Users/laihehuo/...). That path is likely a leftover from the author's environment; confirm that file paths will be configurable and that the skill won't attempt to read arbitrary local files you don't want exposed.
- sessions_spawn with cleanup='keep' will persist subagent sessions. If you allow autonomous invocation, consider limiting permissions for spawned subagents and audit what they may access.
Recommended actions before installing: obtain author guidance about credential handling; remove or rotate any exposed tokens; replace hardcoded tokens/IDs with configuration placeholders; run the skill in a restricted/test environment first; and restrict the Feishu app's permissions (least privilege) and rotate credentials if you suspect the tokens in the repo are live.
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-san-sheng-liu-bu-lobster
Version: 0.1.0
The skill bundle contains multiple hardcoded, environment-specific absolute file paths (e.g., `/Users/laihehuo/...` in SKILL.md) and specific Feishu (Lark) API identifiers, including an `app_token` (HxULbN8KTaIkCxsTmvYcg4ldnhh), `table_id`, and several `open_id` values in config/lobster-team.md. These hardcoded values create a high risk of data leakage, as the agent may inadvertently exfiltrate user task data to the developer's Feishu instance or fail to execute correctly on different systems. While likely a result of poor generalization rather than intentional malice, the presence of hardcoded external endpoints for data submission is a significant security concern.
Capability Assessment
Purpose & Capability
The name/description (task decomposition + Feishu integration) match the SKILL.md actions: spawning sub‑agents, sending Feishu messages, creating Feishu docs and updating bitable records. However the skill files embed a specific Feishu app_token (HxULbN8KTaIkCxsTmvYcg4ldnhh), table_id (tblAAxJLFpXO7k1X), several OpenIDs and a Feishu group ID while the registry metadata claims no required env vars/credentials — this mismatch is unexpected.
Instruction Scope
SKILL.md instructs the agent to spawn subagents (sessions_spawn), write local Markdown files (paths under /Users/laihehuo/...), post in Feishu groups and read/extract Feishu group messages/links. All actions align with the declared purpose, but the instructions reference specific local paths and detailed Feishu operations (reading group messages to extract links) which increase the surface area: they require access to local filesystem and to Feishu message history.
Install Mechanism
Instruction-only skill with no install spec and no downloaded code — lowest install risk. The repo files are static documentation and templates only.
Credentials
The skill declares no required env vars or primary credential, yet the included files contain a concrete Feishu app_token, table token, table_id, multiple OpenIDs and a group ID. Either the skill expects the platform to provide Feishu credentials implicitly, or the repo leaked real tokens — both are problematic. The presence of hardcoded tokens in skill files is disproportionate and risky because those tokens grant access to Feishu resources and can be reused if valid.
Persistence & Privilege
always:false (normal). The skill asks sessions_spawn with cleanup='keep' which will leave subagent sessions around — expected for multiagent workflows but increases persistence of state and potential for later autonomous actions. The skill also instructs writing local files and editing its own config (config/lobster-team.md) which is within scope, but the kept subagent sessions and local writes expand the runtime footprint.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-san-sheng-liu-bu-lobster - After installation, invoke the skill by name or use
/openclaw-san-sheng-liu-bu-lobster - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
OpenClaw 三省六部虾群 全新上线,支持一人公司高效协作自动化:
- 实现主龙虾任务分配、多角色自动通知、并行任务执行与成果自动汇总全流程。
- 提供完整的 6 只“龙虾”团队配置及团队扩展方式。
- 内置多场景任务模板库,包括资料收集、公众号写作、文案、视频脚本、图片提示词与汇总整合。
- 支持自动创建并同步飞书文档、多维表格,关键产出一键链接汇总。
- 标准化操作指令、交付规范及常见问题全收录,便于新人快速上手与团队协作。
Metadata
Frequently Asked Questions
What is Openclaw San Sheng Liu Bu Lobster?
支持接收任务分配,通过子代理执行,发送飞书通知,创建文档,多维表格记录并汇总成果交付的一人公司部署工具。 It is an AI Agent Skill for Claude Code / OpenClaw, with 258 downloads so far.
How do I install Openclaw San Sheng Liu Bu Lobster?
Run "/install openclaw-san-sheng-liu-bu-lobster" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Openclaw San Sheng Liu Bu Lobster free?
Yes, Openclaw San Sheng Liu Bu Lobster is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Openclaw San Sheng Liu Bu Lobster support?
Openclaw San Sheng Liu Bu Lobster is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Openclaw San Sheng Liu Bu Lobster?
It is built and maintained by jiebao360 (@jiebao360); the current version is v0.1.0.
More Skills