foundry-redirect

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

A routing instruction for recognizing requests to build Falcon Foundry apps, such as pages, extensions, or third-party API integrations, and sending them to the correct plugin.

In plain words
What is it for?
Redirecting Foundry-app requests to the crowdstrike-falcon-foundry plugin and explaining how to install it.
Why use it?
Prevents the request from being handled as a standalone Fusion workflow, which is a different kind of Falcon automation.

Skill for Claude Code

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

Part of the crowdstrike-falcon-fusion plugin — 7 skills, 3 hooks shipped together

Good fit Redirecting Foundry-app requests to the crowdstrike-falcon-foundry plugin and explaining how to install it.

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

Made for: Claude Code.

Or install crowdstrike-falcon-fusion, the plugin that ships this one along with the rest of its 7 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 foundry-redirect

README.md
[![agentmods](https://agentmods.dev/badge/skills/crowdstrike/fusion-skills/foundry-redirect.svg)](https://agentmods.dev/skills/crowdstrike/fusion-skills/foundry-redirect)
Your own site
<a href="https://agentmods.dev/skills/crowdstrike/fusion-skills/foundry-redirect"><img src="https://agentmods.dev/badge/skills/crowdstrike/fusion-skills/foundry-redirect.svg" alt="Measured on agentmods" height="20"></a>
Per session 127 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 688 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.00127 $0.00688
Opus 5 $0.00063 $0.00344
Sonnet 5 $0.00025 $0.00138
Haiku 4.5 $0.00013 $0.00069

Measured 8d ago against content hash 290f4763d84e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

foundry-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 8d 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/foundry-redirect/SKILL.md · 56 lines

How it starts

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

Falcon Foundry Redirect

If this skill triggered, the request is a Falcon Foundry app, not a standalone Falcon Fusion workflow. It belongs to the sibling Falcon Foundry plugin — the fusion-skills plugin builds Fusion workflows only.

Why this skill exists: the workflows orchestrator declines Foundry-app requests too, but its description matches Fusion workflow language, so a "build a Foundry app" prompt never loads it. On Claude Code a hook covers that gap; on Codex, Copilot CLI, Cursor, and the Agent SDK there are no hooks, so this skill — whose description matches Foundry-app language directly — is what makes the redirect reachable.

What to do

Do NOT author workflow YAML. Do NOT scaffold an app yourself. Respond with all three:

  1. State plainly that this request needs a Falcon Foundry app, not a standalone Fusion workflow.
  2. Name the plugin: crowdstrike-falcon-foundry.
  3. How to install it: /plugin install crowdstrike-falcon-foundry, or clone https://github.com/CrowdStrike/foundry-skills.

When both plugins are installed

If crowdstrike-falcon-foundry is present, its own development-workflow skill matches Foundry-app requests directly and handles them — a stronger match than this one, so the agent picks it and this redirect never fires. That is correct: this skill is the safety net for when the Foundry plugin is absent, not a competitor with it when present.

Foundry app vs. standalone workflow

Signal in the request Route
"Foundry app", manifest.yml, a UI page/extension, serverless function, collection, or custom third-party API integration Here — redirect to foundry-skills
A trigger plus existing Fusion actions only (no UI, function, collection, or custom integration) workflows — handle it as a standalone workflow
"a workflow inside a Foundry app" Here — the app owns the workflow; Foundry scaffolds it
Fetch/summarize a population of alerts/detections the workflow doesn't already hold workflows — a standalone CrowdStrike HTTP Request handles this without an app

Read the full file on GitHub · 56 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. 8d ago First seen · 56 lines · 127 tokens per session scan A 290f4763d84e

Subscribe to this mod's changes

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

fusion-redirect

TRIGGER when user asks for a "standalone Falcon Fusion workflow" that needs NO Foundry app — just a trigger plus actions that already exist in their CID, with no UI, function, collection, or custom API integration to build. DO NOT TRIGGER when the request needs anything built (a custom action, a UI page, a function, a…

CrowdStrike/foundry-skills · 113 tokens

azure-kusto-graph

Build and query Kusto graphs from natural language. Covers transient graphs (make-graph), persistent graph models/snapshots, pattern matching (graph-match), shortest paths, connected components, and graph-to-table export. Generates the edges-first thinking: define edges, define node lookups, union, make-graph. WHEN…

microsoft/skills · 131 tokens

azure-kusto-irql-graph

Apply IRQL graph functions to KQL or IRQL query results for Kusto Explorer visualization. Generates LiftToGraph mappings and composes GraphRenderView, GraphFoldByProperty, ExtractNode, EnrichNode, and EnrichGraph calls. Accepts a supplied query or limited basic natural-language source request; it is not a general…

microsoft/skills · 155 tokens

azure-mgmt-applicationinsights-dotnet

Azure Application Insights SDK for .NET. Application performance monitoring and observability resource management. Use for creating Application Insights components, web tests, workbooks, analytics items, and API keys. Triggers: "Application Insights", "ApplicationInsights", "App Insights", "APM", "application…

microsoft/skills · 82 tokens

azure-identity-py

Azure Identity SDK for Python authentication with Microsoft Entra ID. Use for DefaultAzureCredential, managed identity, service principals, and token caching. Triggers: "azure-identity", "DefaultAzureCredential", "authentication", "managed identity", "service principal", "credential".

microsoft/skills · 60 tokens

azure-ai-openai-dotnet

Azure OpenAI SDK for .NET. Client library for Azure OpenAI and OpenAI services. Use for chat completions, embeddings, image generation, audio transcription, and assistants. Triggers: "Azure OpenAI", "AzureOpenAIClient", "ChatClient", "chat completions .NET", "GPT-4", "embeddings", "DALL-E", "Whisper", "OpenAI .NET".

microsoft/skills · 92 tokens