SonicJS is a TypeScript-first headless content-management system that exposes content through REST APIs and an administrative interface, running on Cloudflare Workers or other SQLite-compatible environments. It is for developers building applications that manage and publish structured content, with storage through technologies such as D1 and R2. Catalogue add-ons help coding agents create and work with SonicJS projects and content.
Borrowing it
Nothing to install: this file belongs to SonicJs-Org/sonicjs. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/SonicJs-Org/sonicjs/main/.claude/commands/sonicjs-seo-blog.mdgit clone --depth 1 https://github.com/SonicJs-Org/sonicjsWrote 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.
[](https://agentmods.dev/commands/sonicjs-org/sonicjs/sonicjs-seo-blog)<a href="https://agentmods.dev/commands/sonicjs-org/sonicjs/sonicjs-seo-blog"><img src="https://agentmods.dev/badge/commands/sonicjs-org/sonicjs/sonicjs-seo-blog/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/sonicjs-org/sonicjs/sonicjs-seo-blog"><img src="https://agentmods.dev/badge/commands/sonicjs-org/sonicjs/sonicjs-seo-blog.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.01108 |
| Opus 5 | $0.00000 | $0.00554 |
| Sonnet 5 | $0.00000 | $0.00222 |
| Haiku 4.5 | $0.00000 | $0.00111 |
Grade A, and why
sonicjs-seo-blog scanned grade A with 1 finding 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 10d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
4. Call `POST https://api.openai.com/v1/images/generations` with `model: dall-e-3`, `size: 1792x1024`, `quality: hd`, `style: vivid`, `n: 1`. Use a `Bash` curl call so the key never enters the prompt. How it starts
The opening of the file, as written. The whole thing — 87 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Generate SEO-Optimized Blog Post
Generate a high-quality, SEO-optimized blog post for SonicJS on the topic: $ARGUMENTS
Instructions
-
Research Phase:
- Search the web for current trends and competitor content on this topic
- Identify the primary keyword and 3-5 secondary keywords
- Find the search intent (informational, transactional, navigational)
-
Content Creation:
- Write a comprehensive blog post (1500-2500 words)
- Use proper heading hierarchy (H1 > H2 > H3)
- IMPORTANT: Include a TL;DR box with Key Stats immediately after the H1 (see format below)
- Include code examples where relevant (use SonicJS syntax)
- Add internal links to SonicJS documentation
- Include a clear call-to-action
-
TL;DR Box (Required for Featured Snippets): Place this immediately after the H1 title:
> **TL;DR** — [2-3 sentence summary directly answering the main question] > > **Key Stats:** > - [Specific number/metric - e.g., "Under 50ms response time globally"] > - [Specific number/metric - e.g., "Zero cold starts with V8 isolates"] > - [Specific number/metric - e.g., "300+ edge locations worldwide"]Why this matters:
- Featured snippets can increase CTR by 8.6%
- AI Overviews (Google SGE) extract from concise summaries
- Voice search prefers 2-3 sentence answers
- 35% increase in AI visibility reported with TL;DR sections
-
SEO Elements:
- Meta title (50-60 characters)
- Meta description (150-160 characters)
- URL slug (lowercase, hyphenated)
- OpenGraph tags
- Target keyword density: 1-2%
-
Output Format: Create the blog post as an MDX file with frontmatter metadata.
-
Hero Image Generation (REQUIRED — always run): After writing the MDX file, you MUST generate a hero image for the post. Do not skip this step and do not ask the user — image generation is part of every blog post.
Procedure:
- Create the directory
www/public/images/blog/[generated-slug]/if it doesn't exist. - Source the env file:
source /Users/lane/Dropbox/Data/.envto loadOPENAI_API_KEY. - Build a DALL-E prompt using the brand guidelines and category template from the
sonicjs-blog-imageskill (.claude/commands/sonicjs-blog-image.md):- 3D isometric visualization, dark slate background nearly black, electric blue (#3B82F6) glowing accents, futuristic enterprise tech aesthetic, no text/letters/logos.
- Pick the template that matches the post category (Tutorial, Comparison, Technical Deep Dive, or Use Case).
- Call
POST https://api.openai.com/v1/images/generationswithmodel: dall-e-3,size: 1792x1024,quality: hd,style: vivid,n: 1. Use aBashcurl call so the key never enters the prompt. - Download the returned image URL (URLs expire in ~1 hour) to
www/public/images/blog/[generated-slug]/hero.pngusingcurl -o. - Verify the file exists and is non-empty.
- Confirm the MDX frontmatter
featuredImage.urlpoints to/images/blog/[generated-slug]/hero.pngand matches the saved file.
- Create the directory
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.
- 10d ago First seen · 87 lines · 0 tokens per session scan A a285cea272d0
sonicjs-seo-blog is a command published in the GitHub repository SonicJs-Org/sonicjs (1,700 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,108 tokens. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
shadcn-add
Add a new ShadCN/UI component to Shade with Storybook stories.
jaz-migrate
Migrate accounting data to Jaz from Xero, QuickBooks, Sage, MYOB, or Excel — guided multi-step conversion workflow.
jaz-doc-collect
Scan and classify client documents for upload to Jaz — local files and cloud links (Dropbox, Drive, OneDrive).
jaz-tax-sg
Run Singapore Form C-S / C-S Lite corporate income tax computation using Jaz data — pull P&L, classify add-backs, compute capital allowances, apply exemptions.
jaz-audit-prep
Compile an audit preparation pack in Jaz — generate reports, schedules, and reconciliations for auditor or tax agent.
jaz-credit-control
Run credit control workflow in Jaz — review aged receivables, generate overdue chase list, assess bad debts.