Skip to content
/ skills Public

Agent Skill for UCM — give any AI agent instant access to 50+ API services (web search, image gen, code execution, TTS, email, and more). Works on Claude Code, Codex CLI, GitHub Copilot, Cursor, and all Agent Skills compatible platforms.

License

Notifications You must be signed in to change notification settings

ucmai/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UCM Skill — API Marketplace for AI Agents

An Agent Skills compatible skill that gives any AI agent instant access to 100 services with 217 endpoints — web search, image generation, code execution, text-to-speech, translation, email, stock data, weather, and much more. 87 services are completely free.

Works on: Claude Code, OpenAI Codex CLI, GitHub Copilot, Cursor, VS Code, Gemini CLI, Goose, Roo Code, Windsurf, Amp, and any platform supporting the Agent Skills standard.

What It Does

When this skill is installed, your agent can:

  1. Discover services — Search by natural language ("I need to convert a PDF to text")
  2. Call services — One HTTP call to purchase and execute any service
  3. Get $1.00 free credits — Register automatically, enough for 100+ API calls

No SDK, no MCP server, no running processes — just HTTP calls.

Install

Claude Code (Plugin Marketplace)

Run these two commands one at a time in Claude Code:

Step 1 — Add the marketplace:

/plugin marketplace add https://github.com/ucmai/skills.git

Step 2 — Install the skill:

/plugin install ucm@ucm-marketplace

Claude Code (Manual)

# Personal (available in all projects)
cp -r ucm ~/.claude/skills/ucm

# Project (available to anyone who clones the repo)
cp -r ucm .claude/skills/ucm

OpenAI Codex CLI

cp -r ucm ~/.agents/skills/ucm

GitHub Copilot / VS Code

# Project level
cp -r ucm .github/skills/ucm

# Or personal level
cp -r ucm ~/.copilot/skills/ucm

Cursor

cp -r ucm .cursor/skills/ucm

Any Agent (Generic)

Copy the ucm/ directory into your agent's skills directory, or simply read and follow the instructions in ucm/SKILL.md.

Directory Structure

skills/
├── README.md                     # This file
├── .claude-plugin/
│   └── marketplace.json          # Plugin marketplace manifest
└── ucm/
    ├── SKILL.md                  # Main skill (Agent Skills standard)
    ├── scripts/
    │   └── register.sh           # Auto-registration script
    └── references/
        └── service-catalog.md    # Full service catalog (217 endpoints)

Quick Test

After installing, ask your agent:

"Search the web for the latest AI news using UCM"

The agent should automatically:

  1. Check for existing credentials at ~/.config/ucm/credentials.json
  2. Register if needed (free, $1.00 credits), save credentials for next session
  3. Call ucm/web-search via POST /v1/call
  4. Return the search results

Services

13 paid services ($0.01–$0.05 per call):

Service Price What It Does
ucm/web-search $0.01 Real-time web search
ucm/web-scrape $0.02 Extract webpage content as markdown
ucm/image-generation $0.05 Generate images from text prompts
ucm/code-sandbox $0.03 Execute code in isolated sandbox
ucm/text-to-speech $0.01 Convert text to spoken audio
ucm/speech-to-text $0.01 Transcribe audio to text
ucm/email $0.01 Send emails (with recipient verification)
ucm/doc-convert $0.02 Convert PDF/DOCX/XLSX to markdown
ucm/us-stock $0.01 US stock quotes, financials, news
ucm/cn-finance $0.01 China A-share data, macro indicators
ucm/translate $0.01 Translate text between 50+ languages
ucm/news $0.01 Search news articles by keyword
ucm/movies $0.01 Search movies & TV shows (IMDb data)

87 free services including: weather, Wikipedia, currency, countries, holidays, dictionary, books, geocode, math, IP geolocation, address lookup, academic papers, nutrition, crypto, timezone, QR codes, NASA, anime, Pokemon, and many more.

Use POST /v1/discover {"need": "what you need"} to find the right service — no API key required.

Links

About

Agent Skill for UCM — give any AI agent instant access to 50+ API services (web search, image gen, code execution, TTS, email, and more). Works on Claude Code, Codex CLI, GitHub Copilot, Cursor, and all Agent Skills compatible platforms.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages