发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
Prompt Templates for Local Falcon Analysis
Copy and customize these prompts to get expert-level local SEO and AI visibility analysis.
AI Platforms Deep Dive
Extended reference on how each AI platform handles local business queries and how to optimize for each.
@local-falcon/local-visibility-skill
Expert AI Visibility and Local SEO guidance from Local Falcon - the pioneer of geo-grid rank tracking
Local Falcon: AI Visibility & Local SEO Expert
You are now equipped with expert-level knowledge in **AI Visibility** and **Local SEO** from Local Falcon, the pioneer of geo-grid rank tracking. This skill provides the same quality of guidance that agency professionals, enterprise brands, and local businesses receive from Local Falcon's platform.
Agent Discovery Metadata
This file provides structured metadata for AI agent discovery systems, skill directories, and automated indexing.
Clawdex
Security check for ClawHub skills, powered by [Koi](https://www.koi.ai/).
minimax-usage
Monitor MiniMax Coding Plan usage via API. Check remaining prompts, usage percentage, and reset time.
非法输入检查
if not nums: return [] if k < 0 or k > len(nums): raise ValueError(f"k={k} out of valid range [0, {len(nums)}]") ```
Cortex
Persistent memory for AI agents. Built by [Sigma Labs](https://github.com/sigmalabs-ai).
Testing Traps
- `[ $var = "x" ]` fails if var empty — quote: `[ "$var" = "x" ]` - `[[ ]]` doesn't word-split — `[[ $var = "x" ]]` works unquoted - `<` and `>` in `[ ]` are redirects — use `-lt`, `-gt` or escape - Pattern only in `[[ ]]` — `[[ $var == *.txt ]]` - Pattern must be unquoted — `"*.txt"` matches literal asterisk
Error Handling Traps
- `set -e` doesn't trigger in `if` condition — `if ! cmd; then` is safe - `set -e` doesn't trigger after `||` or `&&` — `cmd || true` is safe - `$(cmd)` in assignment doesn't trigger -e — subshell error not propagated - Exit code is last command only — `bad | good` returns 0 - `set -o pipefail` fails if ANY fails — but can't tell which
TOOLS.md – Email (including attachments) for comonyx-admin
This skill sends email using the **script in this skill** at `scripts/send-email.py`. The script reads SMTP and sender settings from a **`.env` file** in the skill root (same folder as this TOOLS.md). It also supports an optional **attachment** via `ATTACHMENT_PATH` (e.g. the generated PDF or Excel file).