Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/OpenLinkSoftware/ai-agent-skillsnpx agentmods add skills/openlinksoftware/ai-agent-skills/rdf-infographic-skillWrote 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/openlinksoftware/ai-agent-skills/rdf-infographic-skill)<a href="https://agentmods.dev/skills/openlinksoftware/ai-agent-skills/rdf-infographic-skill"><img src="https://agentmods.dev/badge/skills/openlinksoftware/ai-agent-skills/rdf-infographic-skill/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/openlinksoftware/ai-agent-skills/rdf-infographic-skill"><img src="https://agentmods.dev/badge/skills/openlinksoftware/ai-agent-skills/rdf-infographic-skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 6 findings, up to high
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- high Memory Poisoning · line 68 Skill manipulates agent memory, state, or stored context. Memory corruption can alter personality, override safety rules, or cause unpredictable behavior.Fix: Protect agent memory and state from modification by untrusted content. Use read-only memory for critical instructions and validate all state changes.
- high Prompt Injection · line 1002 Hidden instructions were detected in comments or invisible text. These could contain malicious directives. Manual review is recommended.Fix: Audit all comments and invisible characters. Remove any instructions that direct the agent to perform unauthorized actions. Use plain, reviewable content.
- high Prompt Injection · line 1184 Hidden instructions were detected in comments or invisible text. These could contain malicious directives. Manual review is recommended.Fix: Audit all comments and invisible characters. Remove any instructions that direct the agent to perform unauthorized actions. Use plain, reviewable content.
- medium Excessive Agency · line 90 Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
- medium Excessive Agency · line 272 Skill allows unbounded resource consumption (API calls, storage, compute). Without rate limits or quotas, a compromised or misbehaving agent can cause denial-of-service or cost overruns.Fix: Set explicit rate limits, timeouts, and resource quotas for API calls, file operations, and compute. Implement circuit breakers for runaway loops.
- low Excessive Agency · line 927 Skill's behavior or capabilities extend beyond its stated purpose. Scope creep allows an agent to perform actions unrelated to its documented functionality, increasing the attack surface.Fix: Limit the skill's scope to its documented purpose. Remove instructions that enable the agent to perform actions outside its stated functionality.
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.00103 | $0.25811 |
| Opus 5 | $0.00051 | $0.12906 |
| Sonnet 5 | $0.00021 | $0.05162 |
| Haiku 4.5 | $0.00010 | $0.02581 |
Grade A, and why
rdf-infographic-skill 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 12d 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 — 1,289 lines — stays where its author put it; the contents beside it link to each section on GitHub.
RDF-based HTML and Markdown Infographic Generation Skill
Operating Modality — Read This First
You are a modern UI/UX expert, visual-communications designer, and storyteller for the duration of any task that uses this skill. This is not a mode you switch into on request — it is your identity when this skill is active.
What this means in practice:
- Design intent before implementation — before writing a single line of HTML or CSS, decide the visual hierarchy, colour system, spacing rhythm, and interaction model. The spec constrains what must be present; your design judgment determines how it looks and feels.
- Narrative intent before layout — define the reader's starting question, central contrast, evidence sequence, decisive insight, and exploration or action surface. Every section must advance that story rather than merely display another card.
- Evidence-led visual communication — choose tables for exact comparisons, flows for sequence and causality, diagrams for architecture, charts for quantitative patterns, and prose for interpretation. Prefer RDF-derived figures and live query results over decorative visuals.
- Live-query storytelling — when SPARQL can expose, compare, or test the document's claims, make live query execution a first-class explanatory interaction in the narrative, with clear prompts, expected reading, provenance, and graceful failure states.
- Colour token discipline — use
--accent(blue) exclusively for resolver entity links;--accent2(purple) only for counter badges and icon backgrounds;--accent3(green) for positive/success states. Never use accent colours interchangeably. - Typography as information architecture — heading sizes, weights, and spacing should communicate hierarchy, not just label sections. Section subtitles in
--mutedreduce visual noise so entity links in--accentstand out. - Node label geometry — KG Explorer node labels belong below the circle (
y = r + 11), never inside it. Text width at any readable font size exceeds a small circle diameter. Usepaint-order: strokewithstroke: var(--bg)for contrast on any background. - Interaction consistency — hover states, focus rings, active states, and transition durations must be consistent across cards, accordions, buttons, and graph elements. A component that behaves differently from its siblings is a design defect.
- First-pass quality — the goal is zero aesthetic corrections from the user. Read the full harness contract and the KG Explorer Non-Negotiables below before writing any code, then build to that bar on the first attempt.
What ships with it
60 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.
- assets/html-template.html 39 KB
- assets/templates/competitive-analysis-head-to-head-claude_sonnet_4_6.html 114 KB
- assets/templates/gartner-da-london-2026-claude-sonnet4-dashboard.html 112 KB
- assets/templates/kg-explorer-reference.html 4.3 KB
- assets/templates/semantic-medallion-editorial-technical.html 95 KB
- assets/templates/spec-sheet-editorial-essay-claude_sonnet_5.html 771 KB
- assets/templates/thesis-framework-harness-styled-claude_sonnet_5.html 232 KB
- assets/templates/thesis-framework-openlink-brand-claude_opus_5.html 442 KB
- references/design-patterns.md 13 KB
- references/editorial-enhancement-module.md 11 KB
- references/rdf-formats.md 8.9 KB
- references/rdf-to-d3-parser.md 6.1 KB
- references/technical-guide.md 16 KB
- references/template-options.md 33 KB
- scripts/generate_infographic.py 3.8 KB runs code
- scripts/generate_infographic.ts 3.3 KB runs code
- scripts/html_assembler.py 48 KB runs code
- scripts/html_assembler.ts 19 KB runs code
- scripts/node_modules/.bin/esbuild 22 B
- scripts/node_modules/.bin/tsc 21 B
- scripts/node_modules/.bin/tsserver 26 B
- scripts/node_modules/.bin/tsx 19 B
- scripts/node_modules/.package-lock.json 9.8 KB
- scripts/node_modules/@esbuild/darwin-arm64/bin/esbuild 10326 KB
- scripts/node_modules/@esbuild/darwin-arm64/package.json 382 B
- scripts/node_modules/@esbuild/darwin-arm64/README.md 145 B
- scripts/node_modules/@rdfjs/types/data-model.d.ts 8.7 KB runs code
- scripts/node_modules/@rdfjs/types/dataset.d.ts 7.9 KB runs code
- scripts/node_modules/@rdfjs/types/index.d.ts 160 B runs code
- scripts/node_modules/@rdfjs/types/LICENSE 1.1 KB
- scripts/node_modules/@rdfjs/types/package.json 973 B
- scripts/node_modules/@rdfjs/types/query.d.ts 130 B runs code
- scripts/node_modules/@rdfjs/types/query/common.d.ts 10 KB runs code
- scripts/node_modules/@rdfjs/types/query/queryable.d.ts 5.4 KB runs code
- scripts/node_modules/@rdfjs/types/README.md 2.0 KB
- scripts/node_modules/@rdfjs/types/stream.d.ts 4.2 KB runs code
- scripts/node_modules/@types/n3/index.d.ts 15 KB runs code
- scripts/node_modules/@types/n3/LICENSE 1.1 KB
- scripts/node_modules/@types/n3/package.json 1.6 KB
- scripts/node_modules/@types/n3/README.md 799 B
- scripts/node_modules/@types/node/assert.d.ts 39 KB runs code
- scripts/node_modules/@types/node/assert/strict.d.ts 1.4 KB runs code
- scripts/node_modules/@types/node/async_hooks.d.ts 29 KB runs code
- scripts/node_modules/@types/node/buffer.buffer.d.ts 22 KB runs code
- scripts/node_modules/@types/node/buffer.d.ts 79 KB runs code
- scripts/node_modules/@types/node/child_process.d.ts 59 KB runs code
- scripts/node_modules/@types/node/cluster.d.ts 19 KB runs code
- scripts/node_modules/@types/node/compatibility/iterators.d.ts 1.3 KB runs code
- scripts/node_modules/@types/node/console.d.ts 4.2 KB runs code
- scripts/node_modules/@types/node/constants.d.ts 491 B runs code
- scripts/node_modules/@types/node/crypto.d.ts 168 KB runs code
- scripts/node_modules/@types/node/dgram.d.ts 24 KB runs code
- scripts/node_modules/@types/node/diagnostics_channel.d.ts 23 KB runs code
- scripts/node_modules/@types/node/dns.d.ts 34 KB runs code
- scripts/node_modules/@types/node/dns/promises.d.ts 20 KB runs code
- scripts/node_modules/@types/node/domain.d.ts 6.4 KB runs code
- scripts/node_modules/@types/node/events.d.ts 46 KB runs code
- scripts/node_modules/@types/node/fs.d.ts 196 KB runs code
- scripts/node_modules/@types/node/fs/promises.d.ts 61 KB runs code
- scripts/node_modules/@types/node/globals.d.ts 5.0 KB runs code
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.
- 12d ago First seen · 1,289 lines · 103 tokens per session scan A 9fd799a51b17
rdf-infographic-skill is a skill published in the GitHub repository OpenLinkSoftware/ai-agent-skills (38 stars, last pushed yesterday), licensed MIT. It adds 103 tokens to every session and 25,811 once invoked, about $0.0005 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.
Other skills, from other repositories
stable-diffusion
Text-to-image generation, inpainting, and img2img.
huggingface-lora-space-builder
Build and publish a Gradio demo on Hugging Face Spaces for a user-provided LoRA. Use when someone asks to create, generate, ship, or publish a Space, demo, Gradio app, or playground for a LoRA — including LoRAs for Qwen-Image, Qwen-Image-Edit, LTX-Video, Wan, FLUX, SDXL, or other diffusion base models. Also triggers…
baoyu-danger-gemini-web
Generates images and text via reverse-engineered Gemini Web API. Supports text generation, image generation from prompts, reference images for vision input, and multi-turn conversations. Use when other skills need image generation backend, or when user requests "generate image with Gemini", "Gemini text generation"…
sandbase
Access 2,000+ AI models and API tools through one MCP interface for inference, media generation, search, scraping, embeddings, social data, and structured retrieval. Use sandbasediscover before building custom integrations or declaring external data inaccessible; prefer an existing dedicated tool or API key when the…
seedance-vocab-en
This skill should be used when an English Seedance 2.0 prompt needs clearer production wording, less generic prose, or precise vocabulary for camera, lighting, motion, VFX, audio, and constraints. Route blocked prompts through seedance-filter for context and boundary review.
seedance-antislop
This skill should be used when a Seedance 2.0 prompt contains generic AI filler, hollow superlatives, vague cinematic language, bloated adjectives, weak verbs, or needs sharper production-specific wording.