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 agentmods add skills/m-binimran/design-pack/asset-exportnpx skills add m-binimran/design-pack --skill asset-exportgit clone --depth 1 https://github.com/m-binimran/design-packWrote 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/m-binimran/design-pack/asset-export)<a href="https://agentmods.dev/skills/m-binimran/design-pack/asset-export"><img src="https://agentmods.dev/badge/skills/m-binimran/design-pack/asset-export.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.00041 | $0.00325 |
| Opus 5 | $0.00020 | $0.00162 |
| Sonnet 5 | $0.00008 | $0.00065 |
| Haiku 4.5 | $0.00004 | $0.00032 |
Grade A, and why
asset-export 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 5d 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.
What it actually says
asset-export
Deliverables that drop straight into production: correct format, size, name, and weight.
Process
- Map each asset to its use: logo -> SVG (+ PNG fallback); icons -> SVG; raster -> WebP/AVIF or optimized PNG/JPG; print -> PDF/CMYK with bleed; video -> MP4/WebM.
- Densities: @1x/@2x/@3x for raster UI assets; responsive sizes for web heroes.
- Name lowercase kebab-case with density suffix (
[email protected]) - theasset-naming-guardhook checks. - Optimize: compress, strip metadata bloat; keep heroes lean (don't ship 8MB images).
- Colour profile: sRGB for screen, CMYK for print; embed where needed.
- Manifest: list file -> format -> size -> source -> license (
templates/ASSET-MANIFEST.md).
Output
- The export spec / manifest (file, format, dimensions, density, profile, optimization, license) ready for handoff.
Guardrails
- Lowercase kebab-case names; right format per use; optimized weights.
- Don't embed big binaries in text or commit large exports to git (the
large-asset-guardhook).
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.
- 5d ago First seen · 25 lines · 41 tokens per session scan A 565cf8f2e5c4
asset-export is a skill published in the GitHub repository m-binimran/design-pack (3 stars, last pushed 2mo ago), licensed MIT. It adds 41 tokens to every session and 325 once invoked, about $0.0002 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 skills, from other repositories
llamaindex
Data framework for building LLM applications with RAG. Specializes in document ingestion (300+ connectors), indexing, and querying. Features vector indices, query engines, agents, and multi-modal support. Use for document Q&A, chatbots, knowledge retrieval, or building RAG pipelines. Best for data-centric LLM…
prepare-mcp-integration
Prepare MCP/vendor integrations through cited research, a content PR, exact-revision human approval, and one governed Paperclip connector PR per approved connection. Use for new integration research and delivery; not for ad hoc connector coding that bypasses the playbooks.
agent-builder
Draft new agents and attach scheduled automations to them. Depth-1 cap; drafts only — a human must publish via the UI.
swarmclaw
AI agent runtime and multi-agent orchestration platform. Teaches agents how to use SwarmClaw's 6 primitive tools, persistent memory, dreaming, delegation, connectors, credentials, and the skill system. Use when an agent is running on SwarmClaw and needs to understand the platform's capabilities.
llamaindex
Data framework for building LLM applications with RAG. Specializes in document ingestion (300+ connectors), indexing, and querying. Features vector indices, query engines, agents, and multi-modal support. Use for document Q&A, chatbots, knowledge retrieval, or building RAG pipelines. Best for data-centric LLM…
llamaindex
Data framework for building LLM applications with RAG. Specializes in document ingestion (300+ connectors), indexing, and querying. Features vector indices, query engines, agents, and multi-modal support. Use for document Q&A, chatbots, knowledge retrieval, or building RAG pipelines. Best for data-centric LLM…