webflow-mcp:cloud-apps

webflow-mcp:cloud-apps is a skill for Claude Code from webflow/webflow-skills. It costs 116 tokens per session (4,611 once invoked), scanned A, original, MIT.

A Webflow Cloud app management skill for apps whose source code is stored on GitHub. It can inspect and operate app environments, deployments, domains, logs, and configuration metadata through Webflow tools.

In plain words
What is it for?
It helps create GitHub-based Webflow Cloud apps, inspect environments and deployments, check domains and logs, and manage app sources.
Why use it?
It gives developers one workflow for checking deployed Webflow apps and diagnosing operational problems. It also separates cloud app management from local command-line deployment work.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the webflow-skills plugin — 32 skills shipped together

Good fit It helps create GitHub-based Webflow Cloud apps, inspect environments and deployments, check…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/webflow/webflow-skills/cloud-apps
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.

Any agent
npx skills add webflow/webflow-skills --skill cloud-apps
Clone the repo
git clone --depth 1 https://github.com/webflow/webflow-skills

Made for: Claude Code.

Or install webflow-skills, the plugin that ships this one along with the rest of its 32 skills.

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 webflow-mcp:cloud-apps

README.md
[![agentmods](https://agentmods.dev/badge/skills/webflow/webflow-skills/cloud-apps.svg)](https://agentmods.dev/skills/webflow/webflow-skills/cloud-apps)
Your own site
<a href="https://agentmods.dev/skills/webflow/webflow-skills/cloud-apps"><img src="https://agentmods.dev/badge/skills/webflow/webflow-skills/cloud-apps.svg" alt="Measured on agentmods" height="20"></a>
Per session 116 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,611 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.00116 $0.04611
Opus 5 $0.00058 $0.02305
Sonnet 5 $0.00023 $0.00922
Haiku 4.5 $0.00012 $0.00461

Measured 3d ago against content hash 64f2a29cbef1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

webflow-mcp:cloud-apps 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 3d 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.

plugins/webflow-skills/skills/cloud-apps/SKILL.md · 395 lines

How it starts

The opening of the file, as written. The whole thing — 395 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Webflow Cloud Apps

Use data_apps_tool to create GitHub-source apps, answer operational questions, and manage environments for Webflow Cloud apps. Start from the user's outcome, gather only the evidence needed, and distinguish observations from conclusions.

Use the webflow-cli:cloud skill when the task requires CLI/local-source app creation or deployment, or creating or updating environment variables. Client-side build output is not sent to Webflow and cannot be recovered through MCP.

Instructions

1. Establish scope

  1. Call webflow_guide_tool before any other Webflow MCP tool. The live guide and action schemas are authoritative for current arguments and responses.
  2. Use Webflow MCP tools for Webflow operations except the explicit CLI handoff for environment-variable values. Never call Webflow APIs directly.
  3. Include the required context parameter in every tool call. Write 15-25 words in third-person perspective.
  4. Route by the capability the task requires:
    • Use data_apps_tool to create GitHub-source apps; inspect apps, environments, domains, deployment records, logs, and variable metadata; manage GitHub sources and environments; and enqueue GitHub deployments.
    • Use data_variable_tool for Designer color, size, font, and CSS variables.
    • Use webflow-cli:cloud for CLI/local-source apps, local builds and deployments, or creating and updating environment-variable values.
  5. If data_apps_tool is unavailable, report that the Cloud Apps MCP capability is not enabled. Do not bypass it with a direct API request.

Never ask the user to paste an environment-variable value or secret into chat. For a create or update, delegate to webflow-cli:cloud and require a hidden prompt, stdin, or protected file. Never pass a secret as a positional argument.

2. Resolve the target

Discover identifiers in this order:

list_apps -> app_id
list_environments(app_id) -> env_id
list_deployments(app_id, env_id) -> deployment_id

Read the full file on GitHub · 395 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. 3d ago First seen · 395 lines · 116 tokens per session scan A 64f2a29cbef1

Subscribe to this mod's changes

webflow-mcp:cloud-apps is a skill published in the GitHub repository webflow/webflow-skills (119 stars, last pushed 4d ago), licensed MIT. It adds 116 tokens to every session and 4,611 once invoked, about $0.0006 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.

Related

Other skills, from other repositories