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 skills add felipenalves/InvOS --skill seogit clone --depth 1 https://github.com/felipenalves/InvOSWrote 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/felipenalves/invos/seo)<a href="https://agentmods.dev/skills/felipenalves/invos/seo"><img src="https://agentmods.dev/badge/skills/felipenalves/invos/seo.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.00138 | $0.03002 |
| Opus 5 | $0.00069 | $0.01501 |
| Sonnet 5 | $0.00028 | $0.00600 |
| Haiku 4.5 | $0.00014 | $0.00300 |
Grade A, and why
seo 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 7d 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 — 311 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/seo — SEO completo + GEO + Google Ads
Dependências
- Contexto do negócio:
_memoria/empresa.md - Tom de voz:
_memoria/preferencias.md - Estratégia atual:
_memoria/estrategia.md - Ferramentas: WebSearch, WebFetch (nativos)
- Outputs vão em:
marketing/seo/
Workflow
Passo 1 — DEMANDA: O que as pessoas buscam nesse nicho?
Objetivo: Entender se existe demanda real e como as pessoas buscam.
- Ler
_memoria/empresa.mdpra extrair: produtos/serviços, região, público-alvo, diferenciais - Gerar uma lista inicial de 30-50 termos-semente baseados em:
- Categorias de produto/serviço
- Intenção de busca (informacional, comercial, transacional)
- Localização (cidade, região, estado)
- Uso final / contexto do cliente
- Usar WebSearch pra cada grupo de termos:
- Buscar
"[termo] site:trends.google.com"pra ver sazonalidade - Buscar
"[termo]"pra ver o que aparece (orgânico, ads, maps) - Buscar
"[termo] related searches"pra expandir a lista
- Buscar
- Classificar cada termo por:
- Volume estimado: alto / médio / baixo / micro
- Intenção: informacional, comercial, transacional, navegacional
- Dificuldade: quantos concorrentes fortes aparecem?
- Relevância: direto (produto exato) / indireto (nicho relacionado) / tangencial
Output: Salvar em marketing/seo/01-pesquisa-demanda.md com:
- Tabela de termos classificados
- Top 10 termos prioritários (volume + intenção transacional + baixa concorrência)
- Termos sazonais
- Termos descartados e por quê
Passo 2 — CONCORRÊNCIA: Quem aparece pra essas buscas?
Objetivo: Mapear quem domina os resultados e onde estão os gaps.
- Pegar os top 10 termos do Passo 1
- Pra cada termo, usar WebSearch e analisar:
- Top 5 resultados orgânicos: quem são, que tipo de página (site institucional, marketplace, blog, diretório)
- Resultados do Maps/Local Pack: quem aparece, quantas avaliações, nota
- Google Ads: alguém anuncia? qual a copy?
- Pra cada concorrente relevante (máx 5-8), usar WebFetch pra analisar:
- Estrutura do site (páginas, blog, catálogo)
- Meta titles e descriptions das páginas principais
- Conteúdo: falam de quê? com que profundidade?
- Schema markup: usam dados estruturados?
- GMB: perfil completo? fotos? posts? avaliações?
- Identificar:
- Gaps: o que nenhum concorrente faz bem
- Oportunidades: termos onde ninguém domina
- Ameaças: concorrentes fortes demais pra competir de frente
- Benchmark: o padrão mínimo que o negócio precisa atingir
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.
- 7d ago First seen · 311 lines · 138 tokens per session scan A e799e72bfc46
seo is a skill published in the GitHub repository felipenalves/InvOS (5 stars, last pushed 4d ago), licensed MIT. It adds 138 tokens to every session and 3,002 once invoked, about $0.0007 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.
Other skills, from other repositories
hindsight-architect
Expert memory architect. Understands your application, identifies where memory adds value, and produces an implementation plan with bank config, tag schema, and code.
create-agent
Create a new Hindsight-powered subagent with long-term memory. Use when the user wants a specialized agent that learns and remembers across sessions.
hindsight-local
Store user preferences, learnings from tasks, and procedure outcomes. Use to remember what works and recall context before new tasks. (user).
hindsight-docs
Complete Hindsight documentation for AI agents. Use this to learn about Hindsight architecture, APIs, configuration, and best practices.
hindsight-memory
Long-term memory for the agent via Hindsight. Use to recall relevant past context before answering, retain durable facts as you learn them, and reflect over accumulated memory for the "why" behind a decision. Load whenever continuity across sessions matters — the user refers to earlier work, states a lasting…
hindsight-recall
Search long-term memory for relevant context from past coding sessions using Hindsight MCP tools.