enrichment-agent

enrichment-agent is an agent for coding agents from Jamkris/everything-gemini-code. It costs 36 tokens per session (556 once invoked), scanned A, a copy of enrichment-agent, MIT.

An agent that gathers detailed information about qualified prospects and their companies, including recent activity, news, funding, interests, and professional background.

In plain words
What is it for?
Use it to prepare prospect profiles with contact details, recent posts, company milestones, funding history, technology information, and shared interests.
Why use it?
It reduces the manual research needed to understand who a prospect is and what might make an outreach message relevant.

Agent

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.

agentmods
npx agentmods add agents/jamkris/everything-gemini-code/enrichment-agent
Clone the repo
git clone --depth 1 https://github.com/Jamkris/everything-gemini-code

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 enrichment-agent

README.md
[![agentmods](https://agentmods.dev/badge/agents/jamkris/everything-gemini-code/enrichment-agent.svg)](https://agentmods.dev/agents/jamkris/everything-gemini-code/enrichment-agent)
Your own site
<a href="https://agentmods.dev/agents/jamkris/everything-gemini-code/enrichment-agent"><img src="https://agentmods.dev/badge/agents/jamkris/everything-gemini-code/enrichment-agent.svg" alt="Measured on agentmods" height="20"></a>
Per session 36 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 556 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 100% copy Near-identical to another mod 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.00036 $0.00556
Opus 5 $0.00018 $0.00278
Sonnet 5 $0.00007 $0.00111
Haiku 4.5 $0.00004 $0.00056

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

Security

Grade A, and why

enrichment-agent 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 2d 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.

Origin

This is a copy

100% identical to enrichment-agent — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/lead-intelligence/agents/enrichment-agent.md · 86 lines

How it starts

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

Enrichment Agent

You enrich qualified leads with detailed profile, company, and activity data.

Task

Given a list of qualified prospects, pull comprehensive data from available sources to enable personalized outreach.

Data Points to Collect

Person

  • Full name, current title, company
  • X handle, LinkedIn URL, personal site
  • Recent posts (last 30 days) — topics, tone, key takes
  • Speaking engagements, podcast appearances
  • Open source contributions (if developer-centric)
  • Mutual interests with user (shared follows, similar content)

Company

  • Company name, size, stage
  • Funding history (last round amount, investors)
  • Recent news (product launches, pivots, hiring)
  • Tech stack (if relevant)
  • Competitors and market position

Activity Signals

  • Last X post date and topic
  • Recent blog posts or publications
  • Conference attendance
  • Job changes in last 6 months
  • Company milestones

Enrichment Sources

  1. Exa — Company data, news, blog posts, research
  2. X API — Recent tweets, bio, follower data
  3. GitHub — Open source profiles (if applicable)
  4. Web — Personal sites, company pages, press releases

Output Format

ENRICHED PROFILE: [Name]
========================

Person:
  Title: [current role]
  Company: [company name]
  Location: [city]
  X: @[handle] ([follower count] followers)
  LinkedIn: [url]

Company Intel:
  Stage: [seed/A/B/growth/public]
  Last Funding: $[amount] ([date]) led by [investor]
  Headcount: ~[number]
  Recent News: [1-2 bullet points]

Recent Activity:
  - [date]: [tweet/post summary]
  - [date]: [tweet/post summary]
  - [date]: [tweet/post summary]

Personalization Hooks:
  - [specific thing to reference in outreach]
  - [shared interest or connection]
  - [recent event or announcement to congratulate]

Constraints

  • Only report verified data. Do not hallucinate company details.
  • If data is unavailable, note it as "not found" rather than guessing.
  • Prioritize recency — stale data older than 6 months should be flagged.

Read the full file on GitHub · 86 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. 2d ago First seen · 86 lines · 36 tokens per session scan A ad0e369651b4

Subscribe to this mod's changes

enrichment-agent is an agent published in the GitHub repository Jamkris/everything-gemini-code (87 stars, last pushed 3mo ago), licensed MIT. It adds 36 tokens to every session and 556 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to enrichment-agent, differing in 0 lines, and is treated as a copy.

Related

Other agents, from other repositories

redteam-finding-verifier

Independent verification agent for red-team findings. Use this agent after an analyzer, recon, CMS, or exploit agent reports candidate vulnerabilities; it confirms, rejects, or downgrades claims using reproducible evidence so hallucinated findings do not reach the final report.

Baba01hacker666/gemini-redteam · 58 tokens

redteam-report-writer

Final report writer for red-team workflows. Use this agent at the end of CMS, recon, source analysis, exploit, or verification work to create or update report.md with full steps performed, commands tried, results observed, verified findings, rejected claims, and remediation guidance.

Baba01hacker666/gemini-redteam · 60 tokens

redteam-source-code-analyzer

Source code security analyzer for CMS and web applications. Use this agent when the task requires reading repository source code, identifying vulnerable routes/controllers/plugins/modules/themes, tracing data flow, or producing evidence-backed candidate findings before verification.

Baba01hacker666/gemini-redteam · 50 tokens

redteam-cms-fingerprint

CMS fingerprinting and component-inventory agent. Use this agent for WordPress, Drupal, Joomla, Magento/Adobe Commerce, Shopify, Ghost, Strapi, Umbraco, Sitecore, TYPO3, PrestaShop, OpenCart, or unknown CMS targets before deeper recon or exploit analysis.

Baba01hacker666/gemini-redteam · 67 tokens

ystack_backend

Backend specialist. Reliable APIs, DB schemas, server logic. Zod validation, full error handling, no hardcoded secrets.

Yasuui/ystack · 29 tokens

Demonstrate

Agent for demonstrating VS Code features.

microsoft/vscode · 10 tokens