← 返回 Skills 市场
shenmeng

Agent Harness

作者 shenmeng · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
78
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install shenmeng-agent-harness
功能描述
Agent Harness管理工具 - 创建、配置和使用ACP (Agent Coding Platform) harness进行代码开发。支持Claude Code、Codex、Gemini CLI等主流AI编码助手。
安全使用建议
This skill claims to be an Agent Harness but includes a payment module with a hard-coded API key and outbound network calls. Before installing or using it: (1) ask the author for source repository/homepage and verification of the payment flow; (2) insist the SkillPay key be removed from source and provided via an environment variable or secret store so it can be rotated; (3) verify the payment endpoint (api.skillpay.io) and whether the skill actually enforces payment or just logs it; (4) treat the embedded key as compromised—do not rely on it, and if you proceed, rotate any associated credentials; (5) if you cannot validate the author/source and the payment implementation, avoid installing the skill or run it in an isolated environment where outbound network access is restricted.
功能分析
Type: OpenClaw Skill Name: shenmeng-agent-harness Version: 1.0.0 The skill bundle implements a mandatory USDT payment system ('SkillPay') that communicates with an external API (api.skillpay.io) and contains a hardcoded API key in payment.py. While the SKILL.md instructions describe a tool for managing AI agents like Claude Code and Codex, the bundle relies on several undefined external commands (e.g., sessions_spawn, subagents) and introduces a financial gate that is highly unusual for OpenClaw skills. The hardcoded credential and the requirement for cryptocurrency payments represent significant security and trust risks, although there is no explicit evidence of traditional malware like data exfiltration or backdoors.
能力评估
Purpose & Capability
The SKILL.md describes an Agent Harness for managing ACP agents; monetization (SkillPay) is plausible but not declared in the manifest (no required env vars or credentials). Including a payment.py module that implements a SkillPay integration is not impossible for this purpose, but hard-coding the provider API key in the repo (instead of requiring an environment variable) is inappropriate and inconsistent with the declared requirements.
Instruction Scope
The runtime instructions in SKILL.md focus on spawning and managing agents and mention payment at the top (price and payment method). However, the document does not instruct how or when to call the payment module, nor does it describe how payment state is enforced. The instructions themselves do not ask the agent to read unrelated system files or secrets.
Install Mechanism
No install spec (instruction-only), which is low-risk generally. However, the package includes a Python payment module that will make outbound HTTPS requests if executed; there is no install but the code could be executed by the agent or a user, causing network calls.
Credentials
The skill declares no required environment variables or primary credential, yet payment.py contains a hard-coded SKILLPAY_API_KEY constant. A payment integration would reasonably require a credential, but embedding it in code is poor practice and increases risk (leaked key, impossible to rotate without code change). The skill also calls external endpoints (api.skillpay.io) which are unrelated to core agent-management logic.
Persistence & Privilege
The skill is not always-enabled and does not request elevated agent/platform privileges. It does not modify other skills' configs per the provided files.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install shenmeng-agent-harness
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /shenmeng-agent-harness 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of agent-harness skill with ACP management features. - Provides unified management for ACP (Agent Coding Platform) harnesses, supporting Claude Code, Codex, and Gemini CLI agents. - Enables users to list available agents, create and manage persistent or one-shot sessions, and send programming tasks to AI coding assistants. - Integrates with SkillPay payment system (0.01 USDT per call via BNB Chain). - Includes detailed usage scenarios, command references, best practices, and configuration guidance. - Offers session and agent management tools for collaborative and individual coding workflows.
元数据
Slug shenmeng-agent-harness
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Agent Harness 是什么?

Agent Harness管理工具 - 创建、配置和使用ACP (Agent Coding Platform) harness进行代码开发。支持Claude Code、Codex、Gemini CLI等主流AI编码助手。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 78 次。

如何安装 Agent Harness?

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

Agent Harness 是免费的吗?

是的,Agent Harness 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Agent Harness 支持哪些平台?

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

谁开发了 Agent Harness?

由 shenmeng(@shenmeng)开发并维护,当前版本 v1.0.0。

💬 留言讨论