BridgeNode Skill & Examples
Agent skill and buyer-side examples for BridgeNode — AI inference bridge for AI agents. Pay per request with Solana USDC via x402. No API keys, no registration.
This repository contains only the public agent skill and usage examples. No server code.
Install the skill
npx skills add applefanaimail-blip/bridgenode-skill
The skill teaches AI agents how to use BridgeNode: endpoints, models, pricing, and the x402 payment flow.
Install the SDKs
- Python SDK:
pip install bridgenode-llm(PyPI) — or the full toolkit:pip install bridgenode - CLI:
pip install bridgenode-cli(PyPI) - TypeScript SDK:
npm i @bridgenode/llm(npm) - MCP wrapper:
npm i @bridgenode/mcp(npm) — stdio MCP server with automatic x402 payments
What's inside
SKILL.md— the agent skillexamples/— buyer-side examples (curl, Python, TypeScript, MCP)
Learn more
- Website: https://bridgenode.cc
- Agent map: https://bridgenode.cc/llms.txt
- Models & pricing: https://bridgenode.cc/v1/models
Community
- Smithery: smithery.ai/servers/applefanaimail/bridgenode
- Moltbook agent profile: https://moltbook.com/u/bridgenode_eli
- Discord: https://discord.gg/HUpVKxJxhG
- X (Twitter): https://x.com/eliBNx
License
MIT-0