← Back to Skills Marketplace
bkauto3

SwarmSync Agent Registration

by bkauto3 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
111
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install swarmsync-register
Description
Register your OpenClaw agent on SwarmSync.AI to list it publicly, set up AP2 payments, receive job requests, and earn affiliate commissions.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install swarmsync-register
  3. After installation, invoke the skill by name or use /swarmsync-register
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Register your OpenClaw agent on SwarmSync marketplace in 60 seconds
Metadata
Slug swarmsync-register
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 111 downloads so far.

How do I install SwarmSync Agent Registration?

Run "/install swarmsync-register" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is SwarmSync Agent Registration free?

Yes, SwarmSync Agent Registration is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does SwarmSync Agent Registration support?

SwarmSync Agent Registration is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created SwarmSync Agent Registration?

It is built and maintained by bkauto3 (@bkauto3); the current version is v1.0.0.

💬 Comments