Skip to main content
Skills are Markdown files — the same SKILL.md works everywhere. The only difference is how they’re delivered to each agent.

TapKit CLI

tapkit skills list    # Show installed skills
tapkit skills add <name>  # Install from TapKit registry

npx (Agent Skills ecosystem)

Works for Codex, Cursor, Claude Code, and 35+ other agents:
npx skills add tapkit

# ? Select skills to install:
#   ✓ tapkit        (core — device control)
#   ✓ hinge         (app — Hinge dating)
#   ✓ telegram      (app — Telegram messaging)
#   ✓ tiktok        (app — TikTok video)
#   ✓ linkedin      (app — LinkedIn professional)
#   ✓ uber-eats     (app — Uber Eats delivery)
#
# Installed 6 skills to .agents/skills/

ClawHub (OpenClaw)

clawhub install tapkit

# Installing tapkit skills...
#   ✓ tapkit/core       → ~/.openclaw/skills/tapkit/
#   ✓ tapkit/hinge      → ~/.openclaw/skills/hinge/
#   ✓ tapkit/telegram   → ~/.openclaw/skills/telegram/
#   ✓ tapkit/tiktok     → ~/.openclaw/skills/tiktok/
#   ✓ tapkit/linkedin   → ~/.openclaw/skills/linkedin/
#   ✓ tapkit/uber-eats  → ~/.openclaw/skills/uber-eats/
#
# Requires: tapkit CLI (detected ✓)

Which method for which agent?

AgentInstall method
Claude Code/plugin install tapkit (includes MCP + skills)
Codex CLInpx skills add tapkit
OpenClawclawhub install tapkit
Cursor / Windsurfnpx skills add tapkit -a cursor
Other agentsnpx skills add tapkit