uxc
Unified CLI for calling APIs across any protocol
All Skills in This Repository (43)
Pure Emerald Level Indicatorsgoldrush-mcp-skill
Access multichain wallet balances, transfers, NFT ownership, and token prices via stdio MCP.
context7-mcp-skill
Query up-to-date library documentation and code examples via Context7 MCP.
matrix-openapi-skill
Interact with the Matrix Client-Server API using a curated OpenAPI schema.
birdeye-mcp-skill
Access Birdeye MCP API for real-time token market data and DEX information.
bybit-openapi-skill
Access Bybit V5 public market data APIs via the UXC CLI.
gate-mcp-skill
Retrieves spot and futures market data from Gate MCP via HTTP.
kucoin-openapi-skill
Retrieve KuCoin public market data including tickers, order books, and candlesticks via UXC CLI.
kraken-openapi-skill
Fetch Kraken market data via uxc CLI and OpenAPI schema.
lifi-mcp-skill
Coordinates cross-chain transaction planning and monitoring via LI.FI MCP API.
playwright-mcp-skill
Execute browser automation tasks via Playwright MCP with session reuse.
coingecko-openapi-skill
Operate CoinGecko and GeckoTerminal market data APIs with OpenAPI schema and API-key authentication.
dingtalk-openapi-skill
Send DingTalk messages to individuals, groups, and service groups via OpenAPI.
Frequently Asked Questions
FAQPage SchemaHow to install UXC?โผ
Run `npx skills add holon-run/uxc --all -g -y` in your terminal to install all skills in this collection globally.
What protocols does UXC support?โผ
UXC supports OpenAPI, MCP, GraphQL, gRPC, and JSON-RPC behind one CLI contract, plus WebSocket and polling subscriptions for live event streams.
How do I call an API with UXC?โผ
Run `uxc <host> -h` to discover operations, `uxc <host> <operation> -h` to inspect inputs, then execute with key=value pairs or a JSON payload. Results return as a stable JSON envelope.
Does UXC handle API authentication?โผ
Yes. It supports bearer tokens, API keys, OAuth flows, and request signing through reusable credentials and endpoint bindings, so you configure auth once instead of per request.
Can I use UXC without coding experience?โผ
Yes. Once installed, your agent runs the underlying commands from plain-English requests, and each provider skill includes help-first discovery and safe read-before-write guardrails.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core