← 返回 Skills 市场
132
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力标签
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install swarmrecall-pools - 安装完成后,直接呼叫该 Skill 的名称或使用
/swarmrecall-pools触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 132 次。
如何安装 SwarmRecall Pools?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install swarmrecall-pools」即可一键安装,无需额外配置。
SwarmRecall Pools 是免费的吗?
是的,SwarmRecall Pools 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
SwarmRecall Pools 支持哪些平台?
SwarmRecall Pools 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 SwarmRecall Pools?
由 Wayde(@waydelyle)开发并维护,当前版本 v1.1.0。
推荐 Skills