fusion-redirect

fusion-redirect is a skill for Claude Code from CrowdStrike/foundry-skills. It costs 113 tokens per session (584 once invoked), scanned A, original, MIT.

A routing guide for standalone Falcon Fusion workflows. Falcon Fusion is CrowdStrike's workflow automation system; a standalone workflow uses an existing trigger and actions without building a separate app.

In plain words
What is it for?
Recognising when to install the CrowdStrike Falcon Fusion plugin for workflows that need no custom interface, function, data store, or API integration.
Why use it?
It prevents developers from creating an unnecessary Foundry app when the requested workflow belongs in Falcon Fusion instead.

Skill for Claude Code

Written for Claude Code: Claude Code plugin machinery. Also seen: mentions Claude Code.

Part of the crowdstrike-falcon-foundry plugin — 11 skills, 3 hooks shipped together

Good fit Recognising when to install the CrowdStrike Falcon Fusion plugin for workflows that…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/crowdstrike/foundry-skills/fusion-redirect
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 CrowdStrike/foundry-skills --skill fusion-redirect
Clone the repo
git clone --depth 1 https://github.com/CrowdStrike/foundry-skills

Made for: Claude Code.

Or install crowdstrike-falcon-foundry, the plugin that ships this one along with the rest of its 11 skills, 3 hooks.

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 fusion-redirect

README.md
[![agentmods](https://agentmods.dev/badge/skills/crowdstrike/foundry-skills/fusion-redirect.svg)](https://agentmods.dev/skills/crowdstrike/foundry-skills/fusion-redirect)
Your own site
<a href="https://agentmods.dev/skills/crowdstrike/foundry-skills/fusion-redirect"><img src="https://agentmods.dev/badge/skills/crowdstrike/foundry-skills/fusion-redirect.svg" alt="Measured on agentmods" height="20"></a>
Per session 113 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 584 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.00113 $0.00584
Opus 5 $0.00056 $0.00292
Sonnet 5 $0.00023 $0.00117
Haiku 4.5 $0.00011 $0.00058

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

Security

Grade A, and why

fusion-redirect 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 7d 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.

skills/fusion-redirect/SKILL.md · 44 lines

What it actually says

Falcon Fusion Redirect

When this skill triggers, the user's request is not a Falcon Foundry task. It is a standalone Fusion workflow and belongs to the sibling Falcon Fusion plugin.

What to do

Do NOT scaffold a Foundry app. Do NOT produce a manifest.yml. Do NOT hand-write workflow YAML with placeholder action IDs.

Respond with all three:

  1. A clear statement that this request does not need a Foundry app
  2. The plugin name: crowdstrike-falcon-fusion
  3. How to install it: /plugin install crowdstrike-falcon-fusion or https://github.com/CrowdStrike/fusion-skills

Why this exists

The correct tool for a standalone Fusion workflow is the Falcon Fusion plugin. It discovers real action IDs from the live API, validates YAML against the platform schema, and imports and releases to the CID. A redirect skill with no artifact is strictly better than producing a YAML block with placeholder IDs that cannot deploy.

When both plugins are loaded, the Fusion plugin's own workflows skill matches the same prompt and handles it directly. This skill fires only when the Fusion plugin is absent, ensuring the user is told about it rather than left with an incomplete workaround.

Distinguishing a redirect from a Foundry workflow

Signal in the prompt Route
"standalone workflow", "just a workflow", "no app needed" Here (redirect)
Uses only existing actions: contain host, Slack, email, print data Here (redirect)
Needs a custom API integration, a UI, a function, or a collection built development-workflow (Foundry app)
Workflow is part of an app already being built workflows-development (sub-skill)

The key test: does the user need something built that does not exist yet, or do they need existing pieces wired together? Building is Foundry. Wiring is Fusion.

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. 7d ago First seen · 44 lines · 113 tokens per session scan A e83b0b195e48

Subscribe to this mod's changes

fusion-redirect is a skill published in the GitHub repository CrowdStrike/foundry-skills (25 stars, last pushed 7d ago), licensed MIT. It adds 113 tokens to every session and 584 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-08-30.

Related

Other skills, from other repositories

foundry-redirect

TRIGGER when the user asks to "build a Foundry app", "create a Foundry app", mentions manifest.yml, or needs a UI page/extension, serverless function, collection, or a custom API integration from a third-party API (Okta, ServiceNow, Jira, etc.) built. DO NOT TRIGGER for a standalone Fusion workflow that only wires…

CrowdStrike/fusion-skills · 127 tokens

azure-mgmt-botservice-dotnet

Azure Resource Manager SDK for Bot Service in .NET. Management plane operations for creating and managing Azure Bot resources, channels (Teams, DirectLine, Slack), and connection settings. Triggers: "Bot Service", "BotResource", "Azure Bot", "DirectLine channel", "Teams channel", "bot management .NET", "create bot".

microsoft/skills · 78 tokens

azure-resource-visualizer

Analyze Azure resource groups and generate detailed Mermaid architecture diagrams showing the relationships between individual resources. WHEN: create architecture diagram, visualize Azure resources, show resource relationships, generate Mermaid diagram, analyze resource group, diagram my resources, architecture…

microsoft/skills · 59 tokens

create-site

Creates a new Power Pages code site (SPA) using React, Angular, Vue, or Astro. Guides through the full process from initial concept to deployed site: requirements discovery, scaffolding, component planning, design, implementation, validation, and deployment. Use when the user wants to create, build, or scaffold a new…

microsoft/power-platform-skills · 73 tokens

finetuning

Fine-tune models on Microsoft Foundry using SFT (supervised), DPO (preference), or RFT (reinforcement with graders). Covers dataset preparation, training job submission, deployment, and evaluation. USE FOR: fine-tune, SFT, DPO, RFT, training data, grader, distillation, fine-tuned model, training job, large file…

microsoft/skills · 132 tokens

google-ads-audit

Google Ads account audit and business context setup. Run this first — it gathers business information, analyzes account health, and saves context that all other ads skills reuse. Trigger on "audit my ads", "ads audit", "set up my ads", "onboard", "account overview", "how's my account", "ads health check", "what should…

nowork-studio/notfair-plugin · 114 tokens