龙虾知识体系管理
Analysis
This instruction-only skill coherently builds a local Markdown memory/workflow system, with the main caution that it intentionally creates persistent agent memories, instructions, and heartbeat tasks.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
HEARTBEAT.md 是 Agent 的自驱清单。每次被 heartbeat 触发时:1. 读取 HEARTBEAT.md 2. 执行其中的任务
The skill defines a persistent heartbeat checklist that the agent should execute when triggered.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
USER.md — 用户档案...记录服务对象是谁... MEMORY.md — 长期记忆...凭证、密钥不写入此文件
The skill instructs the agent to maintain persistent user profile and long-term memory files, while also explicitly warning not to store credentials or keys.
主 Agent(路由中枢)→ 分发给子 Agent → 子 Agent 各自独立记忆...主 Agent 查子 Agent 记忆
The optional multi-agent design allows a main agent to route work to sub-agents and read or update their memory files.
