Agent skill
uni-utilities
Utility tools via uni CLI. Use when user wants weather, stock prices, currency conversion, QR codes, or URL shortening. Services: weather, stocks, currency, qrcode, shorturl.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/uni-utilities
SKILL.md
Utilities (uni)
No API keys needed. Fast responses.
Weather
uni weather London # Current weather
uni weather "New York, US" # With country
uni weather Tokyo --forecast 3 # 3-day forecast
uni weather London --units fahrenheit # Fahrenheit
uni weather 40.7128,-74.0060 # Coordinates
Stocks (Yahoo Finance)
uni stocks aapl # Apple stock
uni stocks tsla # Tesla
uni stocks btc-usd # Bitcoin
uni stocks eth-usd # Ethereum
uni stocks info aapl # Detailed info
uni stocks history aapl # 1 month history
uni stocks history btc-usd -p 1w # 1 week
uni stocks history tsla -p 1y # 1 year
uni stocks list # Top stocks
uni stocks list crypto # Top crypto
uni stocks list indices # Major indices
Currency
uni currency 100 usd to eur # Convert
uni currency 5000 jpy to usd
uni currency 1000 eur to usd gbp jpy # Multiple
uni currency --list # All currencies
QR Code
uni qrcode "https://example.com" # Terminal display
uni qrcode "Hello" --terminal # ASCII art
uni qrcode "https://..." --output qr.png # Save file
uni qrcode --wifi "Network:password" # WiFi QR
uni qrcode "text" --size 512 # Custom size
URL Shortener
uni shorturl "https://very-long-url.com/path"
uni shorturl "https://is.gd/xxx" --expand # Expand
uni short "https://example.com" # Alias
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?