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.
npx agentmods add skills/ijonis/geo-lint/content-creatornpx skills add IJONIS/geo-lint --skill content-creatorgit clone --depth 1 https://github.com/IJONIS/geo-lintWrote 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/skills/ijonis/geo-lint/content-creator)<a href="https://agentmods.dev/skills/ijonis/geo-lint/content-creator"><img src="https://agentmods.dev/badge/skills/ijonis/geo-lint/content-creator.svg" alt="Measured on agentmods" 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.00099 | $0.03551 |
| Opus 5 | $0.00049 | $0.01775 |
| Sonnet 5 | $0.00020 | $0.00710 |
| Haiku 4.5 | $0.00010 | $0.00355 |
Grade A, and why
content-creator 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 6d 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.
How it starts
The opening of the file, as written. The whole thing — 365 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Content Creator
Self-configuring content creation pipeline. Creates SEO & GEO-optimized content matched to your project and brand voice, then validates with geo-lint until clean.
For project-specific rules (components, file naming, categories), the skill
generates a local content-config skill on first use via the setup workflow.
Command Router
Parse $ARGUMENTS and route to the matching workflow:
| Argument | Workflow |
|---|---|
setup |
Auto-discover project, questionnaire, generate content-config |
create [blog|page|project] |
Full content creation pipeline |
voice |
Analyze and configure brand voice |
calendar |
Plan monthly content calendar |
refresh |
Re-scan project, update content-config |
| (no args) | If no config exists → auto-trigger setup. Otherwise show commands. |
Pre-Flight Check
Before any workflow except setup:
- Check if
.claude/skills/content-config/SKILL.mdexists in the project root. - If missing → inform the user: "No project content config found. Running setup first..." Then auto-trigger the
setupworkflow. - If found → read it into context and proceed with the requested workflow.
Workflow: setup
Three phases: auto-discover → questionnaire → generate.
Phase 1: Auto-Discovery
Run these steps silently, collecting results into a discovery report:
1. Framework Detection
- Read
package.jsondependencies and devDependencies for:next,astro,@astrojs/*,gatsby,hugo,nuxt,vite,remix,@11ty/eleventy - Check for config files:
next.config.*,astro.config.*,nuxt.config.*,gatsby-config.*,.eleventy.js - Record: framework name + version
2. Content Directories
- Search for common patterns:
content/,src/content/,posts/,blog/,pages/,articles/,src/pages/ - If
geo-lint.config.tsexists → read itscontentPaths - Record: all content directories and file extensions (
.md,.mdx,.astro,.html)
3. Frontmatter Schema
- Read 5–10 representative content files across detected directories
- Parse YAML frontmatter (lines between
---delimiters) - Compute the union of all field names; classify each as required (present in >80% of files) or optional
- Record: field schema with types inferred from values
What ships with it
5 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.
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.
- 6d ago First seen · 365 lines · 99 tokens per session scan A 8b90fbcca7e8
content-creator is a skill published in the GitHub repository IJONIS/geo-lint (39 stars, last pushed 5mo ago), licensed MIT. It adds 99 tokens to every session and 3,551 once invoked, about $0.0005 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.
Other skills, from other repositories
seo-content-collection-page
Optimize e-commerce collection, category, and product listing pages (PLPs) for Google and AI assistants. Input: a collection or category page (Shopify, WooCommerce, Magento, BigCommerce, PrestaShop, or custom). Output: a bottom-of-page SEO text block, faceted-navigation and filter URL control, pagination canonicals…
geo-tracking
Measure AI visibility without paid tools or API keys. Input: your site (GA4 and server logs) and a buyer prompt panel. Output: GA4 AI-traffic reporting (custom channel group plus referrer regex above Referral), monthly brand mention rate, citation rate, and share of voice versus competitors across ChatGPT, Perplexity…
geo-visibility
Get cited and recommended by AI engines (ChatGPT, AI Overviews and AI Mode, Perplexity, Claude, Gemini). Input: a page or piece of content. Output: passage-level citability fixes (answer-first H2 blocks, self-contained chunks, definitions, sourced stats, comparison tables), a 5-pillar GEO score (0-100), an AI-crawler…
seo-content-blog
Write blog articles that rank on Google and get cited by AI engines (ChatGPT, Perplexity, AI Overviews). Input: a keyword, topic, or existing draft. Output: a publish-ready article, outline, or brief built on a 12-element answer-first skeleton (question H2s, expert quotes, stats, FAQ, internal links, SERP-benchmarked…
seo-content-product-page
Optimize e-commerce product pages (PDPs) for Google and for AI assistants that now recommend products directly. Input: a product page or description (Shopify, WooCommerce, Magento, BigCommerce, PrestaShop, Wix, Webflow, or custom). Output: a rewritten PDP with unique copy, FAQ and definition blocks, review and…
obsidian-brain
Build a local Obsidian vault that acts as the company and founder second brain, the knowledge layer every other skill reads before acting and writes back to. Input: your raw material (PDFs, decks, transcripts, email, WhatsApp exports, loose notes). Output: a structured, linked vault (domain hubs, maps of content…