Tell your AI agent one sentence. Your tool gets listed on bataitools.com in 28 languages — no web forms, no platform fees.
Portable Agent Skills that teach AI coding agents (Cursor, Claude Code, Windsurf, Cline, and 14+ more) how to submit AI tools to the BAT directory via bat-cli.
| Skill | Description |
|---|---|
| bat-submit | 3-step workflow — extract metadata, translate into 28 languages, pack & submit to bataitools.com |
npm install -g @bataitools/bat-cli@latest
# or
bun add -g @bataitools/bat-cli@latest# Project scope
npx skills add bataitools/bat-skills --skill bat-submit
# Global — available in every project (recommended)
npx skills add bataitools/bat-skills --skill bat-submit -g -y
# Target specific editors at once
npx skills add bataitools/bat-skills --skill bat-submit -g -y -a cursor,claude-code,codex,windsurfOpen your AI agent and say:
Submit https://your-product.com to BAT AI Tools
Or in Chinese:
提交 https://your-product.com 到 bataitools
The agent runs the full workflow automatically. First bat-cli use creates a guest device account — no sign-up required.
| Step | Action | Output |
|---|---|---|
| 1. Extract | Crawl the target site, fill English metadata | base.json, i18n/en.json |
| 2. Translate | Localize into 27 other languages (batched, 2–4 per round) | i18n/*.json (28 total) |
| 3. Submit | Pack, validate, authenticate, POST to BAT API | Submission queued for review |
Logo and screenshots are resolved on the BAT server during submit — no local browser capture required.
Typical review time: ~24 hours. Live URL: https://bataitools.com/tools/{slug}
Any editor that loads SKILL.md skills:
Cursor · Claude Code · Windsurf · Cline · GitHub Copilot · Gemini CLI · Codex CLI · Continue · Roo Code · Antigravity · Kiro · VS Code · Zed · and more.
Full list on the submit page.
npx skills updategit clone https://github.com/bataitools/bat-skills.git
mkdir -p .cursor/skills
cp -r bat-skills/skills/bat-submit .cursor/skills/bat-submitTag a version to trigger CI packaging:
git tag v1.x.x && git push origin v1.x.xSkill zips are attached to GitHub Releases.
- Directory: bataitools.com
- Submit guide: bataitools.com/submit
- skills.sh listing: skills.sh/bataitools/bat-skills
- CLI package: @bataitools/bat-cli on npm
MIT — see LICENSE.