发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
Shelly Device Operations Workflow
Use this sequence for reliable command execution on Shelly devices.
Codebase Analysis - Render Deploy
Use this file to detect runtime, build/start commands, and infra requirements before choosing a deploy method.
Commands — Personal Finance Tracker
Use these local commands when the user provides transaction CSV files and wants a deterministic summary.
Security Traps
- `process.env` values are strings — `PORT=3000` is `"3000"`, parseInt needed - Missing env var is `undefined` — no error, check explicitly on startup - `eval()` with user input — remote code execution - `exec(userInput)` — command injection, use `execFile` with args array - Path traversal — `../../../etc/passwd`, validate with `path.resolve` + prefix check
Key Management
Guide user through these commands. Never ask them to paste keys in chat.
Image Processing Commands
**Note:** These are reference commands for manual use. This skill does not execute commands automatically — it provides examples for the user to run themselves.
Safety Checklist - Google Workspace CLI
Run this checklist before any command that sends, shares, updates, or deletes data.
Command Index - Google Workspace CLI
This file ensures users can reliably find any available command.