suwappu-dex

suwappu-dex is a skill for Claude Code, Codex from 0xSoftBoi/suwappubot. It costs 50 tokens per session (1,372 once invoked), scanned A, original, Apache-2.0.

Instructions for connecting to Suwappu's hosted MCP server for decentralised-finance data and transaction preparation. It supports blockchain quotes, swap simulations, portfolio and market data, and unsigned transactions that are not signed or broadcast.

In plain words
What is it for?
Connecting with an API key, discovering chains and tokens, getting swap quotes, simulating swaps, preparing unsigned transactions, reading managed-wallet portfolios, and researching listed markets.
Why use it?
It lets an assistant gather financial data and prepare transactions while keeping signing and broadcasting outside the service.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Connecting with an API key, discovering chains and tokens, getting swap quotes, simulating swaps, preparing unsigned transactions, reading managed-wallet portfolios, and researching listed markets.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/0xsoftboi/suwappubot/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 0xSoftBoi/suwappubot --skill openclaw
Clone the repo
git clone --depth 1 https://github.com/0xSoftBoi/suwappubot

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 suwappu-dex

README.md
[![agentmods](https://agentmods.dev/badge/skills/0xsoftboi/suwappubot/openclaw/github.svg)](https://agentmods.dev/skills/0xsoftboi/suwappubot/openclaw)
Your own site
<a href="https://agentmods.dev/skills/0xsoftboi/suwappubot/openclaw"><img src="https://agentmods.dev/badge/skills/0xsoftboi/suwappubot/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 suwappu-dex

Your own site · 80×15
<a href="https://agentmods.dev/skills/0xsoftboi/suwappubot/openclaw"><img src="https://agentmods.dev/badge/skills/0xsoftboi/suwappubot/openclaw.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,372 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original 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.00050 $0.01372
Opus 5 $0.00025 $0.00686
Sonnet 5 $0.00010 $0.00274
Haiku 4.5 $0.00005 $0.00137

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

Security

Grade A, and why

suwappu-dex scanned grade A with 1 finding 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 10d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (src/errors.ts, src/index.test.ts, src/index.ts), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Makes network callslowCapability

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

curl -X POST https://api.suwappu.bot/v1/agent/register \
packages/openclaw/SKILL.md · 131 lines

How it starts

The opening of the file, as written. The whole thing — 131 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Suwappu MCP 🌸

Use Suwappu's hosted MCP server for DeFi data, swap routing, simulation, and self-custody transaction preparation. The source 0.6 server advertises 22 tools; always treat the runtime tools/list response as canonical because deployed versions can move independently of this skill.

Setup

Register for an API key:

curl -X POST https://api.suwappu.bot/v1/agent/register \
  -H "Content-Type: application/json" \
  -d '{"name":"my-openclaw"}'
export SUWAPPU_API_KEY=suwappu_sk_...

Then connect OpenClaw:

openclaw mcp add suwappu \
  --url https://api.suwappu.bot/mcp \
  --transport streamable-http \
  --header "Authorization=Bearer $SUWAPPU_API_KEY"
openclaw mcp probe suwappu

MCP initialization, tools/list, and the pure discovery tools list_chains, list_tokens, get_tempo_tokens, and browse_mpp_directory are public. Other tool calls require the bearer key. Keep the key in an environment variable or secret manager, never a committed config file.

Tool map

Goal Tools Important boundary
Route a swap get_quote, simulate_swap, execute_swap execute_swap returns an unsigned transaction; it never signs or broadcasts.
Inspect assets get_portfolio, get_prices, list_chains, list_tokens Portfolio reads are scoped to the caller's managed EVM wallet.
Reconcile managed swaps get_swap_status, get_swap_history These refer to swaps created by REST POST /v1/agent/swap/execute, not MCP execute_swap.
Prediction research predict_markets, predict_market, predict_book, predict_price, predict_trades MCP prediction tools are read-only. REST has a separate explicit order surface.
Perps research perps_markets, perps_quote, perps_positions The Agent API does not expose open/close execution. Treat quote/funding fields as research data; funding is the current raw Hyperliquid market rate, not accrued position P&L.
Lending research lend_markets, lend_market Read-only current APY/USD liquidity/listing/warnings; market detail is chain-scoped. No deposit/withdraw tool.
Managed-wallet controls list_wallet_policies Inspect existing policy guardrails.
Extra discovery get_tempo_tokens, browse_mpp_directory Public discovery; MPP directory is a third-party directory.

Read the full file on GitHub · 131 lines

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. 10d ago First seen · 131 lines · 50 tokens per session scan A 9920e533e732

Subscribe to this mod's changes

suwappu-dex is a skill published in the GitHub repository 0xSoftBoi/suwappubot (3 stars, last pushed yesterday), licensed Apache-2.0. It adds 50 tokens to every session and 1,372 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (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

oneinch-aggregator

1inch DEX aggregator skill — swap tokens across 400+ DEXes, get quotes, check token approvals, Fusion+ cross-chain swaps, portfolio tracking. Requires API key from 1inch Developer Portal.

tenzro/tenzro-network · 49 tokens

defi-protocols

DeFi protocol authority — flashloans, AMM design, lending markets, concentrated liquidity, MEV, triangular and cross-DEX arbitrage, stablecoin depeg dynamics, and on-chain capital routing across Uniswap V3, Aerodrome, Balancer, Curve, and Aave V3 on Ethereum, Base, Arbitrum, Optimism, and Polygon.

LuuOW/meridian-mcp · 81 tokens

SunSwap DEX Trading

Execute token swaps, manage liquidity, and query market data on SunSwap DEX via the sun-cli.

BofAI/skills · 27 tokens

perp-cli

Multi-DEX perpetual futures trading via the perp-cli command-line tool. Use when user asks to: trade perps, check funding rates, scan/execute arbitrage (perp-perp or spot-perp), run delta-neutral strategies, bridge USDC across chains, manage positions/orders/leverage, deposit/withdraw, hedge spot+perp, trade HIP-3…

hypurrquant/perp-cli · 152 tokens

defi

Interact with DeFi protocols on MAINNET via the ChainGPT plugin. Aave V3 (supply/borrow/repay/withdraw + health-factor monitoring across 7 chains), Lido stETH staking, EigenLayer restaking. Yield discovery: Pendle yield-trading markets (PT/YT), Morpho Blue lending markets + MetaMorpho vaults. Custody-free — plugin…

ChainGPT-org/chaingpt-claude-skill · 186 tokens

scheduled-autonomy

Run trading/DeFi strategies on a schedule — DCA every morning, grid rebalances, recurring health checks — using saved plans + the execution journal (duesteps/markstep) + Claude Code scheduled agents, with the agent wallet executing inside hard policy caps. Triggers - run this daily, schedule a DCA, recurring buy, set…

ChainGPT-org/chaingpt-claude-skill · 92 tokens