holon-runholon-runOfficialยท43 Agent Skills Included

uxc

Unified CLI for calling APIs across any protocol

Discovers and invokes remote APIs across OpenAPI, MCP, GraphQL, gRPC, and JSON-RPC through one consistent command-line workflow. Eliminates scattered auth setup, protocol-specific request formats, and inconsistent output shapes across providers. Ships 40+ ready-made integrations for crypto data, messaging platforms, browsers, and blockchain nodes with structured JSON output.
npx skills add holon-run/uxc --all -g -y

All Skills in This Repository (43)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
holon-runholon-run

goldrush-mcp-skill

Access multichain wallet balances, transfers, NFT ownership, and token prices via stdio MCP.

Official
Intermediate
๐Ÿ“ฆ In Repo
holon-runholon-run

context7-mcp-skill

Query up-to-date library documentation and code examples via Context7 MCP.

Official
Intermediate
๐Ÿ“ฆ In Repo
holon-runholon-run

matrix-openapi-skill

Interact with the Matrix Client-Server API using a curated OpenAPI schema.

Official
Intermediate
๐Ÿ“ฆ In Repo
holon-runholon-run

birdeye-mcp-skill

Access Birdeye MCP API for real-time token market data and DEX information.

Official
Intermediate
๐Ÿ“ฆ In Repo
holon-runholon-run

bybit-openapi-skill

Access Bybit V5 public market data APIs via the UXC CLI.

Official
Intermediate
๐Ÿ“ฆ In Repo
holon-runholon-run

gate-mcp-skill

Retrieves spot and futures market data from Gate MCP via HTTP.

Official
Intermediate
๐Ÿ“ฆ In Repo
holon-runholon-run

kucoin-openapi-skill

Retrieve KuCoin public market data including tickers, order books, and candlesticks via UXC CLI.

Official
Basic
๐Ÿ“ฆ In Repo
holon-runholon-run

kraken-openapi-skill

Fetch Kraken market data via uxc CLI and OpenAPI schema.

Official
Intermediate
๐Ÿ“ฆ In Repo
holon-runholon-run

lifi-mcp-skill

Coordinates cross-chain transaction planning and monitoring via LI.FI MCP API.

Official
Intermediate
๐Ÿ“ฆ In Repo
holon-runholon-run

playwright-mcp-skill

Execute browser automation tasks via Playwright MCP with session reuse.

Official
Advanced
๐Ÿ“ฆ In Repo
holon-runholon-run

coingecko-openapi-skill

Operate CoinGecko and GeckoTerminal market data APIs with OpenAPI schema and API-key authentication.

Official
Intermediate
๐Ÿ“ฆ In Repo
holon-runholon-run

dingtalk-openapi-skill

Send DingTalk messages to individuals, groups, and service groups via OpenAPI.

Official
Intermediate

Frequently Asked Questions

FAQPage Schema
How 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โ†’