crawl-fetch-ingest

crawl-fetch-ingest is a skill for Claude Code, Codex from lossless-group/lossless-agent-skills. It costs 313 tokens per session (6,728 once invoked), scanned A, original, MIT.

A workflow for collecting team and portfolio-company information for a venture-capital firm. Venture capital (VC) firms invest in companies, and the workflow turns a firm website or presentation PDF into structured Markdown records with people, companies, and brand assets.

In plain words
What is it for?
Use it to prepare data for redesigned presentations, investment memos, fund one-pagers, or websites, including second- and third-level research from investors to portfolio companies and executives.
Why use it?
It removes the need to manually find every person's title, headshot, company logo, and related link. It also supports following connections from a VC firm to its portfolio companies and their leaders.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: reads .claude/ paths.

Good fit Use it to prepare data for redesigned presentations, investment memos, fund one-pagers, or websites, including second- and third-level research from investors to portfolio companies and executives.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lossless-group/lossless-agent-skills/crawl-fetch-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 lossless-group/lossless-agent-skills --skill crawl-fetch-ingest
Clone the repo
git clone --depth 1 https://github.com/lossless-group/lossless-agent-skills

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 crawl-fetch-ingest

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/lossless-group/lossless-agent-skills/crawl-fetch-ingest"><img src="https://agentmods.dev/badge/skills/lossless-group/lossless-agent-skills/crawl-fetch-ingest.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 313 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,728 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00313 $0.06728
Opus 5 $0.00156 $0.03364
Sonnet 5 $0.00063 $0.01346
Haiku 4.5 $0.00031 $0.00673

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

Security

Grade A, and why

crawl-fetch-ingest scanned grade A 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 11d ago.

The scan reads SKILL.md. This mod also ships 8 executable files (scripts/bg-strip.sh, scripts/brandfetch.ts, scripts/favicon-hunt.sh, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

| **Bash + curl** | built-in | Downloading assets to disk | After you've resolved the asset URL. |
crawl-fetch-ingest/SKILL.md · 310 lines

How it starts

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

Crawl, Fetch, Ingest

Given a deck PDF and/or a firm URL, fill in the team and portfolio metadata so a designer can drop it into HTML/Tailwind/Reveal slides without hand-collecting every headshot, title, and logo.

When to use this skill

  • Recreating a VC firm's team / advisor / portfolio sections for a redesigned deck or web presentation
  • Filling team metadata for an investment memo, fund one-pager, or fundraise deck
  • Asset hunt: SVG logos, favicons, headshots, LinkedIn URLs for people who appear in a PDF or on a firm's site
  • Any "here's a PDF, give me a clean dataset of who's in it" task at the org/portfolio level
  • Any 2nd / 3rd-order crawl: VC firm → portfolio companies → those companies' CEOs
  • Credibility ingest for an operating company's fundraise — walk outward through its backers to make those firms legible to readers starting from near-zero context

Anchor types — two starting points, same cascade

The skill supports two starting anchors. Both are first-class. They share the same fetch cascade (Jina / Firecrawl / OpenGraph.io / Brandfetch / SVG-tier fallback / bg-strip) and the same schema. Only the entry point and stop condition differ.

Anchor: VC firm                        Anchor: Operating company
 → team                                  → list of backer firms
 → portfolio cos                         → for each backer:
   → portco CEOs                             → team
                                              → portfolio cos
                                          (stop — no portco CEOs)

Firm-anchored (the original walk): one VC firm is the root. Used when you're rebuilding a firm's own deck, memo, or website. See ## The four checkpoints below.

Company-anchored (credibility-card walk): one operating company is the root, and we walk outward through its named backers. Used when an operating company's deck/site needs to make its investor list legible to readers who don't know those firms. The traversal stops at the backers' portfolio companies — portco CEOs add no legibility at credibility-card distance. See routines/investor-credibility-ingest.md.

Read the full file on GitHub · 310 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. 11d ago First seen · 310 lines · 313 tokens per session scan A 9702063b9a55

Subscribe to this mod's changes

crawl-fetch-ingest is a skill published in the GitHub repository lossless-group/lossless-agent-skills (4 stars, last pushed 18d ago), licensed MIT. It adds 313 tokens to every session and 6,728 once invoked, about $0.0016 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

session-review

End-of-session adversarial review loop. Assemble the session's work into a role-assigned, self-contained brief, then run independent reviewers in parallel — an isolated code-reader (the idea-validator agent) that reads the ACTUAL files and web-checks technology currency, plus an external-family model if you have one …

awrshift/agent-memory-kit · 149 tokens

memory-audit

Audit MEMORY.md against the memory discipline — oversized sections, settled multi-session patterns that belong in knowledge/concepts/, stacked chronicle blocks, stale entries. Produces a move plan as a table for approval, then executes the approved moves atomically. Use when the SessionStart hook reports a tripped…

awrshift/agent-memory-kit · 119 tokens

second-opinion

Cross-check the agent's own answer with independent reviewers before bringing it to the user. Use when the user says 'second opinion', 'sanity check', 'cross-check', 'am I missing something', 'stress-test', 'devil's advocate', 'run a full review', 'this is important', 'high-stakes', 'help me choose between', 'critique…

awrshift/agent-memory-kit · 130 tokens

close-session

An end-of-session workflow that reviews new lessons, asks before promoting repeated patterns, refreshes memory files, and writes a handoff.

awrshift/agent-memory-kit · 64 tokens

next-cache-components

Next.js 16 Cache Components guidance. Use when refactoring React Server Components for performance, debugging Partial Prerendering (PPR) issues, or applying the use cache directive, cacheLife, cacheTag, updateTag, and revalidateTag. Also use when deciding whether data should be static, cached, or dynamic, or when…

neverinfamous/memory-journal-mcp · 99 tokens

agents-sdk

Build AI agents on Cloudflare Workers using the Agents SDK or build Model Context Protocol (MCP) servers. Load when creating stateful agents, durable workflows, MCP servers, checking MCP schema/error responses, or reviewing MCP code quality. Covers Agent class, state management, callable RPC, Workflows integration…

neverinfamous/memory-journal-mcp · 95 tokens