Autosearch valid_tool
<!-- Self-written, plan autosearch-0418-channels-and-skills.md § F001 -->
install
source · Clone the upstream repo
git clone https://github.com/0xmariowu/Autosearch
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/0xmariowu/Autosearch "$T" && mkdir -p ~/.claude/skills && cp -r "$T/tests/fixtures/skills/valid_tool" ~/.claude/skills/0xmariowu-autosearch-valid-tool && rm -rf "$T"
manifest:
tests/fixtures/skills/valid_tool/SKILL.mdsource content
<!-- Self-written, plan autosearch-0418-channels-and-skills.md § F001 -->
name: valid_tool description: Use for reusable HTTP fetch helpers shared across channels. version: 1 methods:
- id: fetch_json impl: impl.py requires: [binary:curl] fallback_chain: [fetch_json] quality_hint: typical_yield: unknown chinese_native: false
This tool skill exposes a single primitive and does not need routing hints.