submit-to-directories

submit-to-directories is a command for Claude Code from alifanov/darkflow. It costs 27 tokens per session (1,603 once invoked), scanned A, original, MIT.

A browser-based routine for submitting a product to software directories listed in a project’s directories file. It also records which submissions have already been made.

In plain words
What is it for?
Use it to submit a product to suitable directories, using the project’s real information, and to identify paid listings without purchasing them.
Why use it?
It removes repetitive form filling while keeping a person involved for accounts, captchas, email confirmations, payments, and identity details.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to submit a product to suitable directories, using the project’s real information, and to identify paid listings without purchasing them.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/alifanov/darkflow/submit-to-directories
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.

Clone the repo
git clone --depth 1 https://github.com/alifanov/darkflow

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for submit-to-directories

README.md
[![agentmods](https://agentmods.dev/badge/commands/alifanov/darkflow/submit-to-directories.svg)](https://agentmods.dev/commands/alifanov/darkflow/submit-to-directories)
Your own site
<a href="https://agentmods.dev/commands/alifanov/darkflow/submit-to-directories"><img src="https://agentmods.dev/badge/commands/alifanov/darkflow/submit-to-directories.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,603 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00027 $0.01603
Opus 5 $0.00014 $0.00801
Sonnet 5 $0.00005 $0.00321
Haiku 4.5 $0.00003 $0.00160

Measured 8d ago against content hash 584bac6a4529, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

submit-to-directories 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 8d ago.

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.

templates/.claude/commands/darkflow/submit-to-directories.md · 144 lines

How it starts

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

Backlinks from product directories are the one off-page lever that does not need anyone else's permission — a form, a description, a screenshot. The list of forms is fixed and versioned (~/.darkflow/directories.csv); what changes per project is which of them fit and which are already done.

This command walks that list in a real browser and submits. It is not an audit: it acts.

Manual only. No schedule, no catalog entry, no worker dispatch. Directory forms mean accounts, captchas and email confirmations — a human is in the loop by definition.

Money and identity are never spent silently. Two hard rules, no exceptions:

  • Never pay. A paid listing is reported as a recommendation with its price. Ask, never buy.
  • Never invent an identity. Accounts are created with the project's real email only. No throwaway addresses, no made-up company details, no fabricated MRR, no invented reviews.

Step 1 — Read project config

Load the project config (contract in .darkflow.d/claude.mdProject config). Uses: language, domain.

No domain → nothing to submit. Say so and stop.

Step 2 — Build the submission kit

Every form asks for the same eight things. Assemble them once, before opening a browser, so the same words land everywhere:

Field Where it comes from
Name project name
Tagline (≤60 chars) docs/state/product/positioning.md
Short description (≤160) positioning + the site's meta description
Long description (2–4 ¶) docs/state/product/product.md
Categories / tags the catalog's category column + what the form offers
Pricing docs/state/product/pricing.md
Logo + 2–3 screenshots public/, or take them from the live site with the browser
Submission URL domain + UTM (below)

Missing product docs → derive from the live site, and say in the report that the copy was derived rather than read. Never invent a claim the product does not make about itself.

UTM on every submission, so the directories are separable in analytics later:

Read the full file on GitHub · 144 lines

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. 8d ago First seen · 144 lines · 27 tokens per session scan A 584bac6a4529

Subscribe to this mod's changes

submit-to-directories is a command published in the GitHub repository alifanov/darkflow (3 stars, last pushed 9d ago), licensed MIT. It adds 27 tokens to every session and 1,603 once invoked, about $0.0001 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.