frankx-ai-deploy

frankx-ai-deploy is a command for Claude Code from frankxai/agentic-creator-os. It costs 14 tokens per session (840 once invoked), scanned A, original, Apache-2.0.

A deployment workflow for publishing FrankX.AI website changes to Vercel, a cloud platform that builds and hosts web projects. It includes checks before code is pushed to production or a preview branch.

In plain words
What is it for?
Use it to run quality checks, regenerate site files, capture visual checks when available, commit changes, and deploy through the main branch or a preview branch.
Why use it?
It reduces the chance of publishing broken code or outdated generated content by checking linting, types, builds, feeds, search data, and responsive layouts.

Command for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions Claude Code.

Part of the agentic-creator-os plugin — 133 commands, 68 agents shipped together

Good fit Use it to run quality checks, regenerate site files, capture visual checks when available, commit changes, and deploy through the main branch or a preview branch.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/frankxai/agentic-creator-os/frankx-ai-deploy
Install

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.

Clone the repo
git clone --depth 1 https://github.com/frankxai/agentic-creator-os

Made for: Claude Code.

Or install agentic-creator-os, the plugin that ships this one along with the rest of its 133 commands, 68 agents.

Wrote 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.

agentmods badge for frankx-ai-deploy

README.md
[![agentmods](https://agentmods.dev/badge/commands/frankxai/agentic-creator-os/frankx-ai-deploy/github.svg)](https://agentmods.dev/commands/frankxai/agentic-creator-os/frankx-ai-deploy)
Your own site
<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.

agentmods 80×15 button for frankx-ai-deploy

Your own site · 80×15
<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>
Per session 14 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 840 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 6d ago against content hash 802a2cd0594f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

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.

.claude/commands/frankx-ai-deploy.md · 176 lines

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)

  1. Capture screenshots of changed pages
  2. Compare with previous version
  3. 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

Read the full file on GitHub · 176 lines

Changes

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.

  1. 6d ago First seen · 176 lines · 14 tokens per session scan A 802a2cd0594f

Subscribe to this mod's changes

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.