copilot-builder-as-mcp-skill

copilot-builder-as-mcp-skill is a skill for Claude Code, Codex from magnusfroste/flowwink. It costs 41 tokens per session (325 once invoked), scanned A, original, MIT.

An MCP-accessible site-building assistant that creates and migrates website blocks through a step-by-step loop. MCP is a way for AI clients to call external tools.

In plain words
What is it for?
It is for migrating pages from URLs, creating page blocks, updating footers, and activating site modules.
Why use it?
It lets both an admin interface and outside AI clients use the same site-building actions and continue a multi-step task.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It is for migrating pages from URLs, creating page blocks, updating footers, and activating site modules.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/magnusfroste/flowwink/copilot-builder-as-mcp
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 magnusfroste/flowwink --skill copilot-builder-as-mcp
Clone the repo
git clone --depth 1 https://github.com/magnusfroste/flowwink

Made for: Claude Code, Codex.

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 copilot-builder-as-mcp-skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/magnusfroste/flowwink/copilot-builder-as-mcp/github.svg)](https://agentmods.dev/skills/magnusfroste/flowwink/copilot-builder-as-mcp)
Your own site
<a href="https://agentmods.dev/skills/magnusfroste/flowwink/copilot-builder-as-mcp"><img src="https://agentmods.dev/badge/skills/magnusfroste/flowwink/copilot-builder-as-mcp/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 copilot-builder-as-mcp-skill

Your own site · 80×15
<a href="https://agentmods.dev/skills/magnusfroste/flowwink/copilot-builder-as-mcp"><img src="https://agentmods.dev/badge/skills/magnusfroste/flowwink/copilot-builder-as-mcp.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 325 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.00041 $0.00325
Opus 5 $0.00020 $0.00162
Sonnet 5 $0.00008 $0.00065
Haiku 4.5 $0.00004 $0.00032

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

Security

Grade A, and why

copilot-builder-as-mcp-skill 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.

mem/federation/copilot-builder-as-mcp-skill.md · 28 lines

What it actually says

Copilot Builder as First-Class MCP Skill

copilot-action powers the admin /admin/copilot site-builder UI (block-by-block migration & site generation with create_block / migrate_url / update_footer / activate_modules tool calls). It is now ALSO exposed as the MCP skill build_site_step (handler edge:copilot-action, scope both, mcp_exposed=true, category content, owned by pages module).

One implementation, two consumers:

  • Internal: useCopilot.tssupabase.functions.invoke('copilot-action', …)
  • External: any MCP client → build_site_step tool

The skill is stateless — caller owns conversation history. Loop:

  1. POST messages: [{role, content}], currentModules?, migrationState?
  2. Receive { message, toolCall? }
  3. Apply toolCall (caller's responsibility — for external claws this typically means chaining to migrate_url, create_page_block, manage_global_blocks).
  4. Append result as next user message; repeat until no toolCall.

Registered in src/lib/modules/pages-module.ts skillSeeds + agent_skills row seeded via migration 20260504185230_*.

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 · 28 lines · 41 tokens per session scan A 406fd5a7351c

Subscribe to this mod's changes

copilot-builder-as-mcp-skill is a skill published in the GitHub repository magnusfroste/flowwink (23 stars, last pushed today), licensed MIT. It adds 41 tokens to every session and 325 once invoked, about $0.0002 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-04.