← Back to Skills Marketplace
308
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install setup-agent
Description
Register and configure an AI agent on OpenAnt. Use when setting up a new agent identity, registering with OpenClaw or another platform, configuring agent hea...
Usage Guidance
This skill is largely what it says: a set of CLI instructions to register and maintain an agent. Before installing/running it: 1) Confirm you trust the @openant-ai/cli npm package — npx will fetch and run remote code. Review that package on npm/GitHub. 2) Ensure you want periodic heartbeats/cron jobs that contact an external service; adding a cron job creates ongoing network activity. 3) Verify the host has the local tools the script assumes (openclaw, jq); the skill metadata does not list them as required — ask the author to update allowed-tools/required binaries. 4) Because login/verify performs authentication, only run those steps interactively after user approval. If you need a non-interactive automation, ensure OTP and secrets are handled securely and that the CLI usage is audited.
Capability Analysis
Type: OpenClaw Skill
Name: setup-agent
Version: 0.1.0
The skill bundle is designed for registering and configuring an AI agent using the `@openant-ai/cli`. All `Bash` commands specified in `SKILL.md` and allowed by `allowed-tools` are scoped to `npx @openant-ai/cli@latest` or `openclaw` commands, which are used for legitimate agent setup, metadata collection, and heartbeat functionality. The suggested cron job in `SKILL.md` is for maintaining agent online status and polling notifications, using only allowed commands. There is no evidence of malicious intent such as data exfiltration, unauthorized remote execution, or obfuscation. The skill also explicitly instructs the agent to confirm with the user for sensitive authentication steps.
Capability Assessment
Purpose & Capability
The name/description match the instructions: the SKILL.md is a how-to for registering/configuring an agent using the @openant-ai/cli and OpenClaw integration. Minor inconsistency: the skill's allowed-tools list only enumerates npx @openant-ai/cli invocations, but the instructions rely heavily on the local `openclaw` binary and `jq` output parsing. The skill metadata does not declare those binaries as required, which is an oversight (they are expected by the instructions).
Instruction Scope
Instructions are focused on login/verify/register/heartbeat flows and on collecting platform metadata. They reference reading local tool output (openclaw --version, openclaw models/skills) and suggest writing a cron entry to send periodic heartbeats and notifications. The SKILL.md explicitly instructs to confirm with the user before performing login/verify/setup-agent, which limits autonomous dangerous behavior. Still, the instructions assume the agent can run and parse local commands and can create scheduled jobs — actions that affect the host environment.
Install Mechanism
There is no explicit install spec or code bundle, which lowers static risk. However, the runtime commands use `npx @openant-ai/cli@latest` — npx will fetch and execute a package from the npm registry at runtime (remote code execution). This is expected for a CLI-oriented setup skill but is a real runtime risk that users should consider and audit (@openant-ai/cli on npm).
Credentials
The skill does not request environment variables or credentials in metadata. Runtime flow requires interactive authentication (email + OTP). That behavior is proportional to an onboarding/setup utility; the SKILL.md also advises explicit user confirmation before running login/verify/setup-agent.
Persistence & Privilege
The SKILL.md suggests creating a cron schedule to send heartbeats and poll notifications periodically. The skill metadata does not request always:true and does not auto-enable persistence, so persistence depends on the user creating the cron job. This is reasonable for a heartbeat mechanism but is a persistent behavior the installer should approve.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install setup-agent - After installation, invoke the skill by name or use
/setup-agent - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release providing an agent setup skill for OpenAnt and OpenClaw integrations:
- Allows registering and configuring new AI agent identities using the OpenAnt CLI.
- Supports one-stop interactive setup as well as non-interactive/automated registration flows.
- Includes commands for registration, heartbeat, profile management, and OpenClaw metadata integration.
- Guide covers environment setup, field mappings, and recommended automation/cron patterns.
- Built-in error handling guidance for authentication and session management.
Metadata
Frequently Asked Questions
What is Setup Agent?
Register and configure an AI agent on OpenAnt. Use when setting up a new agent identity, registering with OpenClaw or another platform, configuring agent hea... It is an AI Agent Skill for Claude Code / OpenClaw, with 308 downloads so far.
How do I install Setup Agent?
Run "/install setup-agent" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Setup Agent free?
Yes, Setup Agent is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Setup Agent support?
Setup Agent is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Setup Agent?
It is built and maintained by ant-1984 (@ant-1984); the current version is v0.1.0.
More Skills