uni-cli

Summarize uni CLI structure, commands, and service coverage.

9|1|Updated Jan 3, 2026
One-click install
npx skills add https://github.com/shockz09/uni-cli --skill uni-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uni-cli
Source: https://github.com/shockz09/uni-cli/tree/main/skill
Command: npx skills add https://github.com/shockz09/uni-cli --skill uni-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a concise overview of the uni CLI, enabling developers to quickly understand how to discover, learn, and navigate the uni CLI's command surface and service coverage.

Core Features & Use Cases

  • Discover services with uni list
  • Inspect per-service commands with uni <service> --help
  • Learn about flows, run, ask, plugins, and config
  • Use-case: onboard new teammates by outlining typical work patterns and quick-start commands

Quick Start

Try these commands to explore the uni CLI:

  • uni list
  • uni gcal list --help
  • uni flow list
  • uni ask "show my calendar tomorrow"

Frequently Asked Questions about uni-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I discover available services and commands in a unified CLI?

To explore unified CLI commands, run `uni list` to discover 25+ available services. You can then inspect specific service commands using `uni <service> --help` to understand its capabilities and navigate its command surface efficiently.

What is the best way to inspect commands for a specific service in the CLI?

The best way to inspect commands for a specific service is using the `uni <service> --help` flag. This displays detailed help for that service, allowing you to understand its specific commands and how to execute them within your workflows.

How do I run predefined workflows or multi-command executions from the CLI?

You can run predefined workflows or multi-command executions by using the `uni flow list` command. This allows you to view and execute predefined flows, extending functionality through optional components like scripts and references for automated task completion.

Can I use natural language queries to interact with CLI services and workflows?

Yes, you can use natural language queries to interact with services by running the `uni ask` command followed by your query. This allows you to perform tasks like checking your schedule by asking `uni ask "show my calendar tomorrow"`.

Does the uni CLI require external dependencies or plugins to function?

No, the uni CLI does not require external dependencies to function. It supports optional plugins and configuration components to extend its functionality, but the core skill enables discovery and execution of 25+ services natively without prerequisites.