CLI Tools

Command line utilities

Showing 1681-1704 of 8207 skills
laurigates

ast-grep-search

by laurigates

Find and replace code patterns structurally using ast-grep. Use when you need to match code by its AST structure (not just text), such as finding all functions with specific signatures, replacing API patterns across files, or detecting code anti-patterns that regex cannot reliably match.

CLI Tools 38 4mo ago
julianobarbosa

atuin

by julianobarbosa

Shell history management with Atuin. Use when configuring shell history, setting up history sync, searching command history, importing history from other shells, troubleshooting atuin issues, or optimizing history workflows. Covers installation, sync setup, search modes, statistics, and self-hosting.

CLI Tools 78 4mo ago
mcollina

octocat

by mcollina

Git and GitHub wizard using gh CLI for all git operations and GitHub interactions

CLI Tools 1.8K 3mo ago
henkisdabro

PDF Processing Pro

by henkisdabro

Production-ready PDF processing with forms, tables, OCR, validation, and batch operations. Use when working with complex PDF workflows in production environments, processing large volumes of PDFs, or requiring robust error handling and validation. Do NOT use for simple text extraction - use pdf-extract for quick reads.

CLI Tools 69 3mo ago
rodydavis

building-a-rich-text-editor-with-lit

by rodydavis

Learn how to build a rich text editor using a Lit web component, complete with a toolbar for formatting text, links, and styles.

CLI Tools 46 4mo ago
kevinslin

ag-ledger

by kevinslin

Record and query append-only agent activity ledger entries using local JSONL daily files under META_LEDGER_ROOT (default ~/.llm/ag-ledger). Use when agents should log session start, notable changes, or session end, and when reviewing activity by session, workspace, or time range.

Auth 14 3mo ago
OpenHands

uv

by OpenHands

If the project uses uv, use this skill. Use this skill to create/manage Python projects and environments with uv, add/remove dependencies, sync a project from uv.lock, and run commands in the project environment.

CLI Tools 112 3mo ago
team-telnyx

telnyx-voice-media-go

by team-telnyx

Play audio files, use text-to-speech, and record calls. Use when building IVR systems, playing announcements, or recording conversations. This skill provides Go SDK examples.

CLI Tools 177 3mo ago
coinbase

send-usdc

by coinbase

Send USDC to an Ethereum address or ENS name. Use when you or the user want to send money, pay someone, transfer USDC, tip, donate, or send funds to a wallet address or .eth name. Covers phrases like "send $5 to", "pay 0x...", or "transfer to vitalik.eth".

CLI Tools 114 3mo ago
coinbase

trade

by coinbase

Swap or trade tokens on Base network. Use when you or the user want to trade, swap, exchange, buy, sell, or convert between tokens like USDC, ETH, and WETH. Covers phrases like "buy ETH", "sell ETH for USDC", "convert USDC to ETH", "get some ETH".

CLI Tools 114 3mo ago
Soul-Brews-Studio

awaken

by Soul-Brews-Studio

Guided Oracle birth and awakening ritual (~15 min). Use when creating a new Oracle in a fresh repo. Orchestrates /learn and /trace for philosophy discovery.

CLI Tools 74 3mo ago
Soul-Brews-Studio

oraclenet

by Soul-Brews-Studio

OracleNet — claim identity, post, comment, feed. Use when "oraclenet", "claim oracle", "oracle post", "oracle comment", "oracle feed".

CLI Tools 74 4mo ago
vuetifyjs

vuetify0

by vuetifyjs

Build with @vuetify/v0 headless composables and components for Vue 3. Use when creating selection state (single, multi, grouped, stepped), form validation, tab/dialog/popover UI, provide/inject context, registries, virtual scrolling, pagination, keyboard shortcuts, resize observers, theming, breakpoints, or SSR-safe browser detection. Triggers on v0, vuetify0, headless components, or WAI-ARIA patterns.

Accessibility 156 3mo ago
Finesssee

linear-export

by Finesssee

Export Linear issues. Use when exporting to CSV or Markdown.

CLI Tools 104 4mo ago
openclaw

xint

by openclaw

X Intelligence CLI — search, analyze, and engage on X/Twitter from the terminal. Use when: (1) user says "x research", "search x for", "search twitter for", "what are people saying about", "what's twitter saying", "check x for", "x search", "search x", "find tweets about", "monitor x for", "track followers", (2) user is working on something where recent X discourse would provide useful context (new library releases, API changes, product launches, cultural events, industry drama), (3) user wants to find what devs/experts/community thinks about a topic, (4) user needs real-time monitoring ("watch"), (5) user wants AI-powered analysis ("analyze", "sentiment", "report"), (6) user wants to sync bookmarks to Obsidian ("sync bookmarks", "capture bookmarks", "bookmark research", "save my bookmarks to obsidian"). Also supports: bookmarks, likes, following (read/write), trending topics, Grok AI analysis, and cost tracking. Export as JSON, JSONL (pipeable), CSV, or Markdown. Non-goals: Not for posting tweets, not for DMs, not for enterprise features. Requires OAuth for user-context operations (bookmarks, likes, following, diff).

CLI Tools 4.5K 2mo ago
paulirish

Hot Reloading for Chrome Extensions

by paulirish

This skill should be used when the user asks to "setup hot reload", "add hot reloading to chrome extension", "watch extension files", "auto reload extension", or mentions "manifest v3 hot reload". Provides a zero-dependency solution for automatic extension refreshing during development.

CLI Tools 4.3K 5mo ago
brianlovin

agent-browser

by brianlovin

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.

Agents 352 4mo ago
m1heng

agent-browser

by m1heng

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.

Agents 4.3K 4mo ago
m1heng

release

by m1heng

Publish a new release of the Feishu plugin. Use when the user asks to release, publish, or cut a new version.

CLI Tools 4.3K 4mo ago
lubusIN

frappe-manager

by lubusIN

Use Frappe Manager (FM) for Docker-based development and testing environments. Use when setting up local dev, running isolated tests, or managing agent-driven Frappe development workflows.

CLI Tools 28 3mo ago
einverne

docker

by einverne

Guide for using Docker - a containerization platform for building, running, and deploying applications in isolated containers. Use when containerizing applications, creating Dockerfiles, working with Docker Compose, managing images/containers, configuring networking and storage, optimizing builds, deploying to production, or implementing CI/CD pipelines with Docker.

CLI Tools 119 6mo ago
einverne

gcloud

by einverne

Guide for implementing Google Cloud SDK (gcloud CLI) - a command-line tool for managing Google Cloud resources. Use when installing/configuring gcloud, authenticating with Google Cloud, managing projects/configurations, deploying applications, working with Compute Engine/GKE/App Engine/Cloud Storage, scripting gcloud operations, implementing CI/CD pipelines, or troubleshooting Google Cloud deployments.

Auth 119 6mo ago
einverne

debug-helper

by einverne

Systematic debugging strategies, troubleshooting methodologies, and problem-solving techniques for code and system issues. Use when the user encounters bugs, errors, or unexpected behavior and needs help diagnosing and resolving problems.

CLI Tools 119 6mo ago
einverne

shell-scripting

by einverne

Specialized knowledge of Bash and Zsh scripting, shell automation, command-line tools, and scripting best practices. Use when the user needs to write, debug, or optimize shell scripts or work with command-line tools.

Automation 119 6mo ago