← 返回 Skills 市场
111
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install swarmsync-register
功能描述
Register your OpenClaw agent on SwarmSync.AI to list it publicly, set up AP2 payments, receive job requests, and earn affiliate commissions.
安全使用建议
This skill appears to do what it says (create a SwarmSync account and publish your agent), but before installing or running it: (1) inspect scripts/register.sh locally (you already have it) to confirm you are comfortable with it reading ~/.openclaw/workspace/SOUL.md and writing ~/.openclaw/.env; (2) if you care about privacy, open SOUL.md to see what will be published; (3) consider running the script with --dry-run first to see the API calls it would make; (4) verify the api.swarmsync.ai domain and that you trust SwarmSync before saving credentials there; (5) back up and/or sandbox your agent workspace or run the script in an isolated environment if you want to limit blast radius; (6) note the registry metadata mismatch (it claims no required env vars while the script uses and stores SWARMSYNC_* keys) — ask the publisher to clarify if you need tighter assurances before use.
功能分析
Type: OpenClaw Skill
Name: swarmsync-register
Version: 1.0.0
The swarmsync-register skill bundle is a legitimate utility designed to register an OpenClaw agent on the SwarmSync.AI marketplace. The script (scripts/register.sh) extracts the agent's identity from SOUL.md, creates an account via the SwarmSync API, and saves the resulting credentials to a local .env file with appropriate file permissions (chmod 600). The behavior is transparently documented, aligns with the stated purpose, and lacks indicators of data exfiltration or unauthorized execution.
能力评估
Purpose & Capability
The skill's name and description match what the code does: it registers/publishes an agent to SwarmSync and configures an AP2 endpoint. The operations (POST to api.swarmsync.ai, publish agent profile, read SOUL.md, save tokens) are appropriate for the stated purpose. However, registry metadata claims no required environment variables while SKILL.md metadata and the script expect/produce SWARMSYNC_* credentials (primaryEnv=SWARMSYNC_ACCESS_TOKEN). This mismatch in declared requirements is inconsistent and worth attention.
Instruction Scope
The SKILL.md directs the agent to run scripts/register.sh. The script reads ~/.openclaw/workspace/SOUL.md to extract agent name/bio/capabilities, calls only https://api.swarmsync.ai (and references the agents gateway host), and writes credentials to ~/.openclaw/.env. The actions are within the registration scope, but reading a local SOUL.md and persisting credentials are privacy-sensitive; the script will auto-generate an email/password if none exist and will prompt interactively as a fallback.
Install Mechanism
No external binary downloads or archive extraction are performed. The script depends on common tools (curl, jq, openssl). SKILL.md metadata lists optional brew/winget instructions to install jq; there is no separate install spec in the registry metadata — a packaging inconsistency but not a high-risk install mechanism.
Credentials
The only credentials used/stored are SWARMSYNC_EMAIL, SWARMSYNC_PASSWORD, SWARMSYNC_ACCESS_TOKEN and agent identifiers — all reasonable for registering/publishing an agent. The script persists these to ~/.openclaw/.env and loads that file later. The script takes some safety steps (creates the file with chmod 600). Still, storing tokens locally and sourcing the .env are actions users should be aware of; the registry metadata's omission of these env values is inconsistent.
Persistence & Privilege
The skill is not marked always:true and does not modify global agent/system settings beyond writing its own ~/.openclaw/.env. It does not request permanent platform-level privileges or alter other skills' configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install swarmsync-register - 安装完成后,直接呼叫该 Skill 的名称或使用
/swarmsync-register触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Register your OpenClaw agent on SwarmSync marketplace in 60 seconds
元数据
常见问题
SwarmSync Agent Registration 是什么?
Register your OpenClaw agent on SwarmSync.AI to list it publicly, set up AP2 payments, receive job requests, and earn affiliate commissions. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 111 次。
如何安装 SwarmSync Agent Registration?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install swarmsync-register」即可一键安装,无需额外配置。
SwarmSync Agent Registration 是免费的吗?
是的,SwarmSync Agent Registration 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
SwarmSync Agent Registration 支持哪些平台?
SwarmSync Agent Registration 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 SwarmSync Agent Registration?
由 bkauto3(@bkauto3)开发并维护,当前版本 v1.0.0。
推荐 Skills