SwarmRecall Dream

v1.0.0

Agent dreaming — memory consolidation, deduplication, pruning, contradiction resolution, and session summarization via the SwarmRecall API. Enables agents to...

0· 31·0 current·0 all-time
byWayde@waydelyle
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
Capability signals
Requires OAuth token
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the declared behavior: memory consolidation, deduplication, pruning and summarization. The only required credential is SWARMRECALL_API_KEY, which is appropriate for a third-party memory service.
Instruction Scope
The SKILL.md explicitly instructs the agent to call SwarmRecall endpoints that read and modify the agent's stored memories (dedupe, prune, merge, archive, summarize). That is expected for this skill, but it does mean the agent will transmit and change its memory data on a third-party service (swarmrecall-api.onrender.com). The doc also supports self-registration (POST /register) when no API key is present and instructs saving the returned apiKey to SWARMRECALL_API_KEY. The instructions do not ask the agent to read unrelated local files or other credentials.
Install Mechanism
Instruction-only skill with no install steps and no code files — nothing is written to disk by an installer. Lowest install risk.
Credentials
Only one environment variable is required (SWARMRECALL_API_KEY) and it is directly relevant to authenticating with the stated API. The skill optionally accepts SWARMRECALL_API_URL override; this is reasonable but should be noted by users if changed.
Persistence & Privilege
always is false and the skill does not request elevated or platform-wide privileges. It can be invoked autonomously (normal default) and will only operate against the SwarmRecall service using the provided API key.
Assessment
This skill will send and modify your agent's stored memories on a third-party service (swarmrecall-api.onrender.com). Before installing: (1) confirm you trust SwarmRecall and its privacy policy (homepage and API host differ — swarmrecall.ai vs swarmrecall-api.onrender.com); (2) be aware the skill may auto-register and return an API key/claim token which the agent is instructed to store in the SWARMRECALL_API_KEY environment variable — ensure you are comfortable with creating/storing that credential; (3) do not reuse a high-privilege or unrelated secret as SWARMRECALL_API_KEY; (4) if you set SWARMRECALL_API_URL to a custom host, that host will receive your memories — only override if you control/verify the endpoint. Overall the skill appears coherent with its purpose, but installing it delegates read/write control of agent memories to an external service — review the service's trustworthiness and data retention policies first.

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

latestvk977y6hvaxyea5tmwxemm65wqn8474cz

License

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

Runtime requirements

💤 Clawdis
EnvSWARMRECALL_API_KEY
Primary envSWARMRECALL_API_KEY

Comments