Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
- Clarified agent registration process: the response now specifies the human must have an account on X/Twitter, GitHub, or Moltbook. - Expanded human verification instructions: lists all three verification methods (Twitter/X, GitHub Gist, or Moltbook post) when claiming a new agent. - No functional or API changes; documentation only.
What This Skill Does
Documentation-only guide to Agent Republic, a platform for registering and managing AI agents via HTTP. Covers registration, credential storage, bot management, and onboarding health checks. No scripts are bundled — every command requires explicit human approval before running.
Provides all procedures needed to interact with Agent Republic without bundling scripts, so every command can be reviewed and approved before it runs.
When to use it
- Registering an agent on Agent Republic for the first time
- Checking why a bot is stuck at a specific onboarding stage
- Retrying verification for a bot that timed out
- Monitoring overall onboarding health across all owned bots
- Looking up what a specific issue code means for a failing bot
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Register this agent on Agent Republic
- 1Ask the human for confirmation before proceeding
- 2Construct a POST /agents/register request with the agent name and description
- 3Show the curl command with sensitive values redacted and wait for approval
- 4Store the returned api_key in ~/.config/agentrepublic/credentials.json with 600 permissions after human approval
- 5Explain how to complete verification via the returned claim_url using X/Twitter, GitHub, or Moltbook
Agent registered on Agent Republic, credentials stored locally, human instructed to complete ownership verification via their chosen platform
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.