- Home
- /
- Categories
- /
- CLI Tools
CLI Tools
Command line utilities
xhs-content-ops
by autoclaw-cc
小红书复合内容运营技能。组合搜索、详情、发布、互动等能力完成运营工作流。 当用户要求竞品分析、热点追踪、内容创作、互动管理等复合任务时触发。
xhs-publish
by autoclaw-cc
小红书内容发布技能。支持图文发布、视频发布、长文发布、定时发布、标签、可见性设置。 当用户要求发布内容到小红书、上传图文、上传视频、发长文时触发。
configuring-dbt-mcp-server
by dbt-labs
Use when setting up, configuring, or troubleshooting the dbt MCP server for AI tools like Claude Desktop, Claude Code, Cursor, or VS Code.
running-dbt-commands
by dbt-labs
Use when executing dbt commands via CLI - running models, tests, builds, compiles, or show queries. Use when unsure which dbt executable to use or how to format command parameters.
mcp-setup
by Yeachan-Heo
Configure popular MCP servers for enhanced agent capabilities
build-fix
by Yeachan-Heo
Fix build and TypeScript errors with minimal changes
release
by Yeachan-Heo
Automated release workflow for oh-my-claudecode
omc-setup
by Yeachan-Heo
Setup and configure oh-my-claudecode (the ONLY command you need to learn)
hud
by Yeachan-Heo
Configure HUD display options (layout, presets, display elements)
omc-doctor
by Yeachan-Heo
Diagnose and fix oh-my-claudecode installation issues
ccg
by Yeachan-Heo
Claude-Codex-Gemini tri-model orchestration - fans out backend tasks to Codex and frontend/UI tasks to Gemini in parallel, then Claude synthesizes results
omc-teams
by Yeachan-Heo
Spawn claude, codex, or gemini CLI workers in tmux panes for parallel task execution
project-session-manager
by Yeachan-Heo
Manage isolated dev environments with git worktrees and tmux sessions
fastmcp-client-cli
by PrefectHQ
Query and invoke tools on MCP servers using fastmcp list and fastmcp call. Use when you need to discover what tools a server offers, call tools, or integrate MCP servers into workflows.
pup
by DataDog
Datadog API CLI with 49 command groups, 300+ subcommands. Skills and domain agents for monitoring, logs, APM, security, and infrastructure.
RedBookSkills
by white0dew
将图文/视频内容自动发布到小红书(XHS)。 支持三类任务:发布图文、发布视频、仅启动测试浏览器(不发布)。
camoufox-cli
by Bin-Huang
Anti-detect browser automation CLI for AI agents. Use when the user needs to interact with websites with bot detection, CAPTCHAs, or anti-bot blocks, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task that requires bypassing fingerprint checks.
setup-tooluniverse
by mims-harvard
Install and configure ToolUniverse with MCP integration for any AI coding client (Cursor, Claude Desktop, Windsurf, VS Code, Codex, Gemini CLI, Trae, Cline, Antigravity, OpenCode, etc.). Covers uv/uvx setup, MCP configuration, API key walkthrough, skill installation, and upgrading. Use when setting up ToolUniverse, configuring MCP servers, troubleshooting installation issues, upgrading versions, or when user mentions installing ToolUniverse or setting up scientific tools.
openai-image-vision
by zhayujie
Analyze images using OpenAI's Vision API. Use bash command to execute the vision script like 'bash <base_dir>/scripts/vision.sh <image> <question>'. Can understand image content, objects, text, colors, and answer questions about images.
web-fetch
by zhayujie
Fetch and extract readable content from web pages. Use for lightweight page access without browser automation.
code-security
by semgrep
Security guidelines for writing secure code. Use when writing code, reviewing code for vulnerabilities, or asking about secure coding practices like "check for SQL injection" or "review security".
semgrep
by semgrep
Run Semgrep static analysis scans and create custom detection rules. Use when asked to scan code with Semgrep, find security vulnerabilities, write custom YAML rules, or detect specific bug patterns.
openscad
by mitsuhiko
"Create and render OpenSCAD 3D models. Generate preview images from multiple angles, extract customizable parameters, validate syntax, and export STL files for 3D printing platforms like MakerWorld."
uv
by mitsuhiko
"Use uv instead of pip/python/venv. Run scripts with uv run script.py, add deps with uv add, use inline script metadata for standalone scripts."