aixyz-on-openclaw

aixyz-on-openclaw is a skill for Claude Code, Codex from AgentlyHQ/aixyz. It costs 71 tokens per session (3,764 once invoked), scanned C, original, no licence file.

A step-by-step guide for openclaw users to build, deploy, and charge for an AI agent with aixyz. It covers setup, deployment choices, a crypto wallet, blockchain registration, and promotion.

In plain words
What is it for?
Installing the required tools, creating an aixyz agent, deploying it, registering it on-chain, and promoting it.
Why use it?
It explains the full process for taking an agent from an empty project to a live service that can be monetised.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Installing the required tools, creating an aixyz agent, deploying it, registering it on-chain, and promoting it.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/agentlyhq/aixyz/aixyz-on-openclaw
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add AgentlyHQ/aixyz --skill aixyz-on-openclaw
Clone the repo
git clone --depth 1 https://github.com/AgentlyHQ/aixyz

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for aixyz-on-openclaw

README.md
[![agentmods](https://agentmods.dev/badge/skills/agentlyhq/aixyz/aixyz-on-openclaw/github.svg)](https://agentmods.dev/skills/agentlyhq/aixyz/aixyz-on-openclaw)
Your own site
<a href="https://agentmods.dev/skills/agentlyhq/aixyz/aixyz-on-openclaw"><img src="https://agentmods.dev/badge/skills/agentlyhq/aixyz/aixyz-on-openclaw/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for aixyz-on-openclaw

Your own site · 80×15
<a href="https://agentmods.dev/skills/agentlyhq/aixyz/aixyz-on-openclaw"><img src="https://agentmods.dev/badge/skills/agentlyhq/aixyz/aixyz-on-openclaw.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,764 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00071 $0.03764
Opus 5 $0.00036 $0.01882
Sonnet 5 $0.00014 $0.00753
Haiku 4.5 $0.00007 $0.00376

Measured 12d ago against content hash 3a935ed0082c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade C, and why

aixyz-on-openclaw scanned grade C with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

curl -fsSL https://bun.sh/install | bash

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -fsSL https://bun.sh/install | bash
skills/aixyz-on-openclaw/SKILL.md · 367 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 367 lines · 71 tokens per session scan C 3a935ed0082c

Subscribe to this mod's changes

aixyz-on-openclaw is a skill published in the GitHub repository AgentlyHQ/aixyz (82 stars, last pushed 1mo ago), with no licence file. It adds 71 tokens to every session and 3,764 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

coinank-openapi

Access CoinAnk crypto derivatives market data via API key or Agent Payments Protocol/x402 pay-per-call.

okx/plugin-store · 26 tokens

cardzero

CardZero — the first payment wallet built for AI agents. Create USDC wallets on Base L2, make payments, pay x402 paywalls, pay other agents, check balance, view transactions, and run A2A jobs with on-chain escrow (ERC-8183). Human owner sets spending rules via Dashboard; agent pays autonomously within limits. Use when…

mrocker/CardZero · 163 tokens

blockrun

Pay-per-call access to AI models, real-time data, media generation and multi-chain RPC over x402 micropayments (USDC on Base or Solana). No API keys, no accounts, no subscriptions. Start here when you have the BlockRun MCP installed and need to know WHICH tool answers a question, how the wallet works, or how to make a…

BlockRunAI/blockrun-mcp · 241 tokens

crypto-data

Use for any crypto data question — token/coin prices, FX, commodities, stocks, OHLC history, DEX pairs and liquidity, DeFi TVL, yield/APY pools, or raw JSON-RPC against a chain; also when the user asks for on-chain SQL, wallet labels/net worth, social mindshare or crypto news, so they are told plainly what BlockRun…

BlockRunAI/blockrun-mcp · 194 tokens

polymarket-trading

Use when the user wants to actually PLACE, manage, or redeem bets on Polymarket (not just read odds — that's blockrunmarkets). Covers setup (deposit wallet, funding, approvals), buy/sell with confirm gating, positions, redeeming winnings, geoblock handling, and the end-to-end demo flow.

BlockRunAI/blockrun-mcp · 72 tokens

surf

Surf (asksurf.ai) is RETIRED on BlockRun and the blockrunsurf tool was REMOVED in 0.49.0 — the gateway has answered every /v1/surf/ path with HTTP 410 endpointretired since 2026-09-06. Use this skill to route a former Surf question (on-chain SQL, wallet labels and net worth, CEX order books, social mindshare, news) to…

BlockRunAI/blockrun-mcp · 110 tokens