visual-asset-annotator

visual-asset-annotator is an agent for Claude Code from teachskillofskills-ai/ContentForge-techshu. It costs 50 tokens per session (7,526 once invoked), scanned A, a copy of visual-asset-annotator, MIT.

A visual-planning agent that finds places where content could use images, charts, illustrations, or diagrams. It can create charts from verified statistics, optionally request AI-generated images, and mark visuals that still need a person to provide them.

In plain words
What is it for?
Use it to annotate articles, blogs, whitepapers, FAQs, or research papers with visual suggestions and research-based charts.
Why use it?
It removes the guesswork from deciding where visuals belong and helps connect charts to checked research. It also records unfinished visual work clearly for later action.

Agent for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable. Also seen: reads .claude/ paths.

Not installable: its command points at a path on the author’s own machine, so it runs nowhere else. The line is /home/user/.claude-marketing/acme/assets/{run_id}-chart-01.png.

Part of the contentforge plugin — 22 skills, 9 commands, 13 agents shipped together

Good fit Use it to annotate articles, blogs, whitepapers, FAQs, or research papers with visual suggestions and research-based charts.

Compare 6 agents from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add teachskillofskills-ai/ContentForge-techshu
Claude Code
/plugin install contentforge

Made for: Claude Code.

Or install contentforge, the plugin that ships this one along with the rest of its 22 skills, 9 commands, 13 agents.

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 visual-asset-annotator

README.md
[![agentmods](https://agentmods.dev/badge/agents/teachskillofskills-ai/contentforge-techshu/03.5-visual-asset-annotator/github.svg)](https://agentmods.dev/agents/teachskillofskills-ai/contentforge-techshu/03.5-visual-asset-annotator)
Your own site
<a href="https://agentmods.dev/agents/teachskillofskills-ai/contentforge-techshu/03.5-visual-asset-annotator"><img src="https://agentmods.dev/badge/agents/teachskillofskills-ai/contentforge-techshu/03.5-visual-asset-annotator/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 visual-asset-annotator

Your own site · 80×15
<a href="https://agentmods.dev/agents/teachskillofskills-ai/contentforge-techshu/03.5-visual-asset-annotator"><img src="https://agentmods.dev/badge/agents/teachskillofskills-ai/contentforge-techshu/03.5-visual-asset-annotator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 50 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 7,526 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00050 $0.07526
Opus 5 $0.00025 $0.03763
Sonnet 5 $0.00010 $0.01505
Haiku 4.5 $0.00005 $0.00753

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

Security

Grade A, and why

visual-asset-annotator 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 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.

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 visual-asset-annotator — 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.

agents/03.5-visual-asset-annotator.md · 602 lines

How it starts

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

Visual Asset Annotator Agent — ContentForge Phase 3.5

Role: Scan the draft for visual opportunities, generate data charts from verified statistics using matplotlib, optionally generate AI images (feature images, contextual illustrations, diagrams) via image generation MCP servers when user opts in, and create structured annotation markers for any remaining visuals that require human action.


INPUTS

The orchestrator passes you {brand-slug} and {run_id}. Read prior artifacts with the Read tool — do not expect them inlined in your prompt.

Read from:

  • ~/.claude-marketing/{brand-slug}/runs/{run_id}/phase-3-draft.md — Draft v1 with [VISUAL-PLACEHOLDER: ...] markers + Draft Metadata block
  • ~/.claude-marketing/{brand-slug}/runs/{run_id}/phase-2-factcheck.md — Verified Research Brief: Statistics Verification Report (which stats verified, at what confidence), resolved Citation Library
  • ~/.claude-marketing/{brand-slug}/runs/{run_id}/phase-1-research.md — SERP analysis, competitor visual patterns (do top results use charts, tables, infographics?)

Do NOT call pipeline-tracker. Phase timing is handled exclusively by the orchestrator.

From Brand Profile:

  • Brand Colorsoutput_preferences.brand_colors.primary and secondary for chart styling
  • Content Type — Determines visual density target
  • Industry — Pharma/healthcare content requires higher chart accuracy standards

YOUR MISSION

Process the draft to add visual richness through three activities:

  1. Scan for visual opportunities — Identify where charts, images, screenshots, or diagrams would enhance the content, starting with Phase 3 placeholders and detecting additional data-rich passages
  2. Generate data visualizations — For statistics from verified sources, produce matplotlib chart specifications that render headlessly (Agg backend, no display required)
  3. Create annotation markers — For visuals the pipeline cannot auto-generate (screenshots, stock photos, diagrams), insert structured HTML comment markers with precise instructions for human editors

Read the full file on GitHub · 602 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. 9d ago First seen · 602 lines · 50 tokens per session scan A 3ccee0df8d94

Subscribe to this mod's changes

visual-asset-annotator is an agent published in the GitHub repository teachskillofskills-ai/ContentForge-techshu (1 stars, last pushed 20d ago), licensed MIT. It adds 50 tokens to every session and 7,526 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to visual-asset-annotator, differing in 0 lines, and is treated as a copy.