CLI Tools

Command line utilities

Showing 1849-1872 of 8208 skills
Soul-Brews-Studio

merged

by Soul-Brews-Studio

Post-Merge Cleanup. Switch to main, pull latest, delete merged branch. Use after PR is merged.

CLI Tools 74 4mo ago
Soul-Brews-Studio

project

by Soul-Brews-Studio

Clone and track external repos. Use when user shares GitHub URL to study or develop, or says "search repos", "find repo", "where is [project]". Actions - learn (clone for study), incubate (clone for development), search/find (search repos), list (show tracked).

CLI Tools 73 4mo ago
Soul-Brews-Studio

worktree

by Soul-Brews-Studio

Git worktree for parallel work. Use when user says "worktree", "parallel work", "new agent", "start parallel".

CLI Tools 73 4mo ago
RHEcosystemAppEng

debug-rhel

by RHEcosystemAppEng

Diagnose RHEL system issues including systemd service failures, SELinux denials, firewall blocking, and system resource problems. Automates multi-step diagnosis: journalctl log analysis, SELinux denial detection (ausearch), firewall rule inspection, and systemd unit status. Use this skill when applications fail on standalone RHEL/Fedora/CentOS hosts deployed via /rhel-deploy. Triggers on /debug-rhel command or phrases like "service won't start on RHEL", "SELinux blocking", "systemd failed", "firewall blocking".

CLI Tools 39 3mo ago
smallnest

apple-reminders

by smallnest

Manage Apple Reminders via the remindctl CLI on macOS (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.

CLI Tools 590 4mo ago
smallnest

obsidian

by smallnest

Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.

CLI Tools 590 4mo ago
smallnest

crawl4ai

by smallnest

This skill should be used when users need to scrape websites, extract structured data, handle JavaScript-heavy pages, crawl multiple URLs, or build automated web data pipelines. Includes optimized extraction patterns with schema generation for efficient, LLM-free extraction.

CLI Tools 590 4mo ago
smallnest

video-frames

by smallnest

Extract frames or short clips from videos using ffmpeg.

CLI Tools 590 4mo ago
smallnest

find-skills

by smallnest

Helps users discover, install, and manage goclaw skills. Use when users ask "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. Provides guidance for finding skills in the goclaw ecosystem and the broader open agent skills community.

CLI Tools 590 4mo ago
davidgasquez

self-contained-python-script

by davidgasquez

Write self-installing autocontained Python scripts using uv and PEP 723

Automation 59 4mo ago
mohitmishra786

gdb

by mohitmishra786

GDB debugger skill for C/C++ programs. Use when starting a GDB session, setting breakpoints, stepping through code, inspecting variables, debugging crashes, using reverse debugging (record/replay), remote debugging with gdbserver, or loading core dumps. Activates on queries about GDB commands, segfaults, hangs, watchpoints, conditional breakpoints, pretty-printers, Python GDB scripting, or multi-threaded debugging.

CLI Tools 110 3mo ago
davidgasquez

agent-browser

by davidgasquez

Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.

Agents 59 3mo ago
davidgasquez

markdown-fetch

by davidgasquez

Get URLs, PDFs and YouTube Videos as Markdown. Use to save tokens when reading websites (headings, lists, tables, links), YouTube URLs (transcripts) and PDFs (including stdin with -x or -m hints). If markitdown fails, fall back to curl r.jina.ai/URL or defuddle.md/URL.

CLI Tools 59 3mo ago
coinbase

authenticate-wallet

by coinbase

Sign in to the wallet. Use when you or the user want to log in, sign in, connect, or set up the wallet, or when any wallet operation fails with authentication or "not signed in" errors. This skill is a prerequisite before sending, trading, or funding.

Auth 114 3mo ago
davis7dotsh

btca-cli

by davis7dotsh

Operate the btca CLI for local resources and source-first answers. Use when setting up btca in a project, connecting a provider, adding or managing resources, and asking questions via btca commands. Invoke this skill when the user says "use btca" or needs to do more detailed research on a specific library or framework.

CLI Tools 1.1K 3mo ago
4ier

notion-cli

by 4ier

Work with Notion from the terminal using the notion CLI. Use when the user needs to read, create, update, query, or manage Notion pages, databases, blocks, comments, users, or files programmatically. Covers the entire Notion API with 44 commands. Triggers: Notion workspace automation, database queries, page creation, block manipulation, comment threads, file uploads, relation management, database export, multi-workspace management, or any Notion API interaction from the command line.

CLI Tools 224 3mo ago
kevinslin

dev.llm-session

by kevinslin

Derive Codex CLI session IDs and resume interactive sessions. Use when asked to resume Codex sessions, find or map session IDs, inspect ~/.codex/history.jsonl or ~/.codex/sessions, or troubleshoot Codex resume behavior.

Auth 13 5mo ago
kevinslin

dev.codex

by kevinslin

“Codex runtime/config management (MCP servers, config.toml, session setup) plus session analysis/summaries. Use only for Codex self‑configuration. Do not use for creating or updating skills or SKILL.md content; use $sc for that.”

Agents 13 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
disler

worktree-manager-skill

by disler

Comprehensive git worktree management. Use when the user wants to create, remove, list, or manage worktrees. Handles all worktree operations including creation, deletion, and status checking.

CLI Tools 1.5K 7mo ago
luoyuweidu1

podcastcut:后期

by luoyuweidu1

播客最终润色。高亮片段预览、片头背景音乐、时间戳章节、标题建议、播客简介。触发词:最终润色、final touch、加片头、生成时间戳

CLI Tools 46 3mo ago
zeabur

zeabur-update-service

by zeabur

Use when modifying service config without full redeploy. Use when updating env vars and restarting single service.

CLI Tools 36 4mo ago
AltimateAI

migrating-sql-to-dbt

by AltimateAI

Converts legacy SQL to modular dbt models. Use when migrating SQL to dbt for: (1) Converting stored procedures, views, or raw SQL files to dbt models (2) Task mentions "migrate", "convert", "legacy SQL", "transform to dbt", or "modernize" (3) Breaking monolithic queries into modular layers (discovers project conventions first) (4) Porting existing data pipelines or ETL to dbt patterns Checks for existing models/sources, builds and validates layer by layer.

CLI Tools 102 4mo ago
zephyrwang6

pdf

by zephyrwang6

Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.

CLI Tools 321 5mo ago