← Back to Skills Marketplace
132
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install swarmrecall-pools
Description
Named shared data containers for cross-agent collaboration via the SwarmRecall API. Manage shared pools that let multiple agents contribute to and query from...
Usage Guidance
This skill is coherent with its described purpose, but review these points before installing: (1) Treat SWARMRECALL_API_KEY as a secret — only provide it if you trust swarmrecall.ai; (2) The skill will send pool data to an external server (swarmrecall-api.onrender.com), so do not allow the agent to store personal or sensitive information in pools without explicit user consent; (3) The SKILL.md references an override env var (SWARMRECALL_API_URL) that isn't declared — verify endpoints and provenance of the service (confirm the official API domain and privacy policy) before enabling; (4) Because the agent can call the API autonomously, consider restricting autonomous actions or requiring explicit user approval when the agent attempts to share data to a pool.
Capability Analysis
Type: OpenClaw Skill
Name: swarmrecall-pools
Version: 1.1.0
The swarmrecall-pools skill is designed to facilitate shared data containers for cross-agent collaboration via the SwarmRecall API. It includes a transparent auto-registration flow that uses a claim-token pattern to link the agent to a user account and explicitly instructs the agent to obtain user consent before storing sensitive information. All network activity is directed to the stated service domain (swarmrecall-api.onrender.com), and there are no signs of obfuscation, unauthorized data access, or malicious intent.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description and required credential align: the skill talks to the SwarmRecall API and only asks for SWARMRECALL_API_KEY (primaryEnv), which is appropriate for an API-based shared-data service.
Instruction Scope
SKILL.md instructs the agent to use SWARMRECALL_API_KEY or self-register by POSTing to the service and then 'save the apiKey to the SWARMRECALL_API_KEY environment variable'. It also references an override env var (SWARMRECALL_API_URL) that is not declared in requires.env. The instructions explicitly warn to get user consent before storing personal data to pools, which is good, but the guidance to set an env var at runtime (and not write to disk) may not be implementable or enforceable by the agent runtime and could be a source of confusion.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is downloaded or written to disk by an installer, which minimizes install-time risk.
Credentials
Only a single API key (SWARMRECALL_API_KEY) is required and declared as primaryEnv; this is proportionate to the stated purpose. The SKILL.md does mention an optional SWARMRECALL_API_URL but that env var wasn't declared in the registry metadata.
Persistence & Privilege
always:false and no unusual privileges requested. However, the agent is allowed to invoke the skill autonomously (default), and the skill enables writing user data to an external shared service — so ensure you trust the service before permitting autonomous agents to store or share data without additional user approval.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install swarmrecall-pools - After installation, invoke the skill by name or use
/swarmrecall-pools - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
Fix production API base URL to swarmrecall-api.onrender.com
v1.0.1
Added OpenClaw metadata, credentials declaration, privacy guardrails
v1.0.0
Initial publish - shared data pools for cross-agent collaboration
Metadata
Frequently Asked Questions
What is SwarmRecall Pools?
Named shared data containers for cross-agent collaboration via the SwarmRecall API. Manage shared pools that let multiple agents contribute to and query from... It is an AI Agent Skill for Claude Code / OpenClaw, with 132 downloads so far.
How do I install SwarmRecall Pools?
Run "/install swarmrecall-pools" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is SwarmRecall Pools free?
Yes, SwarmRecall Pools is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does SwarmRecall Pools support?
SwarmRecall Pools is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created SwarmRecall Pools?
It is built and maintained by Wayde (@waydelyle); the current version is v1.1.0.
More Skills