← 返回 Skills 市场
termixai-it

Termix Agent Skills

作者 termix-dewell · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
77
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install termix-agent-skills
功能描述
Use this skill for TermiX AACP protocol operations including agent registration, provider staking, evaluator setup, job creation, provider assignment, provid...
使用说明 (SKILL.md)

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

  1. Classify the user's intent with the routing table below.
  2. Read docs/env.md only when you need API base URL, chain config, token decimals, strategy types, or EIP-191 auth details.
  3. Read exactly one workflow doc first. Load adjacent docs only if the task crosses workflows.
  4. Use examples/*.md for sample end-to-end flows. Use scripts/*.mjs with node for cross-platform quick API probes when they fit the task.
  5. 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.

安全使用建议
Do not rely on the embedded bearer token; it should be removed or rotated by the publisher. If you use the skill, use a dedicated low-value testnet wallet, review every generated script and transaction amount, verify contract addresses from the live config, and avoid installing optional packages or sharing exchange/API credentials unless you fully trust the TermiX workflow.
功能分析
Type: OpenClaw Skill Name: termix-agent-skills Version: 1.0.0 The skill bundle provides tools for interacting with the TermiX AACP blockchain protocol, which involves high-risk operations including on-chain transactions and EIP-191 message signing using a 'WALLET_KEY'. While the behavior is aligned with the stated purpose, the bundle contains a hardcoded API Bearer token in 'docs/env.md' and relies on the agent generating and instructing the user to execute local TypeScript scripts that handle private keys. These patterns, combined with extensive network access to 'https://aacp-backend.termix.live', constitute high-risk capabilities that could be exploited if the remote backend or configuration is compromised.
能力标签
cryptorequires-walletcan-make-purchasesrequires-oauth-tokenrequires-sensitive-credentials
能力评估
Purpose & Capability
The documented capabilities—AACP registration, staking, job creation, provider offers, and job submission—match the stated purpose, but they include high-impact blockchain actions and credential use.
Instruction Scope
The router tells the agent to ask for explicit confirmation before wallet actions, and most mutating actions are presented as user-run scripts; users should still carefully review generated transaction parameters.
Install Mechanism
There is no install spec, but docs instruct use of pnpm/tsx and occasional package installs or monorepo-local dependencies; this is not auto-executed but should be checked.
Credentials
The skill exposes a hardcoded bearer API key in documentation, which is not appropriate for a published skill even if it is intended for a limited endpoint.
Persistence & Privilege
No hidden persistence is shown, but on-chain operations can approve, lock, transfer, or mutate protocol state and may not be easily reversible.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install termix-agent-skills
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /termix-agent-skills 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of termix-agent-skills. - Supports TermiX AACP protocol operations: agent registration, provider staking, evaluator setup, job creation, provider assignment, offer management, deliverable submission, inspection, protocol stats, and dispute checks. - Skill includes a routing table to load only matching docs, examples, or scripts for the user's requested workflow. - Provides workflow-specific documentation, example end-to-end flows, and cross-platform Node.js API probe scripts. - Requires Node.js and pnpm; supports optional environment variables for wallet key and API base URL. - Strong guidance to always load this router file first before accessing detailed docs or scripts.
元数据
Slug termix-agent-skills
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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。

💬 留言讨论