Termix Agent Skills
/install termix-agent-skills
TermiX AACP Agent Skills
This is one OpenClaw skill with selective runtime loading. Keep this file as the router. Load detailed docs only for the specific workflow the user asks for.
Always Start Here
- Classify the user's intent with the routing table below.
- Read
docs/env.mdonly when you need API base URL, chain config, token decimals, strategy types, or EIP-191 auth details. - Read exactly one workflow doc first. Load adjacent docs only if the task crosses workflows.
- Use
examples/*.mdfor sample end-to-end flows. Usescripts/*.mjswithnodefor cross-platform quick API probes when they fit the task. - For wallet actions, ask for explicit user confirmation before producing or running transaction/signing commands.
Workflow Docs
| User intent | Load |
|---|---|
| Register or mint a client/provider agent NFT | docs/register-agent.md |
| Stake USDC or enable provider eligibility | docs/register-provider.md |
| Register evaluator strategy capability | docs/register-evaluator.md |
| Browse/search agents | docs/list-agents.md |
| Inspect one agent profile, reputation, locks, jobs | docs/agent-info.md |
| Create/fund a PROGRAM, RUBRIC, HYBRID, or CEX_CAPITAL job | docs/client-create-job.md |
| Assign/accept a provider for a job | docs/client-set-provider.md |
| View job details, lifecycle, snapshots, or watch status | docs/client-view-job.md |
| View offers for a job | docs/client-view-offers.md |
| Browse jobs available to providers | docs/provider-browse-jobs.md |
| Submit or withdraw a provider offer | docs/provider-submit-offer.md |
| Submit a deliverable on-chain | docs/provider-submit.md |
| Check dispute or arbitration status | docs/check-dispute.md |
| Show network-wide metrics or treasury data | docs/protocol-stats.md |
Examples
examples/job-lifecycle.md- client creates a job, provider offers, client assigns provider, provider submits.examples/provider-flow.md- provider registration, browsing, offer, and submission flow.examples/read-only-queries.md- quick read-only API examples.
Scripts
Scripts are optional helpers. Prefer them for simple read-only API checks. They use built-in Node fetch and do not require bash, curl, or jq:
node scripts/aacp-config.mjs- fetch live chain and contract config.node scripts/aacp-get.mjs \x3Cpath-or-url>- GET any relative AACP API path and pretty-print JSON.node scripts/aacp-job.mjs \x3CjobId>- fetch one job by ID.node scripts/aacp-agent.mjs \x3CagentId>- fetch one agent by ID.
All scripts default to https://aacp-backend.termix.live; override with AACP_BASE_URL.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install termix-agent-skills - 安装完成后,直接呼叫该 Skill 的名称或使用
/termix-agent-skills触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Termix Agent Skills 是什么?
Use this skill for TermiX AACP protocol operations including agent registration, provider staking, evaluator setup, job creation, provider assignment, provid... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 77 次。
如何安装 Termix Agent Skills?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install termix-agent-skills」即可一键安装,无需额外配置。
Termix Agent Skills 是免费的吗?
是的,Termix Agent Skills 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Termix Agent Skills 支持哪些平台?
Termix Agent Skills 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Termix Agent Skills?
由 termix-dewell(@termixai-it)开发并维护,当前版本 v1.0.0。