Loading...
Loading...
Found 285 Skills
Manage Notion pages, databases, and comments from the command line. Search, view, create, and edit content in your Notion workspace.
Bash/Linux terminal patterns and critical commands.
Publish files or Obsidian notes as GitHub Gists. Use when user wants to share code/notes publicly, create quick shareable snippets, or publish markdown to GitHub. Triggers include "publish as gist", "create gist", "share on github", "make a gist from this".
Design CLI tools with consistent UX patterns.
Web search via the Brave Search API. Use to retrieve search results from Brave when web lookups are needed.
Build production Rust CLIs with Clap: subcommands, config layering, validation, exit codes, shell completions, and testable command surfaces
Execute a single Solana MCP tool call over the /mcp HTTP endpoint using a TypeScript script. Use when a user needs transaction, instruction, or account analysis from the command line with explicit arguments.
Straightforward text extraction from document files (text-based PDF only for now, no OCR or docx). Use when you just need to read/extract text from binary documents.
A cat clone with syntax highlighting, line numbers, and Git integration - a modern replacement for cat.
Complete guide for using the pm CLI (`@jogi47/pm-cli`) to manage tasks across Asana, Notion, and other project management providers. Use when Claude needs to run pm commands to list, search, create, update, complete, or open tasks from the command line.
编码和解码Base64、URL安全Base64和十六进制字符串,支持文件处理。
Retrieve Unity MenuItems via uloop CLI. Use when you need to: (1) Discover available menu commands in Unity Editor, (2) Find menu paths for automation, (3) Prepare for executing menu items programmatically.