Top Rated
The most starred skills loved by the community. Quality guaranteed!
food-order
by elizaOS
"Reorder Foodora orders + track ETA/status with ordercli. Never confirm without explicit user approval. Triggers: order food, reorder, track ETA."
gog
by elizaOS
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
obsidian
by elizaOS
Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
himalaya
by elizaOS
"CLI to manage emails via IMAP/SMTP. Use himalaya to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language)."
openhue
by elizaOS
Control Philips Hue lights/scenes via the OpenHue CLI.
slack
by elizaOS
Use when you need to control Slack from Otto via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs.
gifgrep
by elizaOS
Search GIF providers with CLI/TUI, download results, and extract stills/sheets.
mcporter
by elizaOS
Use the mcporter CLI to list, configure, auth, and call MCP servers/tools directly (HTTP or stdio), including ad-hoc servers, config edits, and CLI/type generation.
imsg
by elizaOS
iMessage/SMS CLI for listing chats, history, watch, and sending.
camsnap
by elizaOS
Capture frames or clips from RTSP/ONVIF cameras.
coding-agent
by elizaOS
Run Codex CLI, Claude Code, OpenCode, or Pi Coding Agent via background process for programmatic control.
canvas
by elizaOS
"Display HTML content on connected Otto nodes (Mac app, iOS, Android). Use for games, visualizations, dashboards, and interactive demos."
goplaces
by elizaOS
Query Google Places API (New) via the goplaces CLI for text search, place details, resolve, and reviews. Use for human-friendly place lookup or JSON output for scripts.
spotify-player
by elizaOS
Terminal Spotify playback/search via spogo (preferred) or spotify_player.
static-analysis
by elizaOS
"Static analysis toolkit with CodeQL, Semgrep, and SARIF parsing for security vulnerability detection. Use when running static analysis scans, writing custom detection rules, or processing analysis results."
songsee
by elizaOS
Generate spectrograms and feature-panel visualizations from audio with the songsee CLI.
sag
by elizaOS
ElevenLabs text-to-speech with mac-style say UX.
sonoscli
by elizaOS
Control Sonos speakers (discover/status/play/volume/group).
summarize
by elizaOS
Summarize or extract text/transcripts from URLs, podcasts, and local files (great fallback for “transcribe this YouTube/video”).
spec-to-code-compliance
by elizaOS
Verifies code implements exactly what documentation specifies for blockchain audits. Use when comparing code against whitepapers, finding gaps between specs and implementation, or performing compliance checks for protocol implementations.
generate-component-documentation
by longbridge
Generate documentation for new components. Use when writing docs, documenting components, or creating component documentation.
gpui-style-guide
by longbridge
GPUI Component project style guide based on gpui-component code patterns. Use when writing new components, reviewing code, or ensuring consistency with existing gpui-component implementations. Covers component structure, trait implementations, naming conventions, and API patterns observed in the actual codebase.
gpui-entity
by longbridge
Entity management and state handling in GPUI. Use when working with entities, managing component state, coordinating between components, handling async operations with state updates, or implementing reactive patterns. Entities provide safe concurrent access to application state.
gpui-event
by longbridge
Event handling and subscriptions in GPUI. Use when implementing events, observers, or event-driven patterns. Supports custom events, entity observations, and event subscriptions for coordinating between components.