Download & Install

Published

Download the Skill zip from GitHub, extract it, and move it to the appropriate skill directory for your platform.

Agent PlatformSkill Directory
Claude Code~/.claude/skills/anysearch
OpenCode~/.opencode/skills/anysearch
Cursor / Windsurf<project>/.skills/anysearch
OpenClaw~/.openclaw/skills/anysearch
Other platforms<agent_skill_dir>/anysearch
Tip: OpenClaw users can install directly via command: openclaw skills install anysearch — no manual download needed.
bash
  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8

# Download

curl -L -o anysearch-skill.zip https://github.com/anysearch-ai/anysearch-skill/archive/refs/heads/main.zip

# Extract

unzip anysearch-skill.zip

# Move to skill directory (OpenCode example adjust path for your platform)

mv anysearch-skill ~/.opencode/skills/anysearch