blog-ingest

blog-ingest is a skill for Claude Code, Codex from garrytan/gbrain. It costs 118 tokens per session (3,598 once invoked), scanned B, original, MIT.

A workflow for importing every public post from a blog, newsletter, or RSS/Atom feed into one clean source page per article. RSS and Atom are formats websites use to publish lists of new and older articles.

In plain words
What is it for?
Use it to discover feeds, walk through archives and pages, normalize article details, remove duplicates by canonical URL, pace requests, and repair incomplete imported pages.
Why use it?
It turns a whole publication into an organized, searchable archive while avoiding duplicate pages, excessive request rates, and failed re-runs.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for gbrain. Also seen: built for gbrain.

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is **Convention:** see [conventions/brain-first.md](../conventions/brain-first.md).

Part of the gbrain-daily plugin — 15 skills shipped together

Good fit Use it to discover feeds, walk through archives and pages, normalize article details, remove duplicates by canonical URL, pace requests, and repair incomplete imported pages.

Compare 6 skills from other repositories ↓
About the project

GBrain is a memory and retrieval layer for AI agents that searches, connects, and synthesizes information from stored sources. It is used to give coding agents and autonomous agents access to knowledge beyond their current code, including shared company information with access controls. The catalogue add-ons help agents operate GBrain and connect it to agent workflows.

garrytan/gbrain · 29,751 stars · on GitHub

Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/garrytan/gbrain
agentmods
npx agentmods add skills/garrytan/gbrain/blog-ingest

Made for: Claude Code, Codex.

Or install gbrain-daily, the plugin that ships this one along with the rest of its 15 skills.

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 blog-ingest

