bat-submit

A command-line workflow for submitting or updating an AI-tool listing on BAT AI Tools, a website that catalogues AI tools.

In plain words
What is it for?
Use it to crawl a tool's website, create its English and translated listing files, capture a screenshot, validate the package, and submit it.
Why use it?
It removes the manual work of collecting website details, translating a listing into many languages, packaging the files, and sending the submission.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/bataitools/bat-skills/bat-submit
Any agent
npx skills add bataitools/bat-skills --skill bat-submit
Clone the repo
git clone --depth 1 https://github.com/bataitools/bat-skills

Made for: Claude Code, Codex.

Per session 40 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,983 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00040 $0.01983
Opus 5 $0.00020 $0.00992
Sonnet 5 $0.00008 $0.00397
Haiku 4.5 $0.00004 $0.00198

Measured 2d ago against content hash 8914ad98bbef, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

bat-submit scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/extract_video.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/bat-submit/SKILL.md · 145 lines

How it starts

The opening of the file, as written. The whole thing — 145 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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:

Step What happens Key output files
1. Extract Crawl site, fill base.json (with logo URL) + en.json + capture screenshot base.json, en.json, website-screenshot.webp (or .png)
2. Translate Translate en.json into 27 other languages (batches) i18n/zh.json, i18n/ja.json, … (28 total)
3. Submit Merge, final validate, pack (uploads assets), POST submit submit.bundle.json, submission confirmed

Logo is extracted as a direct remote URL in base.json. Website screenshots are optionally captured locally (via browser subagent or CLI); if omitted or failed, the server automatically enriches missing assets asynchronously after publication (fail-soft).

[!IMPORTANT] [Mandatory AI Identity Declaration] When generating base.json (Step 1) and submit.bundle.json (Step 3), the AI Agent MUST include the "llmModel" field specifying its own active AI model identity name (e.g., "gemini-3.6-flash", "claude-3-5-sonnet", "gpt-4o", "deepseek-v3", etc.).

[!WARNING] [Strict Hard Constraint] You are STRICTLY FORBIDDEN from translating more than 4 languages in a single Prompt! Running scripts (such as Python scripts) to batch-request or process more than 4 languages at once is also strictly prohibited. You are only allowed to translate 2 to 4 languages at a time. You must strictly process them in batches, and you must verify that the current batch is successfully written to local files before proceeding to the next batch.

Read the full file on GitHub · 145 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 145 lines · 40 tokens per session scan A 8914ad98bbef

Subscribe to this mod's changes

bat-submit is a skill published in the GitHub repository bataitools/bat-skills (1 stars, last pushed 19d ago), licensed MIT. It adds 40 tokens to every session and 1,983 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

agent-platform-model-registry

Agent Platform Model Registry Management. Use when you need to upload, list, describe, update, or delete machine learning models (and their versions) in the Agent Platform Model Registry. Don't use for model training, model deployment to endpoints, or managing non-Agent Platform models.

google/skills · 60 tokens

bigquery-ai-ml

Leverages BigQuery's built-in machine learning and GenAI capabilities for advanced data analytics. Use when you need to write SQL queries that perform time-series forecasting, predict values, detect outliers or anomalies, find key drivers, perform semantic search or vector search, classify text, calculate similarity…

google/skills · 104 tokens

edge-to-edge

Use this skill to migrate your Jetpack Compose app to add adaptive edge-to-edge support and troubleshoot common issues. Use this skill to fix UI components (like buttons or lists) that are obscured by or overlapping with the navigation bar or status bar, fix IME insets, and fix system bar legibility.

android/skills · 67 tokens

twitter-reader

Read Twitter/X for financial research using opencli (read-only). Use this skill whenever the user wants to read their Twitter feed, search for financial tweets, view bookmarks, look up user profiles, or gather market sentiment from Twitter/X. Triggers include: "check my feed", "search Twitter for", "show my…

himself65/finance-skills · 161 tokens

referral-program

When the user wants to design, launch, or optimize an in-app referral / invite / share-to-earn program — including reward structure, mechanics, fraud prevention, deep link setup, and viral coefficient measurement. Use when the user mentions "referral program", "invite a friend", "refer and earn", "share to earn"…

Eronred/aso-skills · 159 tokens

apple-search-ads

When the user wants to set up, optimize, or scale Apple Search Ads (ASA) campaigns — including keyword bidding, match types, campaign structure, Creative Product Sets, CPP routing, and ROAS optimization. Use when the user mentions "Apple Search Ads", "ASA", "Search Ads", "Search tab ads", "Today tab ads", "CPT"…

Eronred/aso-skills · 127 tokens