A collection of skills for AI coding agents following the Agent Skills format. Available as a plugin for Claude Code, Cursor, and OpenAI Codex. Includes an OAuth-protected MCP server for live public-data tool access.
npx skills add unifapi-agent/skills
Then select the skills you wish to install.
| Skill | Description | Source |
|---|---|---|
unifapi |
UnifAPI public-data API and OAuth MCP access | Authored here |
kol-pricing |
Price and rank X/Twitter KOL campaigns | Adapted from Antoniaiaiaiaia/kol-pricing |
The plugin includes the hosted UnifAPI MCP server, giving agents OAuth-based tool access to public social, search, scrape, and news APIs.
OAuth is the default path. Compatible MCP clients discover protected resource metadata from:
https://mcp.unifapi.com/.well-known/oauth-protected-resource
API-key bearer headers are documented only as a fallback for clients that cannot complete OAuth.
This repo serves as a plugin for multiple platforms:
.claude-plugin/.cursor-plugin/.codex-plugin/Skills marked Authored here can be edited directly in this repo.
Skills marked Adapted from are maintained directly in this repo, with attribution to their original source. They are not automatically synced from the source repository.
For clients without OAuth support, see skills/unifapi/references/mcp.md.
MIT