Minimal, installable skillset for Butler AI browser automation.
curl -fsSL https://raw.githubusercontent.com/arthtyagi/butler-ai/main/scripts/install.sh | shInstalls skills + MCP dependencies. Requires jq and npx.
npm
npx add-skill arthtyagi/butler-ai
bun
bunx add-skill arthtyagi/butler-ai
pnpm
pnpm dlx add-skill arthtyagi/butler-ai
npx add-skill arthtyagi/butler-ai@v0.1.0skills/
└── zepto-automation/ # Zepto search/cart/address automation
scripts/
├── sync-skills # Sync source → distribution
└── install.sh # Unified installer (skills + MCP)
- Active Zepto login in a browser tab
"Get me a White Monster and some protein bars. pay-on-delivery."
"What's in my Zepto cart?"
.claude/skills/zepto-automationis the source of truthskills/and.opencode/skill/are distribution targets- Sync:
./scripts/sync-skills - Check parity:
./scripts/sync-skills --check
CI runs parity check on every PR.
Full skillset + dogfood setup: https://github.com/fluid-tools/claude-skills
MIT