gbrain-ingest

gbrain-ingest is a skill for Claude Code, Codex from imphillip/gbrain-openclaw. It costs 37 tokens per session (766 once invoked), scanned A, original, MIT.

A tool for adding information from meetings, articles, documents, and conversations to a searchable knowledge base. It updates existing pages, creates pages for new entities, and connects related information.

In plain words
What is it for?
Use it to capture people, companies, topics, decisions, and action items, then add links, dates, and tags to the relevant knowledge-base pages.
Why use it?
It turns scattered source material into organized records with timelines, tags, and cross-references, reducing repeated manual data entry.

Skill for Claude CodeCodex

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

Good fit Use it to capture people, companies, topics, decisions, and action items, then add links, dates, and tags to the relevant knowledge-base pages.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/imphillip/gbrain-openclaw/ingest
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.

Any agent
npx skills add imphillip/gbrain-openclaw --skill ingest
Clone the repo
git clone --depth 1 https://github.com/imphillip/gbrain-openclaw

Made for: Claude Code, Codex.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/imphillip/gbrain-openclaw/ingest.svg)](https://agentmods.dev/skills/imphillip/gbrain-openclaw/ingest)
Your own site
<a href="https://agentmods.dev/skills/imphillip/gbrain-openclaw/ingest"><img src="https://agentmods.dev/badge/skills/imphillip/gbrain-openclaw/ingest.svg" alt="Measured on agentmods" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 766 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00037 $0.00766
Opus 5 $0.00018 $0.00383
Sonnet 5 $0.00007 $0.00153
Haiku 4.5 $0.00004 $0.00077

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

Security

Grade A, and why

gbrain-ingest 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.

skills/ingest/SKILL.md · 113 lines

How it starts

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

Ingest Skill

Workflow

  1. Read the source. Meeting transcript, article, document, conversation log. Identify: participants, companies, topics, decisions, action items.

  2. For each entity mentioned:

    • gbrain search "<name>" — does a page exist?
    • If yes: gbrain get <slug> to read current compiled_truth. Rewrite State section with new info. Append to timeline. cat updated.md | gbrain put <slug> with updated content.
    • If no: Create page using the appropriate template (see Page Templates below). cat new.md | gbrain put <slug> with new content.
  3. Extract and create links.

    • For every entity-to-entity reference in the source: gbrain link <from> <to> --context "the sentence containing the reference"
    • Links are stored directionally. Create both directions if both pages exist and the relationship is mutual.
  4. Parse timeline entries.

    • For each datable event: gbrain timeline-add <slug> --date YYYY-MM-DD --summary "one line" --source "meeting/doc-ref"
  5. Tag appropriately.

    • gbrain tag <slug> <tag> — use lowercase, hyphenated tags (e.g. yc-alum, investor, active-deal)
  6. Verify.

    • gbrain stats — confirm page counts look right.
    • gbrain get <slug> — spot-check a few pages.

Entry criteria

Not everything gets a page. The bar:

  • Anyone you met 1:1 or in a small group: YES
  • People discussed in substantive context: YES
  • Companies in deal or investment context: YES
  • Concepts worth tracking: YES
  • Casual passing mentions with no substance: NO

Page templates

Person

---
title: Full Name
type: person
tags: []
linkedin: ""
twitter: ""
---
# Full Name
> One-sentence summary of who this person is and why they matter.

## State
Current role, company, location. What's relevant right now.

## Background
Education, career arc (condensed).

## Open Threads
- [ ] Action items or follow-ups

---

## Timeline
- **YYYY-MM-DD** | source — What happened.

Read the full file on GitHub · 113 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. 7d ago First seen · 113 lines · 37 tokens per session scan A efafaab665cd

Subscribe to this mod's changes

gbrain-ingest is a skill published in the GitHub repository imphillip/gbrain-openclaw (11 stars, last pushed 5mo ago), licensed MIT. It adds 37 tokens to every session and 766 once invoked, about $0.0002 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.

Related

Other skills, from other repositories

my-wiki

Manage local OKF-compatible Markdown My Wiki vaults with an AI agent. Use for capturing webpages, PDFs, Office documents, notes, images, folders, and ZIP bundles as References; maintaining Reference-to-Concept evidence links; searching or answering from a vault; checking or repairing vault health; switching among…

NimaChu/my-wiki · 78 tokens

kb

Set up, evolve, or operate a hraness/kb local-first Markdown knowledge base for coding-agent memory. Use when a user asks to design KB conventions or a recurring KB ritual; search or query a KB or Obsidian vault; load or recover repository context, plans, decisions, concepts, backlinks, semantic search, or Git…

hraness/kb · 155 tokens

vault-summarize

Use when the user asks to summarize, digest, or get an overview of a folder, project, or set of notes in their markdown vault — runs the vault's batched map-reduce recipe so note bodies stay out of the retained conversation context.

pvliesdonk/markdown-vault-mcp · 55 tokens

vault-workflow

Use when the user asks you to search, read, or reason about notes in their markdown vault — guides when to use which vault tool and how to chain them for good results.

pvliesdonk/markdown-vault-mcp · 40 tokens

setup

Set up memex with provisioned Postgres (RDS + pgvector), AGENTS.md injection, first import.

timurgaleev/memex · 25 tokens

cold-start

Day-one data bootstrapping for a new brain. Sequences the highest-leverage data sources to go from empty brain to useful brain in one session. Uses the agent host's managed connectors for safe credential handling — the agent never holds raw API keys. Covers Gmail import, calendar sync, contacts seeding, X/Twitter…

timurgaleev/memex · 97 tokens