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.
npx skills add jSydorowicz21/Universal-AI-Infrustructure --skill parsergit clone --depth 1 https://github.com/jSydorowicz21/Universal-AI-InfrustructureWrote 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/skills/jsydorowicz21/universal-ai-infrustructure/parser)<a href="https://agentmods.dev/skills/jsydorowicz21/universal-ai-infrustructure/parser"><img src="https://agentmods.dev/badge/skills/jsydorowicz21/universal-ai-infrustructure/parser/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.
<a href="https://agentmods.dev/skills/jsydorowicz21/universal-ai-infrustructure/parser"><img src="https://agentmods.dev/badge/skills/jsydorowicz21/universal-ai-infrustructure/parser.svg" alt="Reviewed on agentmods" width="80" 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.00075 | $0.00980 |
| Opus 5 | $0.00037 | $0.00490 |
| Sonnet 5 | $0.00015 | $0.00196 |
| Haiku 4.5 | $0.00007 | $0.00098 |
Grade A, and why
Parser 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 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -s -X POST http://localhost:8888/notify \ The source is not reproduced here
A licence we could not identify
The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.
What ships with it
29 files 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.
- entity-index.json 134 B
- EntitySystem.md 2.9 KB
- Lib/parser.ts 8.8 KB runs code
- Lib/validators.ts 13 KB runs code
- Prompts/entity-extraction.md 5.5 KB
- Prompts/link-analysis.md 8.3 KB
- Prompts/summarization.md 7.2 KB
- Prompts/topic-classification.md 7.2 KB
- README.md 7.3 KB
- Schema/content-schema.json 17 KB
- Schema/schema.ts 4.7 KB runs code
- Tests/fixtures/example-output.json 7.5 KB
- Utils/collision-detection.ts 8.2 KB runs code
- Web/debug.html 1.2 KB
- Web/index.html 2.4 KB
- Web/parser.js 19 KB runs code
- Web/README.md 4.2 KB
- Web/simple-test.html 1.9 KB
- Web/styles.css 9.0 KB
- Workflows/BatchEntityExtractionGemini3.md 21 KB
- Workflows/CollisionDetection.md 8.0 KB
- Workflows/DetectContentType.md 7.0 KB
- Workflows/ExtractArticle.md 11 KB
- Workflows/ExtractBrowserExtension.md 7.9 KB
- Workflows/ExtractNewsletter.md 7.9 KB
- Workflows/ExtractPdf.md 7.9 KB
- Workflows/ExtractTwitter.md 10.0 KB
- Workflows/ExtractYoutube.md 9.2 KB
- Workflows/ParseContent.md 11 KB
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.
- 9d ago First seen · 125 lines · 75 tokens per session scan A c4651f70ab9a
Parser is a skill published in the GitHub repository jSydorowicz21/Universal-AI-Infrustructure (2 stars, last pushed 12d ago), with no licence file. It adds 75 tokens to every session and 980 once invoked, about $0.0004 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-09-03.
Other skills, from other repositories
create-pdf
Generate a polished, printable PDF — reports, letters, invoices, resumes, one-pagers. Use when the user wants a PDF document. Typst is the primary engine; LaTeX (tectonic) is the fallback for niche packages or specific academic/journal templates.
foundry-hosted-agent-validation
Step-by-step process for validating a Python Foundry hosted agent sample (under python/samples/04-hosting/foundry-hosted-agents/) end to end — running it locally (native runtime and azd ai agent run) and after deploying it to an Azure AI Foundry project with azd. Use this when asked to validate a hosted agent sample.
skill-doc-delivery
Convert markdown to DOCX, PPTX, XLSX, PDF office documents — use when you need exportable deliverables.
document-direct-python
Use direct Python execution for reliable document creation including spreadsheets, PDFs, and structured reports.
pdf-text-extraction-fallback-85d5ca
Fallback workflow for extracting text from PDFs when readfile returns binary data.
pdf-verification-cli
Verify PDF page count and content using command-line tools when Python libraries unavailable.