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/immunefomo/fetchira/webuinpx skills add ImmuneFOMO/fetchira --skill webuigit clone --depth 1 https://github.com/ImmuneFOMO/fetchiraWhat 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 | $0.00051 | $0.00496 |
| Opus 5 | $0.00026 | $0.00248 |
| Sonnet 5 | $0.00010 | $0.00099 |
| Haiku 4.5 | $0.00005 | $0.00050 |
Grade A, and why
fetchira-design 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 2d 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
Read the readme.md file within this skill, and explore the other available files.
fetchira is a developer tool — a quota-aware router that fans web search / scrape /
research calls across many free-tier providers, used by AI coding agents. The dashboard
this system dresses is a local instrument panel (runs on 127.0.0.1): dark slate,
hairline edges, one electric-lime "fuel" accent, monospace numbers, mechanical motion.
If creating visual artifacts (slides, mocks, throwaway prototypes, etc), copy assets out
of assets/ and create static HTML files for the user to view. If working on production
code, copy assets and read the rules here to become an expert in designing with this brand.
Key files:
readme.md— full design guide: personality, voice, visual foundations, anti-slop rules.styles.css+tokens/— linkstyles.cssto inherit all CSS custom properties.components/— React primitives (Button, Badge, Card, StatusDot, QuotaMeter, ProviderCard, RouteLogLine, Input, Select, Tabs). Mount viawindow.FetchiraDesignSystem_6526dfafter loading_ds_bundle.js.ui_kits/dashboard/— the full router dashboard recreation (Overview / Accounts / Activity).guidelines/— foundation specimen cards.
Non-negotiables: Space Grotesk / Hanken Grotesk / JetBrains Mono (never Inter); no
gradients-as-fills; tight 5–7px radii; electric-lime accent with green/amber/red/grey
gauge semantics; mono tabular numbers; no emoji; lowercase provider nouns, Sentence-case
labels. The quota meter is the hero — lead with it.
If the user invokes this skill without any other guidance, ask them what they want to build or design, ask some questions, and act as an expert designer who outputs HTML artifacts or production code, depending on the need.
What ships with it
23 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.
- _ds_bundle.js 81 KB runs code
- assets/logo-mark.svg 801 B
- assets/logo-wordmark.svg 962 B
- readme.md 13 KB
- styles.css 552 B
- tokens/base.css 1.7 KB
- tokens/colors.css 2.5 KB
- tokens/effects.css 1.5 KB
- tokens/fonts.css 606 B
- tokens/spacing.css 961 B
- tokens/typography.css 1.6 KB
- ui_kits/dashboard/AccountsTab.jsx 24 KB
- ui_kits/dashboard/ActivityTab.jsx 14 KB
- ui_kits/dashboard/AddAccountModal.jsx 13 KB
- ui_kits/dashboard/data.js 5.9 KB runs code
- ui_kits/dashboard/GettingStarted.jsx 9.0 KB
- ui_kits/dashboard/index.html 13 KB
- ui_kits/dashboard/Onboarding.jsx 14 KB
- ui_kits/dashboard/OverviewTab.jsx 28 KB
- ui_kits/dashboard/TopBar.jsx 3.0 KB
- vendor/babel.min.js 3064 KB runs code
- vendor/react-dom.production.min.js 129 KB runs code
- vendor/react.production.min.js 10 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.
- 2d ago First seen · 35 lines · 51 tokens per session scan A a12716617280
fetchira-design is a skill published in the GitHub repository ImmuneFOMO/fetchira (9 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 51 tokens to every session and 496 once invoked, about $0.0003 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
macos-swiftui-patterns
Build macOS SwiftUI scenes and components with desktop patterns. Use when shaping windows, commands, toolbars, settings, split views, or inspectors.
ui-design
Use when users need visual direction, interface hierarchy, layout decisions, design specifications, or prototypes before implementing a Web or mini program UI.
hyperframes-animation
All animation knowledge for HyperFrames — atomic motion rules, multi-phase scene blueprints, scene transitions, broader motion-design techniques, AND the seven runtime adapters (GSAP default, plus Lottie, Three.js, Anime.js, CSS keyframes, Web Animations API, TypeGPU). Use for any motion or animation task: pick 2-4…
ui-designer/interaction-specification
交互规范,定义加载状态、空状态、反馈机制、动效、无障碍等交互细节.
ui-designer/design-system
设计系统规范,包含颜色、字体、间距、圆角、阴影、动效等基础设计token.
web-artifacts-builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.