uni-utilities

Access weather, stocks, currency, QR codes, and URL shortening via uni CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Utility tools via uni CLI to access weather data, stock prices, currency conversion, QR codes, and URL shortening without extra setup.

Core Features & Use Cases

  • Weather: fetch current conditions and forecasts.
  • Stocks: retrieve quotes, historical data, and market trends.
  • Currency: convert currencies and list supported currencies.
  • QR Code: generate and display QR codes in the terminal or save to a file.
  • URL Shortener: shorten URLs and expand or alias.

Quick Start

uni weather "London" uni stocks aapl uni currency 100 usd to eur uni qrcode "https://example.com" --output qr.png uni shorturl "https://very-long-url.com/path"

Frequently Asked Questions about uni-utilities

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

FAQPage Schema
How do I convert currency using the command line?

Currency conversion via the command line is done through the uni CLI by executing a command like uni currency 100 usd to eur, which returns the converted amount instantly.

Can I generate a QR code in the terminal and save it as an image?

Generating a QR code in the terminal is possible by running uni qrcode with your URL and an output flag, which saves the code directly to an image file like png.

What's the best way to check current weather and stock prices from a CLI?

Checking weather and stock prices from a CLI is straightforward with the uni CLI, which fetches current conditions via uni weather and retrieves stock quotes via uni stocks.

Does the uni CLI require external configurations to shorten URLs?

The uni CLI does not require external configurations to shorten URLs; you can directly execute uni shorturl with a long link to receive a shortened URL output.

Are there limitations to using a CLI for daily utility workflows like weather and finance?

Using a CLI for daily utility workflows targets fast repeatable actions for conditions and quotes, but it is limited to basic data retrieval, QR generation, and URL shortening without external configurations.