bat-submit

Installation
SKILL.md

BAT AI Tools — Submit Skill

Submit or update an AI tool listing on bataitools.com using the bat-cli command-line tool. The workflow always runs in 3 sequential steps without pausing for user confirmation between them.

Prerequisites

  1. Install bat-cli (Ensure latest version):
    npm install -g @bataitools/bat-cli@latest
    # or
    bun add -g @bataitools/bat-cli@latest
    
  2. API endpoint default: https://api.bataitools.com (override via BAT_API_URL env or --api flag).

Core Rule: Never generate all languages in one step

Large single-file JSON causes truncation and validation failures. Always run the 3 steps back-to-back:

Installs
471
First Seen
Jun 29, 2026
bat-submit — bataitools/bat-skills