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-deploy)<a href="https://agentmods.dev/commands/frankxai/agentic-creator-os/frankx-ai-deploy"><img src="https://agentmods.dev/badge/commands/frankxai/agentic-creator-os/frankx-ai-deploy/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-deploy"><img src="https://agentmods.dev/badge/commands/frankxai/agentic-creator-os/frankx-ai-deploy.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.00014 | $0.00840 |
| Opus 5 | $0.00007 | $0.00420 |
| Sonnet 5 | $0.00003 | $0.00168 |
| Haiku 4.5 | $0.00001 | $0.00084 |
Grade A, and why
frankx-ai-deploy 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 6d 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 — 176 lines — stays where its author put it; the contents beside it link to each section on GitHub.
FrankX.AI Deployment System
Host: Vercel
Repo: github.com/frankxai/frankx.ai-vercel-website
Main Branch: main (auto-deploys to production)
Pre-Deployment Checklist
Code Quality
# Lint check
npm run lint
# Type check
npx tsc --noEmit
# Build verification
npm run build
Content Generation
# Regenerate RSS feed
npm run gen:feed
# Regenerate search index
npm run gen:search
# Regenerate HTML reading versions
npm run gen:html
Visual Check (if Playwright MCP available)
- Capture screenshots of changed pages
- Compare with previous version
- Check mobile responsiveness
Deployment Workflow
Option 1: Direct to Main (Small Changes)
# Stage changes
git add .
# Commit with descriptive message
git commit -m "type(scope): description
Details of what changed and why.
[Generated with Claude Code]"
# Push to main (triggers Vercel deploy)
git push origin main
Option 2: Preview Branch (Larger Changes)
# Create feature branch
git checkout -b feat/feature-name
# Make changes and commit
git add .
git commit -m "feat(scope): description"
# Push to create preview
git push -u origin feat/feature-name
# Create PR via GitHub MCP or CLI
gh pr create --title "Feature Name" --body "Description"
Option 3: Current Branch Workflow
# Check current branch status
git status
# See what's changed
git diff
# Commit current work
git add .
git commit -m "$(cat <<'EOF'
fix(messaging): Update value propositions
- Refined hero messaging
- Updated CTA language
- Improved mobile layout
[Generated with Claude Code]
EOF
)"
# If on feature branch, create PR
gh pr create --fill
Post-Deployment Verification
Immediate Checks (5 min)
- Site loads at frankx.ai
- No console errors
- Key pages accessible
- Forms working (newsletter signup)
SEO Checks (if content changed)
- RSS feed updated
- Sitemap accurate
- New pages indexable
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.
- 6d ago First seen · 176 lines · 14 tokens per session scan A 802a2cd0594f
frankx-ai-deploy is a command published in the GitHub repository frankxai/agentic-creator-os (10 stars, last pushed today), licensed Apache-2.0. It adds 14 tokens to every session and 840 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
sprint
Sprint lifecycle — plan a sprint, run a retrospective, or generate release notes.
versioning
Universal version file discovery and sync. Works with any project structure.
release
Release a new version. Bumps version, updates docs/site/changelog, tags, pushes, and updates the marketplace repo.
changelog
Create engaging changelogs for recent merges to main branch.
ship
Complete PR workflow from commit to production with validation.
ship-deployment
This file contains platform-specific deployment and validation for /ship.