Lobster Agent Summary

v1.0.0

Agent进度摘要系统,定期检查子Agent状态并生成简短进度报告。参考Claude Code的AgentSummary机制,每30秒对子Agent生成3-5词状态摘要。

0· 32·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description ask for periodic short summaries of sub-agents; SKILL.md only requires listing subagents and fetching recent session history — these capabilities match the stated purpose.
Instruction Scope
Instructions are narrowly scoped to calling subagents list and sessions_history(sessionKey, limit=2) and generating 3–5 word summaries every ~30s. Minor note: guidance to 'reuse parentAgent context' could broaden what context is consulted — acceptable for caching/performance but may increase exposure to additional conversation context if not carefully limited.
Install Mechanism
Instruction-only skill with no install steps or code files — lowest-risk install footprint.
Credentials
No environment variables, credentials, or unrelated config paths requested. The declared requirement for subagents and sessions_history is proportional to the stated function.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request permanent/force-included presence or system-wide config changes.
Assessment
This skill appears coherent and low-risk: it only reads the list of subagents and each subagent's recent session messages to make short summaries. Before installing, confirm that (1) your platform's subagents and sessions_history APIs provide only the data you expect and respect access controls and retention policies, (2) reusing parent-agent context is acceptable for privacy in your environment (it may expose additional conversation context), and (3) the 30s polling cadence is acceptable for rate limits and cost. If summaries might include sensitive strings, consider adding redaction/filtering or reducing what session history is fetched.

Like a lobster shell, security has layers — review code before you run it.

latestvk976zagsbcsq4921k1csajvvys846n5n

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments