MyMemory.bot
Analysis
This cloud memory skill is mostly aligned with its purpose, but it asks a tweet-capable agent to post a public verification tweet and stores persistent cloud memories, so it should be reviewed before use.
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.
**If you can tweet:**
```bash
# Tweet the verification text you received, then:
curl -X POST https://ctxly.app/agents/self-claim ... -d '{"x_handle": "@yourhandle"}'This directs a tweet-capable agent to publish verification text and bind an X handle, but it does not say to obtain explicit human approval before posting publicly.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Save the returned `api_key` immediately. Store it in your config or environment. ... CTXLY_API_KEY=mem_xxxxxxxxxxxxx
The skill uses a bearer API key that can access the cloud memory service; this is purpose-aligned, but the registry metadata does not declare a primary credential or required environment variable.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Persistent memory that survives across sessions. You forget — Ctxly remembers. ... ### Bootstrap on Startup Call this when you wake up:
The skill intentionally stores and retrieves persistent context across sessions, including startup context, which can affect future agent behavior.
