all

all is a command for coding agents from kanaerulabs/growth-kit. It costs 20 tokens per session (947 once invoked), scanned A, original, MIT.

A command that turns one piece of content into ready-to-copy posts for X, LinkedIn, Medium, and Dev.to.

In plain words
What is it for?
Use it when you have a blog post, file, URL, or similar input and want social posts and platform-specific content across all four services.
Why use it?
It removes the need to rewrite and run separate publishing commands for each platform. It can also create English, Japanese, or both language versions.

Command

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 commands/kanaerulabs/growth-kit/all
Clone the repo
git clone --depth 1 https://github.com/kanaerulabs/growth-kit

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 all

README.md
[![agentmods](https://agentmods.dev/badge/commands/kanaerulabs/growth-kit/all.svg)](https://agentmods.dev/commands/kanaerulabs/growth-kit/all)
Your own site
<a href="https://agentmods.dev/commands/kanaerulabs/growth-kit/all"><img src="https://agentmods.dev/badge/commands/kanaerulabs/growth-kit/all.svg" alt="Measured on agentmods" height="20"></a>
Per session 20 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 947 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.00020 $0.00947
Opus 5 $0.00010 $0.00474
Sonnet 5 $0.00004 $0.00189
Haiku 4.5 $0.00002 $0.00095

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

Security

Grade A, and why

all 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 5d 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.

publisher-plugin/commands/all.md · 118 lines

How it starts

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

Generate copy-pastable content for all social media platforms from a single input by running all publisher commands in parallel.

Usage: $ARGUMENTS

Input: Pass the same arguments you would use for individual commands - slug, file path, URL, etc.


Process

  1. Parse Arguments and Language Detection

    • Extract the full arguments string: $ARGUMENTS
    • Detect language from arguments:
      • If ends with ja → Japanese content
      • If ends with en → English content
      • If ends with both → Generate for both languages
      • Default → English if no language specified
    • Example: 2025-10-06-my-post ja → Japanese version
  2. Run All Publisher Commands SEQUENTIALLY

    CRITICAL: Execute commands ONE AT A TIME, waiting for each to complete before starting the next:

    // Step 1: Run X thread generation
    SlashCommand("/publisher:x $ARGUMENTS")
    // Wait for completion, then...
    
    // Step 2: Run LinkedIn post generation
    SlashCommand("/publisher:linkedin $ARGUMENTS")
    // Wait for completion, then...
    
    // Step 3: Run Medium article generation
    SlashCommand("/publisher:medium $ARGUMENTS")
    // Wait for completion, then...
    
    // Step 4: Run Dev.to RSS generation
    SlashCommand("/publisher:devto")
    

    IMPORTANT: Run commands in SEPARATE messages, waiting for each command to fully complete before proceeding to the next. This ensures stability and prevents resource contention.

  3. Auto-Open Browser Tabs for Immediate Action

    All commands will process the input and automatically open the necessary tabs:

    • X: Opens HTML preview with copy buttons for each post + X.com compose
    • LinkedIn: Opens draft in LinkedIn feed + browser tab to review
    • Medium: Opens HTML with one-click copy + Medium editor tab
    • Dev.to: Opens Dev.to settings page + generates RSS file
  4. Summary with Clear Next Actions

    Once all commands complete sequentially, provide a detailed action summary:

    ✅ ALL PLATFORMS GENERATED SEQUENTIALLY
    ════════════════════════════════════════
    
    📱 X Thread
       ↳ HTML preview opened with thread
       ↳ X.com compose page opened in browser
       ↳ Click "Copy Post" buttons to copy each post
       ↳ Post to X using thread composer
    
    💼 LinkedIn Post
       ↳ Draft created and LinkedIn opened
       ↳ Navigate to your drafts to review
       ↳ Add any final touches and click "Post"
    
    📝 Medium Article
       ↳ HTML preview opened with one-click copy
       ↳ Medium editor opened in new tab
       ↳ Click to copy entire article, then paste in Medium
    
    🔗 Dev.to RSS Feed
       ↳ RSS file generated: public/rss-devto.xml
       ↳ Settings page opened
       ↳ Add RSS URL to "Publishing from RSS" section
    
    ⚡ All browser tabs opened for immediate action!
    

Read the full file on GitHub · 118 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. 5d ago First seen · 118 lines · 20 tokens per session scan A e38f1795e995

Subscribe to this mod's changes

all is a command published in the GitHub repository kanaerulabs/growth-kit (15 stars, last pushed 7mo ago), licensed MIT. It adds 20 tokens to every session and 947 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-30.