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.version should match tap --version. If they differ after installing or upgrading tap, run tap skill install again. If you use a custom install location, rerun it with the same --path or TAP_SKILL_DIR.

Installs
2
GitHub Stars
41
First Seen
May 11, 2026
tap-web — vaayne/agent-kit