tap-web
Installation
SKILL.md
tap-web
Install
# Install tap CLI (includes embedded skill)
curl -fsSL https://raw.githubusercontent.com/vaayne/tap/main/scripts/install.sh | sh
# Install/update the skill to default location (~/.config/tap/skills/tap-web/)
tap skill install
# Or install to custom path (for agent use)
tap skill install --path /custom/path/to/skills/tap-web
# Or via environment variable
TAP_SKILL_DIR=/custom/path/to/skills/tap-web tap skill install
⚠️ Version Check: The installed skill's
metadata.versionshould matchtap --version. If they differ after installing or upgradingtap, runtap skill installagain. If you use a custom install location, rerun it with the same--pathorTAP_SKILL_DIR.