satohubai

Sato Hub Integrations — AI skill for Claude Code

AI community

⬡ Sato Hub inside the frameworks agents already run — elizaOS plugin, Vercel AI SDK tools, LangChain.js tools, plus hosted-MCP configs for the Claude and OpenAI Agents SDKs.

How to install Sato Hub Integrations

This entry records only its repository, not the path inside it, so there is no exact command to give. Open satohubai/sato-hub-integrations and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Sato Hub Integrations does

⬡ Sato Hub inside the frameworks agents already run — elizaOS plugin, Vercel AI SDK tools, LangChain.js tools, plus hosted-MCP configs for the Claude and OpenAI Agents SDKs. Read-only, keyless, non-custodial.

Alternatives in AI

  • Paritok 4b V1 — Non-destructive compression gateway for AI coding agents 1.4k ★
  • Rulesync — by dyoshikawa - A Node.js CLI tool that automatically generates configs (rules, ignore files, MCP servers, com 909 ★
  • Claude Code Configs — A comprehensive collection of production-grade Claude Code configurations, specialized agents, and automation 624 ★

README

Sato Hub integrations

⬡ Sato Hub inside the agent frameworks people already run.

[Sato Hub](https://satohub.ai) indexes what onchain agents are built **from** — agent frameworks, MCP servers, wallets and key management, x402 and stablecoin payment rails, ERC-8004 identity, trading venues, onchain data, agent skills — rebuilds the index daily from public evidence, and scores every listing on how open, active and verifiable it is.

This repository packages four of those calls for four frameworks, so an agent can reach them without anyone writing a fetch wrapper first.

Package Framework Install
`elizaos-plugin-satohub` elizaOS npm i elizaos-plugin-satohub
`satohub-ai-sdk-tools` Vercel AI SDK npm i satohub-ai-sdk-tools
`satohub-langchain-tools` LangChain.js npm i satohub-langchain-tools
`satohub-core` anything with fetch npm i satohub-core
`examples/claude-agent-sdk` Claude Agent SDK config only — no package
`examples/openai-agents-sdk` OpenAI Agents SDK config only — no package

Two of those rows are deliberately not packages. Both SDKs speak MCP, and Sato Hub serves MCP; a package between them would be a wrapper around a URL.

The four calls

Call What it answers
search_resources What is there to build this from, and is this project real, maintained and open source?
preflight Should I install / connect / pay / trade this — what is on record about it?
route_swap Which venue would you route this swap to, on what readings, and what is the fee?
build_plan Here is my goal in plain words — what is the stack, and what is the first action?

All four are read-only. All 28 MCP tools are at [`https://satohub.ai/mcp`](https://satohub.ai/mcp) if you want