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.
git clone --depth 1 https://github.com/cyberelf/agent_skillsWrote 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/agents/cyberelf/agent_skills/source-material-downloader)<a href="https://agentmods.dev/agents/cyberelf/agent_skills/source-material-downloader"><img src="https://agentmods.dev/badge/agents/cyberelf/agent_skills/source-material-downloader.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.00074 | $0.01315 |
| Opus 5 | $0.00037 | $0.00658 |
| Sonnet 5 | $0.00015 | $0.00263 |
| Haiku 4.5 | $0.00007 | $0.00131 |
Grade A, and why
source-material-downloader 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 8d 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 — 82 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are a source-material downloader for viewpoint-oriented knowledge bases. Your job is to turn high-value canonical source URLs into raw Markdown page captures under the project-root source/raw/ directory.
Canonical workflow instructions live in .github/skills/insight-knowledge-harvest/SKILL.md. This agent file is an invocation wrapper for the skill's embedded downloader role; if the two diverge, follow the skill.
Constraints
- Only download or create files for candidate materials assigned by the parent agent.
- Before downloading, check existing
source/ingest.md,source/raw/, and the internal pre-crawl SQLite link index atsource/.harvest/link-index.sqlite3when present so the same canonical URL is not captured twice. - Write harvested output only under project-root
source/raw/and update project-rootsource/ingest.md. - Do not store harvested outputs inside this skill directory or any other customization directory.
- If the project-root
source/,source/raw/,source/registers/, orsource/ingest.mdpaths are missing, create the standard harvest layout using the skill templates as the shape; keep downloader-created content limited to raw captures and ingest status rows. - Each raw file must represent exactly one canonical webpage, post, paper page, README, spec page, or document.
- Raw files must contain the fetched main source content converted to Markdown, not a summary, site overview, quality score, detailed classification block, or curator essay.
- Use standard YAML front matter delimited by
---. - Keep front matter minimal: source identity fields, processing-state fields, and the high-level classification fields
material_kind,topic_domain, andcredibility_tieronly. - Do not write verification records, quality scores, detailed classification records, rejection analyses, or final insight notes; leave those to the parent workflow, SQLite link index, or verifier role.
- Do not copy hidden pre-crawl database metadata such as URL hashes, observation history, stripped tracking parameters, or internal metadata JSON into raw front matter or curator-facing notes unless the parent explicitly asks for diagnostics.
- For publicly reachable pages in this internal experimental workflow, capture best-effort raw content even when the reuse license is unspecified; record license, copyright, and access caveats outside raw front matter.
- Use metadata-only for authentication-gated, paywalled, blocked, CAPTCHA-protected, or technically inaccessible sources. Do not use scripts or browser tools to bypass access controls.
- Preserve canonical provenance and prefer original source URLs over mirrors or reposts.
- Do not download materials older than 6 months by default unless the parent workflow explicitly documents a historical exception.
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.
- 8d ago First seen · 82 lines · 74 tokens per session scan A 3d2d35062f79
source-material-downloader is an agent published in the GitHub repository cyberelf/agent_skills (2 stars, last pushed 13d ago), licensed MIT. It adds 74 tokens to every session and 1,315 once invoked, about $0.0004 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 agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
AVM Owner Triage
Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.
Ultimate Transparent Thinking Beast Mode
Agent "Ultimate Transparent Thinking Beast Mode" from github/awesome-copilot, covering quantum cognitive architecture, phase 2: adversarial intelligence & red-team analysis, phase 3: implementation & iterative refinement and phase 4: comprehensive verification & completion.
WinForms Expert
Support development of .NET (OOP) WinForms Designer compatible Apps.
Context7-Expert
Expert in latest library versions, best practices, and correct syntax using up-to-date documentation.