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.
git clone --depth 1 https://github.com/frankxai/agentic-creator-osWrote 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/commands/frankxai/agentic-creator-os/frankx-ai-components)<a href="https://agentmods.dev/commands/frankxai/agentic-creator-os/frankx-ai-components"><img src="https://agentmods.dev/badge/commands/frankxai/agentic-creator-os/frankx-ai-components/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/commands/frankxai/agentic-creator-os/frankx-ai-components"><img src="https://agentmods.dev/badge/commands/frankxai/agentic-creator-os/frankx-ai-components.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.00016 | $0.01677 |
| Opus 5 | $0.00008 | $0.00839 |
| Sonnet 5 | $0.00003 | $0.00335 |
| Haiku 4.5 | $0.00002 | $0.00168 |
Grade A, and why
frankx-ai-components 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 7d 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 — 247 lines — stays where its author put it; the contents beside it link to each section on GitHub.
FrankX.AI Component Development
Components: /components/
UI Primitives: /components/ui/
Design System: Glassmorphic Aurora (Tailwind-based)
Design System Overview
Philosophy: Best components from the best libraries. Curate world-class UI.
UI Component Sources
| Library | Best For | Install |
|---|---|---|
| Magic UI | Animated components | Copy from magicui.design |
| shadcn/ui | Accessible primitives | npx shadcn@latest add [component] |
| Cult UI | Premium effects | Copy from cult-ui.com |
| Aceternity UI | Cinematic animations | Copy from ui.aceternity.com |
| Framer Motion | Custom animations | Already installed |
When to Use Each
- Forms, Dialogs, Dropdowns → shadcn/ui (accessibility-first)
- Hero Backgrounds, Spotlights → Magic UI or Aceternity
- 3D Cards, Particle Effects → Cult UI
- Text Reveals, Stagger Effects → Magic UI + Framer Motion
- Custom Interactions → Build with Framer Motion
Color Palette
/* Core Colors */
--midnight: slate-950 /* Main background */
--aurora-cyan: cyan-500 /* Primary accent */
--aurora-purple: purple-500 /* Secondary accent */
--aurora-blue: blue-500 /* Tertiary accent */
/* Functional */
--primary: #6943ff → #422ea9
--secondary: #0ea5e9 → #075985
--accent: #de8a4a → #703c2b
Key UI Patterns
-
Glassmorphic Cards
- Frosted glass effect with
backdrop-blur - Subtle border glow on hover
- Gradient overlays
- Frosted glass effect with
-
Aurora Backgrounds
- Animated radial gradients
- Pulse and flow animations
- Layered depth
-
Interactions
- Magnetic hover effects
- Stagger animations for reveals
- Smooth page transitions
Existing Components
UI Primitives (/components/ui/)
GlassmorphicCard.tsx- Base card with glass effectPremiumButton.tsx- Styled button variantsInteractiveCard.tsx- Cards with hover statesAnimatedBackground.tsx- Aurora gradientsAdvancedAnimations.tsx- Framer Motion helpersLoadingStates.tsx- Skeletons and spinnersbadge.tsx- Labels and badgesprimitives.tsx- Base atoms
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.
- 7d ago First seen · 247 lines · 16 tokens per session scan A 3e036cd1e869
frankx-ai-components is a command published in the GitHub repository frankxai/agentic-creator-os (10 stars, last pushed today), licensed Apache-2.0. It adds 16 tokens to every session and 1,677 once invoked, about $0.0001 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-09-03.
Other commands, from other repositories
figma-style
Generate styling code from Figma designs matching the project's design system.
design-implement
Thin entry point for /design-implement [--route ] [--viewport WxH] [--from-screenshots] [--dry-run] — parses and validates the argument shape only, then hands control to the design-implement skill. No run logic lives here.
prototype
Rapid UI prototyping — generates 3 visually distinct HTML/CSS components from a text prompt and serves them in a live browser gallery.
improve-ui-ux
Audit and improve an existing interface through one evidence-backed, design-system-aware implementation and browser-verification pass.
checklist
Generate a custom checklist for the current feature based on user requirements.
clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.