Skills

v1.0.1

Ask Tracy to analyze your recent trajectories and improve your agent behavior based on data-driven recommendations.

0· 51·0 current·0 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
The skill claims to analyze agent trajectories and only requires CLAWTRACE_OBSERVE_KEY and network access to api.clawtrace.ai. The declared env var directly matches the described authentication mechanism; no unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs the agent to POST to https://api.clawtrace.ai/v1/evolve/ask using the observe key, parse SSE responses, extract recommendations, apply changes to the current session (e.g., trim history), and append an entry to MEMORY.md. These actions are coherent with a self-analysis skill, but they do grant the skill a path to modify agent-local state (session history and MEMORY.md). The file write to MEMORY.md and session-trimming are not declared as required config paths, so the agent implementation must have permissions to do those operations for the skill to work.
Install Mechanism
Instruction-only skill with no install spec and no code files; nothing is downloaded or written to disk by an installer. This is the lowest-risk install model.
Credentials
Only one env var (CLAWTRACE_OBSERVE_KEY) is required, which is proportionate and directly used for the API Authorization header. No other secrets or unrelated environment variables are requested.
Persistence & Privilege
The skill does not request always:true or other elevated privileges. It can be invoked by the agent (normal behavior) and instructs local changes (trim history, write MEMORY.md) which are reasonable for a self-improvement workflow but depend on the agent's permissions.
Assessment
This skill will send requests to https://api.clawtrace.ai and relies on CLAWTRACE_OBSERVE_KEY to authenticate—only install it if you trust that service to analyze your run histories. Before installing, consider: (1) audit what trajectory data ClawTrace will actually receive (the skill implies Tracy can access your real trajectories); (2) store the observe key with least privilege and rotate it if possible; (3) be aware the skill asks the agent to modify session history and append to MEMORY.md, so ensure your agent environment permits and tracks such changes if you care about auditability; (4) verify ClawTrace's privacy/retention policy if your traces contain sensitive data.

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

latestvk97f8kgjy2aapz6b1p80h0gnc584stxs

License

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

Runtime requirements

🔬 Clawdis
OSLinux · macOS · Windows
EnvCLAWTRACE_OBSERVE_KEY

Comments