unicli-hermes

Solid

Use Uni-CLI to interact with 237 websites, desktop apps, and system tools. Trigger when: user asks to check a website, fetch data, control a desktop app, or interact with social media, news, finance, or AI platforms.

AI & Automation 146 stars 3 forks Updated 2 days ago Apache-2.0

Install

View on GitHub

Quality Score: 91/100

Stars 20%
72
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
93
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Uni-CLI Agent Skill Universal CLI for AI agents — 237 sites, 3,319 commands. ## Install ```bash npm install -g @zenalexa/unicli ``` ## Quick Reference ```bash unicli <site> <command> [--limit N] [-f json] # Run any command unicli list [--site <name>] # Discover commands unicli schema <site> <command> # Get input/output schema unicli repair <site> <command> # Fix broken adapter unicli test <site> # Validate adapter ``` ## When to Use - **Web data**: `unicli twitter search "query"`, `unicli hackernews top` - **Chinese platforms**: `unicli bilibili hot`, `unicli zhihu trending` - **Finance**: `unicli bloomberg latest`, `unicli xueqiu hot` - **Desktop apps**: `unicli blender render scene.blend`, `unicli ffmpeg compress video.mp4` - **macOS system**: `unicli macos volume 50`, `unicli macos screenshot` ## Output - Default: v2 AgentEnvelope rendered as Markdown - JSON: pass `-f json` or set `UNICLI_OUTPUT=json` - Errors: structured envelope to stderr with `adapter_path`, `step`, `suggestion` ## Self-Repair When a command fails: 1. Read the error JSON — it includes the adapter file path 2. Read the YAML adapter (~20 lines) 3. Fix the issue (selector changed? API versioned? auth needed?) 4. Save to `~/.unicli/adapters/<site>/<command>.yaml` 5. Verify: `unicli repair <site> <command>` ## MCP Server (Hermes / agentskills.io) Add to your Hermes agent configuration: ```yaml mcp_servers: ...

Details

Author
olo-dot-io
Repository
olo-dot-io/Uni-CLI
Created
2 months ago
Last Updated
2 days ago
Language
TypeScript
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category