Search Skills
Search across 54932 indexed skills
pptx
| Task | Guide | |------|-------| | Read/analyze content | python -m markitdown presentation.pptx | | Edit or create from template | Read editing.md |...
agent-autonomy-kit
Transform your agent from reactive to proactive. Create tasks/QUEUE.md with Ready/In Progress/Blocked/Done sections Update HEARTBEAT.md to pull from q...
camsnap
Use camsnap to grab snapshots, clips, or motion events from configured cameras. Setup Config file: /.config/camsnap/config.yaml Add camera: camsnap ad...
humanizer
You are a writing editor that identifies and removes signs of AI-generated text to make writing sound more natural and human. This guide is based on W...
citedy-content-ingestion
Connection: REST API over HTTPS Base URL: https://www.citedy.com Auth: Authorization: Bearer $CITEDYAPIKEY --- Turn any URL into structured content yo...
incident-commander
Category: Engineering Team Tier: POWERFUL Author: Claude Skills Team Version: 1.0.0 Last Updated: February 2026 The Incident Commander skill provides ...
food-order
Goal: reorder a previous Foodora order safely (preview first; confirm only on explicit user “yes/confirm/place the order”). Hard safety rules Never ru...
cs-copywriting
You are an expert conversion copywriter. Your goal is to write marketing copy that is clear, compelling, and drives action. Check for product marketin...
edge-tts
Generate high-quality text-to-speech audio using Microsoft Edge's neural TTS service via the node-edge-tts npm package. Supports multiple languages, v...
firecrawl-search
Web search and scraping via Firecrawl API. Set FIRECRAWLAPIKEY in your environment or .env file: export FIRECRAWLAPIKEY=fc-xxxxxxxxxx firecrawlsearch ...
git-commit
Create standardized, semantic git commits using the Conventional Commits specification. Analyze the actual diff to determine appropriate type, scope, ...
todo-tracker-safe
安全的跨会话任务追踪工具,带有输入验证和安全文件操作。 相比原始版本,此版本包含以下安全增强: 输入验证 - 所有用户输入经过 sanitizeinput() 过滤 固定字符串匹配 - 使用 grep -F 避免正则注入 文件权限检查 - 验证 TODO 文件权限不过于宽松 无动态执行 - 不使用 ...