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/YousefNabil-SOC/claude-apexnpx agentmods add skills/yousefnabil-soc/claude-apex/fireworks-tech-graphWrote 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/yousefnabil-soc/claude-apex/fireworks-tech-graph)<a href="https://agentmods.dev/skills/yousefnabil-soc/claude-apex/fireworks-tech-graph"><img src="https://agentmods.dev/badge/skills/yousefnabil-soc/claude-apex/fireworks-tech-graph/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/yousefnabil-soc/claude-apex/fireworks-tech-graph"><img src="https://agentmods.dev/badge/skills/yousefnabil-soc/claude-apex/fireworks-tech-graph.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.00105 | $0.05265 |
| Opus 5 | $0.00053 | $0.02632 |
| Sonnet 5 | $0.00021 | $0.01053 |
| Haiku 4.5 | $0.00011 | $0.00526 |
Grade A, and why
fireworks-tech-graph 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.
This is a copy
84% identical to fireworks-tech-graph — 169 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.
How it starts
The opening of the file, as written. The whole thing — 434 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Fireworks Tech Graph
Generate production-quality SVG technical diagrams exported as PNG via rsvg-convert.
Install Source
Install this skill from GitHub:
npx skills add yizhiyanhua-ai/fireworks-tech-graph
Public package page:
https://www.npmjs.com/package/@yizhiyanhua-ai/fireworks-tech-graph
Do not pass @yizhiyanhua-ai/fireworks-tech-graph directly to skills add, because the CLI expects a GitHub or local repository source.
Update command:
npx skills add yizhiyanhua-ai/fireworks-tech-graph --force -g -y
Helper Scripts (Recommended)
Four helper scripts in scripts/ directory provide stable SVG generation and validation:
1. generate-diagram.sh - Validate SVG + export PNG
./scripts/generate-diagram.sh -t architecture -s 1 -o ./output/arch.svg
- Validates an existing SVG file
- Exports PNG after validation
- Example:
./scripts/generate-diagram.sh -t architecture -s 1 -o ./output/arch.svg
2. generate-from-template.py - Create starter SVG from template
python3 ./scripts/generate-from-template.py architecture ./output/arch.svg '{"title":"My Diagram","nodes":[],"arrows":[]}'
- Loads a built-in SVG template
- Renders nodes, arrows, and legend entries from JSON input
- Escapes text content to keep output XML-valid
3. validate-svg.sh - Validate SVG syntax
./scripts/validate-svg.sh <svg-file>
- Checks XML syntax
- Verifies tag balance
- Validates marker references
- Checks attribute completeness
- Validates path data
4. test-all-styles.sh - Batch test all styles
./scripts/test-all-styles.sh
- Tests multiple diagram sizes
- Validates all generated SVGs
- Generates test report
When to use scripts:
- Use scripts when generating complex SVGs to avoid syntax errors
- Scripts provide automatic validation and error reporting
- Recommended for production diagrams
When to generate SVG directly:
- Simple diagrams with few elements
- Quick prototypes
- When you need full control over SVG structure
What ships with it
40 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.
- .gitignore 320 B
- .npmignore 140 B
- agentloop-core.svg 5.8 KB
- agents/openai.yaml 235 B
- fixtures/agent-memory-types-style4.json 4.5 KB
- fixtures/api-flow-style7.json 3.3 KB
- fixtures/mem0-style1.json 7.8 KB
- fixtures/microservices-style3.json 5.2 KB
- fixtures/multi-agent-style5.json 3.9 KB
- fixtures/system-architecture-style6.json 4.1 KB
- fixtures/tool-call-style2.json 4.8 KB
- LICENSE 1.1 KB
- package.json 1020 B
- README.md 21 KB
- README.zh.md 20 KB
- references/icons.md 14 KB
- references/style-1-flat-icon.md 3.0 KB
- references/style-2-dark-terminal.md 2.7 KB
- references/style-3-blueprint.md 3.1 KB
- references/style-4-notion-clean.md 2.6 KB
- references/style-5-glassmorphism.md 3.5 KB
- references/style-6-claude-official.md 6.6 KB
- references/style-7-openai.md 6.5 KB
- references/style-diagram-matrix.md 6.1 KB
- references/svg-layout-best-practices.md 3.8 KB
- scripts/generate-diagram.sh 4.1 KB runs code
- scripts/generate-from-template.py 62 KB runs code
- scripts/README.md 6.0 KB
- scripts/test-all-styles.sh 4.0 KB runs code
- scripts/validate-svg.sh 8.3 KB runs code
- templates/agent-architecture.svg 1.3 KB
- templates/architecture.svg 1.0 KB
- templates/comparison-matrix.svg 612 B
- templates/data-flow.svg 1.3 KB
- templates/er-diagram.svg 1003 B
- templates/flowchart.svg 860 B
- templates/sequence.svg 856 B
- templates/state-machine.svg 846 B
- templates/timeline.svg 832 B
- templates/use-case.svg 947 B
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 · 434 lines · 105 tokens per session scan A 34cd014bbebe
fireworks-tech-graph is a skill published in the GitHub repository YousefNabil-SOC/claude-apex (2 stars, last pushed 3mo ago), licensed MIT. It adds 105 tokens to every session and 5,265 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. It is 84% identical to fireworks-tech-graph, differing in 169 lines, and is treated as a copy.
Other skills, from other repositories
brand-identity
Brand strategy and identity design for businesses and products. Use when creating brand guidelines, developing visual identity systems, or defining brand positioning.
graphic-design
Professional graphic design principles for digital and print media. Use when creating visual designs, choosing color palettes, typography, layouts, or providing design feedback.
static-page-stack
SOTA stack recommendations for elegant, controlled, semantic static HTML pages — dashboards, post-mortems, technical-investigation reports.
generic-react-ux-designer
Professional UI/UX design expertise for React applications. Covers design thinking, user psychology (Hick's/Fitts's/Jakob's Law), visual hierarchy, interaction patterns, accessibility, performance-driven design, and design critique. Use when designing features, improving UX, solving user problems, or conducting design…
frontend-enhancer
This skill should be used when enhancing the visual design and aesthetics of web applications. It provides modern UI components, design patterns, color palettes, animations, and layout templates. REQUIRES ui-research skill first. Use this skill for tasks like improving styling, creating responsive designs…
generic-design-system
Complete design system reference for any project - colors, typography, spacing, components, animations. Adapts to project theme and tech stack. Use when implementing UI, choosing colors, creating animations, or ensuring brand consistency. For new design systems, use ui-research skill first.