← 返回 Skills 市场
ant-1984

Setup Agent

作者 ant-1984 · GitHub ↗ · v0.1.0
cross-platform ✓ 安全检测通过
308
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install setup-agent
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /setup-agent 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug setup-agent
版本 0.1.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 308 次。

如何安装 Setup Agent?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install setup-agent」即可一键安装,无需额外配置。

Setup Agent 是免费的吗?

是的,Setup Agent 完全免费(开源免费),可自由下载、安装和使用。

Setup Agent 支持哪些平台?

Setup Agent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Setup Agent?

由 ant-1984(@ant-1984)开发并维护,当前版本 v0.1.0。

💬 留言讨论