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 skills add Novence-ai/mcp --skill novence-deploygit clone --depth 1 https://github.com/Novence-ai/mcpWrote 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/novence-ai/mcp/novence-deploy)<a href="https://agentmods.dev/skills/novence-ai/mcp/novence-deploy"><img src="https://agentmods.dev/badge/skills/novence-ai/mcp/novence-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/skills/novence-ai/mcp/novence-deploy"><img src="https://agentmods.dev/badge/skills/novence-ai/mcp/novence-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.00046 | $0.00891 |
| Opus 5 | $0.00023 | $0.00445 |
| Sonnet 5 | $0.00009 | $0.00178 |
| Haiku 4.5 | $0.00005 | $0.00089 |
Grade A, and why
novence-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 4d 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.
This is a copy
100% identical to novence-deploy — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 55 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Novence deploy
Use the Novence MCP tools (server novence) for static-site hosting.
Static-only is not a dead end. Improve sites with third-party widgets and baked-in data files — no plugin marketplace, no per-site server. Product: https://novence.ai/site-data
Prerequisites
- No API key required to start. If unauthenticated, call
bootstrap(email)— the session adopts thenv_key. SeeSETUP.md. - Claude Code plugin: leave Novence API key blank until after bootstrap, then set it in plugin settings (
userConfig/ Keychain) and/reload-plugins. Empty${user_config.api_key}is unauthenticated. - Cursor / shell: connect with the MCP URL only; after bootstrap,
export NOVENCE_API_KEY='nv_…'and add env interpolation in MCP headers.
Typical loop
create_projectwith a name.get_upload_urls_batchfor site paths, PUT file bodies to the presigned URLs.confirm_uploads_batch.deploy(optionallyforce).- Poll
get_deployment_status/get_checks_resultsuntil published. get_preview_urlfor the live URL (https://{suffix}.novence.ai).- Optional:
configure_custom_domain,create_form,get_quotas_and_usage,update_project_settings(analytics_enabled: true) thenget_project_analytics,invite_project_member(Pro/Scale owner).
Rules
- Prefer batch upload tools for multi-file sites.
- Do not invent APIs — use the MCP tools.
- For a local HTML billing/account console, use
get_account_console_kit/create_account_session(never embednv_in HTML). - Team seats:
invite_project_memberrequires the project owner to be on Pro or Scale. Collaborators use their own keys and the existingproject_id.create_projectalways bills the caller.
Widgets and owner data
Prefer these over asking for a WordPress-style plugin or a per-site backend.
- Third-party widgets: Paste a script or iframe in HTML (Cal.com, Snipcart, Shopify Buy Button, Stripe Payment Links, GA, Formspree). Novence serves HTML as-is and does not strip tags. Never put
nv_keys in the page. - Baked-in data files: Upload
/data/{collection}.json(.jsonis allowlisted). Page JS fetches same-origin (fetch("/data/menu.json")). Use for hours, menus, team, services, FAQ, inventory. Update that file and deploy. Live edits without a deploy are not available. - Contact leads: Novence Forms (
create_form+action="/__forms/{formId}"). Bookings/payments: BYO widget. Private CRM / PHP plugins: out of scope.
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.
- 4d ago Changed · +10 lines · +10 tokens per session 9ad1a565af64
- 8d ago First seen · 45 lines · 36 tokens per session scan A 8621d0634107
novence-deploy is a skill published in the GitHub repository Novence-ai/mcp (1 stars, last pushed 4d ago), licensed MIT. It adds 46 tokens to every session and 891 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to novence-deploy, differing in 0 lines, and is treated as a copy.
Other skills, from other repositories
21st-ui
Find, install, and generate UI with 21st.dev. Use when the user asks for a UI component (pricing table, hero, navbar, dashboard, form, etc.), wants design inspiration, needs a brand logo as an SVG component, or wants to generate new UI from a prompt.
ui-aqa-flow
Workflow for automated QA: integration and end-to-end UI test automation, page objects, etc.
papi-verify
Use when the user says "verify", "health check", "check papi", "verify cycle", or after completing all cycle tasks before release. Runs a structured health check on the current PAPI cycle state: plan validity, build state, review coverage, branch hygiene, and data consistency.
check-mcp
Diagnose why PAPI tools are missing or failing. Use when the user says "check mcp", "is papi connected", "papi isn't working", "mcp status", or when PAPI tools are expected but do not appear in the available tools list.
section-rebuild
Build a page section in code using the values measured off a real site rather than guessing them from a screenshot. Use when the user wants to recreate, adapt or take inspiration from a hero, pricing table, FAQ, testimonial or any other section they have seen.
layout-audit
Audit the structure and spacing of a localhost page — spacing scale consistency, whether spacing groups related content, container width and line measure, optical alignment, grid versus flex misuse, magic z-index values and overflow. Use when the user mentions spacing, padding or margins, says a layout feels cramped…