AI Summaryuni-cli is a unified command-line interface that enables AI agents to seamlessly interact with 25+ services (messaging, productivity, research, utilities) through a consistent pattern. Developers and AI builders benefit from simplified multi-service integration without learning individual APIs.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "uni-cli" skill in my project. Please run this command in my terminal: # Install skill into your project (2 files) mkdir -p .claude/skills/skill && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/skill/SKILL.md "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/data/skill/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/skill/metadata.json "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/data/skill/metadata.json" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Unified CLI for AI agents. Pattern: uni <service> <command>. Services: WhatsApp, Telegram, Google Suite (Calendar, Gmail, Drive, Sheets, Docs, Slides, Forms, Meet, Tasks, Contacts), Slack, Notion, Linear, Todoist, web search (Exa), research (arXiv, Reddit, HN, Wikipedia), utilities (weather, stocks, currency, QR, URL shortener). Run `uni list` for all services, `uni <service> --help` for commands.
uni CLI
Universal CLI wrapping 25+ services. One command pattern for everything.
Pattern
`bash uni <service> <command> [args] [--options] `
Discovery
`bash uni list # All services uni <service> --help # Commands for a service uni doctor # Health check `
Services
| Category | Services | |----------|----------| | Messaging | wa, telegram | | Google | gcal, gmail, gdrive, gsheets, gdocs, gslides, gforms, gmeet, gtasks, gcontacts | | Productivity | slack, notion, linear, todoist | | Research | exa, arxiv, reddit, hn, wiki | | Utilities | weather, stocks, currency, qrcode, shorturl | | Meta | ask, run, flow, plugins, config, alias, history |
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster