← Back to Skills Marketplace
miguelvalenciav

Money Router

by inge · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
144
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install money-router
Description
Find the cheapest way to send money between any two currencies. Compares 22+ crypto exchanges and 19 remittance providers in real-time. Free, open source, no...
README (SKILL.md)

Money Router

Compare every way to send money across borders — fiat, crypto, and P2P — in one query.

What it does

Given a source currency, destination currency, and amount, Money Router finds the cheapest route across 22+ crypto exchanges and 19 remittance providers. It returns ranked routes with step-by-step instructions, fees, exchange rates, and estimated delivery time.

Routes can be multi-hop: for example, USD → USDC (Coinbase) → MXN (Bitso) may be cheaper than USD → MXN (Wise) for certain amounts.

Tools

coinnect_quote

Find the cheapest routes to send money from one currency to another.

Parameters:

  • from (string, required) — Source currency code (e.g., USD, EUR, BTC)
  • to (string, required) — Destination currency code (e.g., MXN, NGN, PHP)
  • amount (number, required) — Amount in source currency

Example:

GET https://coinnect.bot/v1/quote?from=USD&to=MXN&amount=500

Returns: Ranked routes with total cost %, recipient amount, provider path, and step-by-step instructions.

coinnect_corridors

List the most active currency corridors with provider information.

GET https://coinnect.bot/v1/corridors

coinnect_verify

Report a real rate you observed at a provider. Helps calibrate estimated rates toward real values. You earn quest rewards for verified reports.

Parameters:

  • from_currency (string, required)
  • to_currency (string, required)
  • provider (string, required)
  • rate (number, required) — The exchange rate you observed
  • fee_pct (number, optional) — The fee percentage if known
POST https://coinnect.bot/v1/verify

coinnect_quests

List open rate verification bounties. Complete quests by verifying rates at providers.

GET https://coinnect.bot/v1/quests

MCP Server

Native MCP support for Claude and any MCP-compatible agent:

python -m coinnect.mcp_server

Tools: coinnect_quote, coinnect_corridors, coinnect_explain_route, coinnect_verify, coinnect_quests

API Access

  • No auth required for basic use (20 req/day)
  • Free API key via POST /v1/keys (1,000 req/day, no signup)
  • Self-hosted option: clone repo, run locally, unlimited

What makes this different

  • Non-profit — rankings are by cost, never by who pays us
  • Open source (MIT) — audit the code, fork it, self-host it
  • Open data (CC-BY 4.0) — historical rate snapshots as free CSV
  • Multi-hop routing — finds paths through crypto intermediaries that single-provider tools miss
  • 22+ live exchanges — Binance, Kraken, Coinbase, OKX, Wise, and more
  • Community verification — report real rates, earn quest rewards

Links

Usage Guidance
This skill is an instruction-only client that queries coinnect.bot. Before installing, verify the coinnect.bot site and GitHub repo look legitimate (review code if you plan to self-host). Understand that queries you make (from, to, amount, and any reported rates) will be sent to coinnect.bot's servers; avoid sending sensitive personal or account credentials in verification payloads. If you need stronger privacy or trust guarantees, self-host the open-source project locally. Do not provide exchange account API keys or passwords to this skill; there is no need for them for basic quoting. If anything in the published site or repository looks suspicious (unexpected auth flows, requests for unrelated secrets), do not use the hosted API and consider self-hosting or avoiding the skill.
Capability Assessment
Purpose & Capability
The name/description (compare providers and find cheapest routes) matches the SKILL.md: it documents HTTP endpoints on coinnect.bot for quotes, corridors, verification, and quests. Nothing in the metadata or instructions requests unrelated access (no cloud credentials, no system-level resources). Mention of self-hosting and an MCP server is consistent with an open-source routing project.
Instruction Scope
Runtime instructions are limited to calling coinnect.bot endpoints (GET /v1/quote, /v1/corridors, POST /v1/verify, etc.) and optionally running a local MCP server if self-hosted. The SKILL.md does not instruct the agent to read local files, shell history, or arbitrary environment variables, nor to send data to endpoints outside coinnect.bot. Note: using the skill means the agent will transmit query parameters (source, destination, amount and any verify reports) to coinnect.bot.
Install Mechanism
There is no install spec or code shipped with the skill (instruction-only). No downloads, package installs, or archive extraction are present, which minimizes on-disk execution risk.
Credentials
The skill declares no required environment variables or credentials. The SKILL.md documents that basic API use requires no auth (20 requests/day) and an optional free API key via POST /v1/keys; those are proportionate to a public API-based aggregator. There are no unrelated credential requests.
Persistence & Privilege
The skill is not forced-always, does not request persistent presence, and does not instruct modifying other skills or system-wide settings. Self-hosting instructions (python -m coinnect.mcp_server) are optional and apply only if the user chooses to run the project locally.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install money-router
  3. After installation, invoke the skill by name or use /money-router
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Money Router 1.0.0 – Initial Release Built by Coinnect (coinnect.bot) — free, open-source, non-profit. - Instantly compares money transfer routes across 22+ crypto exchanges and 19 remittance providers. - Finds the cheapest cross-border send path, supporting multi-hop (crypto + fiat) routes. - Includes step-by-step instructions, real-time rates, and fee breakdowns. - Offers public APIs with no signup, and a free, open-source codebase. - Lets users report real rates and complete quests for community rewards.
Metadata
Slug money-router
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Money Router?

Find the cheapest way to send money between any two currencies. Compares 22+ crypto exchanges and 19 remittance providers in real-time. Free, open source, no... It is an AI Agent Skill for Claude Code / OpenClaw, with 144 downloads so far.

How do I install Money Router?

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

Is Money Router free?

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

Which platforms does Money Router support?

Money Router is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Money Router?

It is built and maintained by inge (@miguelvalenciav); the current version is v1.0.0.

💬 Comments