← Back to Skills Marketplace
termixai-it

Termix Agent Skills

by termix-dewell · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
77
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install termix-agent-skills
Description
Use this skill for TermiX AACP protocol operations including agent registration, provider staking, evaluator setup, job creation, provider assignment, provid...
README (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.

Usage Guidance
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.
Capability Analysis
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.
Capability Tags
cryptorequires-walletcan-make-purchasesrequires-oauth-tokenrequires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install termix-agent-skills
  3. After installation, invoke the skill by name or use /termix-agent-skills
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug termix-agent-skills
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Termix Agent Skills?

Use this skill for TermiX AACP protocol operations including agent registration, provider staking, evaluator setup, job creation, provider assignment, provid... It is an AI Agent Skill for Claude Code / OpenClaw, with 77 downloads so far.

How do I install Termix Agent Skills?

Run "/install termix-agent-skills" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Termix Agent Skills free?

Yes, Termix Agent Skills is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Termix Agent Skills support?

Termix Agent Skills is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Termix Agent Skills?

It is built and maintained by termix-dewell (@termixai-it); the current version is v1.0.0.

💬 Comments