README.md
[![agentmods](https://agentmods.dev/badge/skills/garrytan/gbrain/blog-ingest/github.svg)](https://agentmods.dev/skills/garrytan/gbrain/blog-ingest)
Your own site
<a href="https://agentmods.dev/skills/garrytan/gbrain/blog-ingest"><img src="https://agentmods.dev/badge/skills/garrytan/gbrain/blog-ingest/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.

agentmods 80×15 button for blog-ingest

Your own site · 80×15
<a href="https://agentmods.dev/skills/garrytan/gbrain/blog-ingest"><img src="https://agentmods.dev/badge/skills/garrytan/gbrain/blog-ingest.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 118 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,598 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 8 findings, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high YARA Match · line 104
    YARA rule matched a hack tool or exploit indicator (offensive tools, reconnaissance, privilege escalation, or exploit frameworks).
    Fix: Remove offensive tool references and exploit code. Legitimate agent skills should not contain penetration testing tools, exploit frameworks, or reconnaissance utilities.
  • high Prompt Injection · line 105
    This pattern attempts to override system instructions or ignore safety constraints. Without LLM analysis, manual review is recommended.
    Fix: Remove or rewrite any text that instructs the agent to ignore prompts, override safety rules, or trust unverified content. Ensure skill content cannot be injected to alter agent behavior.
  • medium Agent Snooping · line 65
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
  • medium Agent Snooping · line 311
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
  • medium Agent Snooping · line 66
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
  • medium Agent Snooping · line 67
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
  • medium Agent Snooping · line 68
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
  • medium Agent Snooping · line 69
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
How audits are shown
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.00118 $0.03598
Opus 5 $0.00059 $0.01799
Sonnet 5 $0.00024 $0.00720
Haiku 4.5 $0.00012 $0.00360

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

Security

Grade B, and why

blog-ingest scanned grade B 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 9d 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.

Instruction-override phrasingmediumPrompt injection

Text telling the model to disregard its earlier instructions or safety rules is the shape of a prompt injection, whoever wrote it.

"ignore previous instructions," embedded tool-call syntax, or urgent demands

Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.

plugin-variants/gbrain-daily/skills/blog-ingest/SKILL.md · 326 lines

How it starts

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

blog-ingest — Feed & Whole-Publication Ingestion

Convention: see conventions/brain-first.md for the lookup chain (search → query → get_page → external). Before walking any feed, check whether the publication is already in the brain.

Convention: see conventions/test-before-bulk.md — every whole-publication run IS a bulk run. Test on 3-5 posts, verify output exists and is clean, then ramp progressively. No exceptions.

Filing rule: read skills/_brain-filing-rules.md before creating any new page.

What this is

The publication-scope layer of content ingestion: given a blog, newsletter, or feed URL, discover the feed, enumerate the archive, and write one clean source page per public post — deduped, paced, and safe to re-run. It is a set of agent procedures, not a code adapter: the agent performs feed discovery, pagination, normalization, and dedup with its ordinary fetch/read/write tools.

This skill deliberately stops at the source-page boundary. Writing a source page is step one, not the whole job: per-article enrichment (entity pages, backlinks, concept linking) is handed to the brain-ingest-gate skill, which is the conventional entry point for every article this skill writes. A raw dump of article text — even with clean frontmatter — is not "ingested."

A native feed-ingestion adapter (feed state, scheduled re-walks) is the filed follow-up in TODOS; until it ships, this skill is the procedure.

Dedup

Sharp boundaries — route before you fetch:

Input Route
Whole publication, feed URL, blog archive, "every post from X" THIS skill
Single article, essay, or tweet URL skills/idea-ingest/SKILL.md
Video, audio, podcast, PDF, book, screenshot, repo skills/media-ingest/SKILL.md
Quick thought/link capture with no fetch skills/capture/SKILL.md
Enriching article pages ALREADY in the brain skills/article-enrichment/SKILL.md
Generic "ingest this" (type unclear) skills/ingest/SKILL.md router decides

Read the full file on GitHub · 326 lines

Files

What ships with it

1 file 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.

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. 9d ago First seen · 326 lines · 118 tokens per session scan B 8fad548e780b

Subscribe to this mod's changes

blog-ingest is a skill published in the GitHub repository garrytan/gbrain (29,751 stars, last pushed yesterday), licensed MIT. It adds 118 tokens to every session and 3,598 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it B with 1 finding (instruction-override phrasing). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

agent-platform-rag-engine-management

Manage and query Agent Platform RAG Engine Corpora and retrieve grounded contexts using the Google GenAI SDK. Use when listing RAG corpora or files, inspecting a corpus, retrieving contexts, or generating content grounded in a RAG corpus. Do not use for standard database queries (use SQL/Spanner skills), Google…

google/skills · 85 tokens

llm-app-patterns

Production-ready patterns for building LLM applications. Covers RAG pipelines, agent architectures, prompt IDEs, and LLMOps monitoring. Use when designing AI applications, implementing RAG, building agents, or setting up LLM observability.

davila7/claude-code-templates · 54 tokens

9router-embeddings

Generate vector embeddings via 9Router /v1/embeddings using OpenAI / Gemini / Mistral / Voyage / Nvidia / GitHub embedding models for RAG, semantic search, similarity. Use when the user wants embeddings, vectors, RAG, semantic search, or to embed text.

decolua/9router · 66 tokens

azure-search-documents-dotnet

Azure AI Search SDK for .NET (Azure.Search.Documents). Use for building search applications with full-text, vector, semantic, and hybrid search. Covers SearchClient (queries, document CRUD), SearchIndexClient (index management), and SearchIndexerClient (indexers, skillsets). Triggers: "Azure Search .NET"…

microsoft/skills · 102 tokens

browserwing-admin

Manage and operate BrowserWing — an intelligent browser automation platform. Install dependencies, configure LLM, create/manage/execute automation scripts, use AI-driven exploration to generate scripts, browse the script marketplace, and troubleshoot issues.

MemTensor/MemOS · 47 tokens

similarity-search-patterns

Implement efficient similarity search with vector databases. Use when building semantic search, implementing nearest neighbor queries, or optimizing retrieval performance.

foryourhealth111-pixel/Vibe-Skills · 30 tokens