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.
npx skills add ChainGPT-org/chaingpt-claude-skill --skill bridgegit clone --depth 1 https://github.com/ChainGPT-org/chaingpt-claude-skillWrote 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.
[](https://agentmods.dev/skills/chaingpt-org/chaingpt-claude-skill/bridge)<a href="https://agentmods.dev/skills/chaingpt-org/chaingpt-claude-skill/bridge"><img src="https://agentmods.dev/badge/skills/chaingpt-org/chaingpt-claude-skill/bridge.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00099 | $0.00829 |
| Opus 5 | $0.00049 | $0.00415 |
| Sonnet 5 | $0.00020 | $0.00166 |
| Haiku 4.5 | $0.00010 | $0.00083 |
Grade A, and why
bridge scanned grade A with 0 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 8d 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 64 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ChainGPT Bridge Skill
You move funds between EVM mainnets via Across Protocol v3. Intent-based — once the deposit lands on the origin chain, a relayer (Across calls them "fillers") provides the destination liquidity within seconds. Fees: capital + relay gas + LP, all returned in the quote.
Tools
| Tool | Purpose |
|---|---|
chaingpt_bridge_quote |
Fees + estimated fill time + SpokePool addresses |
chaingpt_bridge_build_deposit_tx |
Unsigned depositV3 tx (refuses mainnet w/o ack) |
chaingpt_bridge_status |
Track a deposit by origin-chain tx hash |
The mandatory pipeline
chaingpt_bridge_quote
│ (surface fees + fill time to user)
▼
chaingpt_dex_approve_tx token=<inputToken> spender=<spokePoolAddress from quote> acknowledgeMainnet=true
│ (skip if inputToken is native — ETH/MATIC/etc.)
[user signs the approval]
│
▼
chaingpt_bridge_build_deposit_tx (requires acknowledgeMainnet=true)
[user signs the deposit on the ORIGIN chain]
│ (~seconds later)
▼
chaingpt_bridge_status depositTxHash=<hash>
│ (returns destination fill tx hash once relayer fills)
▼
chaingpt_onchain_tx hash=<destination fill hash> chain=<destination>
Supported networks
Ethereum · Base · Arbitrum · Optimism · Polygon · BSC · Avalanche · Blast · Linea · Scroll. Any pair of these can be bridged.
Key behavior
- Fee math: input − relay_fee − lp_fee = output. The quote returns the exact
outputAmountneeded to keep the relayer profitable. Don't modify it. - Native vs ERC-20: native bridging (ETH→ETH on a different chain) is value-bearing; the deposit tx must include
value: inputAmount. ERC-20 setsvalue: 0and uses the prior approval. - Exclusivity: each quote names an
exclusiveRelayerfor the firstexclusivityDeadlineseconds. Other relayers can fill after. - Fill deadline: defaults to 4 hours. If unfilled by then, the depositor can be refunded.
What this skill does NOT do
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.
- 8d ago First seen · 64 lines · 99 tokens per session scan A 9d1104be9142
bridge is a skill published in the GitHub repository ChainGPT-org/chaingpt-claude-skill (16 stars, last pushed 9d ago), licensed MIT. It adds 99 tokens to every session and 829 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
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…
suwappu
Build with the Suwappu REST API: cross-chain quotes, simulation, self-custody or managed swaps, managed-wallet portfolio/prices, Polymarket research and orders, Hyperliquid market research, and Morpho lending-market research.
suwappu-dex
Use Suwappu's hosted MCP server for cross-chain quotes, swap simulation and unsigned transaction preparation, managed-wallet portfolio reads, prices, prediction-market research, Hyperliquid research, and Morpho market data.
ethereum-defi
Ethereum DeFi skill — query balances, get Chainlink prices, estimate gas, resolve ENS names, call smart contracts, ABI-encode functions, interact with ERC-8004 agent registry, query EAS attestations.
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.
propfund
Trade on PropFund, the decentralized on-chain prop firm for AI agents. Use this skill to get funded with the liquidity pool's capital and trade without risking your own bankroll — pass a transparent evaluation, then place leveraged long/short trades with mandatory stop-loss/take-profit and on-chain risk limits, and…