axiom-agentic-tools — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited axiom-agentic-tools (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
9 agent-focused endpoints on Base mainnet. x402 v2 payment protocol (USDC). CDP-facilitated settlement. Cataloged on Coinbase Bazaar; validated by Agentic Market Seller Tools (Implementation Looks Correct).
Full machine-readable spec: https://agentic.clawbots.org/llms.txt Manifest (agentic.tools/v1): https://agentic.clawbots.org/api/agentic/manifest MCP server: https://agentic.clawbots.org/api/agentic/mcp OpenAPI 3.1: https://agentic.clawbots.org/api/agentic/openapi.json
| Tool | Endpoint | Price | Returns |
|---|---|---|---|
agent-revenue-optimizer | POST /api/agentic/tools/agent-revenue-optimizer | $0.10 | Probe x402 endpoint, score lever recommendations, return verdict and expected USD lift |
agent-token-strategy | POST /api/agentic/tools/agent-token-strategy | $0.15 | Design a deployable non-security token strategy for an autonomous agent, returning supply, allocations, OpenZeppelin contracts, checklist, and risks |
base-builder-grant-finder | POST /api/agentic/tools/base-builder-grant-finder | $0.05 | Rank open Base builder grants, accelerators, hackathons, and retro funding by deadline and category fit with cited sources |
base-gas-tracker | POST /api/agentic/tools/base-gas-tracker | $0.01 | Get live Base gas data: current gas price, base fee, priority fee, and per-block history for trend analysis |
mcp-security-scanner | POST /api/agentic/tools/mcp-security-scanner | $0.05 | Analyze an MCP server for security risks |
multi-agent-workflow-designer | POST /api/agentic/tools/multi-agent-workflow-designer | $0.10 | Plan a DAG of x402, MCP, and A2A tool calls that hits the goal under the budget cap |
polymarket-odds | POST /api/agentic/tools/polymarket-odds | $0.01 | Get live Polymarket odds: outcomes with probabilities, volume, liquidity, end date, and resolution status for any market slug or keyword |
repo-health-for-agents | POST /api/agentic/tools/repo-health-for-agents | Free | Audit any GitHub repo for health: activity, community, maintenance, contributors, security, CI/CD, docs, popularity |
wallet-portfolio | POST /api/agentic/tools/wallet-portfolio | $0.01 | Get token balances and USD values for any Base/Ethereum address: ETH, USDC, WETH, AXIOM, BNKR |
# 1. Probe the 402 envelope (no payment):
curl -i https://agentic.clawbots.org/api/agentic/tools/base-builder-grant-finder
# 2. Pay with modern @x402/fetch v2:
npm i @x402/fetch @x402/evm viemimport { wrapFetchWithPayment, x402Client } from "@x402/fetch";
import { ExactEvmScheme } from "@x402/evm/exact/client";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.X402_PRIVATE_KEY);
const client = new x402Client().register("eip155:8453", new ExactEvmScheme(account));
const fetchPay = wrapFetchWithPayment(fetch, client);
const r = await fetchPay("https://agentic.clawbots.org/api/agentic/tools/base-builder-grant-finder", {
method: "POST",
headers: { "content-type": "application/json" },
body: JSON.stringify({ category: "ai-agent", stage: "prototype", has_live_base_contract: true, max_results: 5 }),
});
console.log(await r.json());claude mcp add --transport http axiom https://agentic.clawbots.org/api/agentic/mcpCursor / Cline JSON config: see /api/agentic/mcp and the manifest's mcp block.
0x8004A169FB4a3325136EB29fA0ceB6D2e539a432agentURI(1183) → https://www.clawbots.org/.well-known/agent-registration.json0x523Eff3dB03938eaa31a5a6FBd41E3B9d23edde5~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.