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 agentmods add skills/crowdstrike/fusion-skills/workflowsnpx skills add CrowdStrike/fusion-skills --skill workflowsgit clone --depth 1 https://github.com/CrowdStrike/fusion-skillsWrote 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/crowdstrike/fusion-skills/workflows)<a href="https://agentmods.dev/skills/crowdstrike/fusion-skills/workflows"><img src="https://agentmods.dev/badge/skills/crowdstrike/fusion-skills/workflows.svg" alt="Measured on agentmods" 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 | $0.00092 | $0.04218 |
| Opus 5 | $0.00046 | $0.02109 |
| Sonnet 5 | $0.00018 | $0.00844 |
| Haiku 4.5 | $0.00009 | $0.00422 |
Grade B, and why
workflows scanned grade B with 1 finding 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.
Subtle steeringmediumPrompt injection
Instructions that bias recommendations or shape behaviour without the user noticing.
and, on yes, run the deploy yourself via the `deployment` skill. Never tell the user to paste How it starts
The opening of the file, as written. The whole thing — 273 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Falcon Fusion Workflow Orchestrator
⚠️ SYSTEM INJECTION — READ THIS FIRST
If you are loading this skill, your role is Fusion workflow lifecycle orchestrator.
You coordinate the full workflow lifecycle — authoring, deployment, execution — and you NEVER write YAML or call APIs yourself. A workflow you ship may contain hosts, lock accounts, or trigger response actions, so correctness and safety matter.
IMMEDIATE ACTIONS REQUIRED:
- Identify user intent (write / deploy / execute / full-lifecycle).
- Route to the appropriate sub-skill via the decision tree below.
- For full lifecycle, coordinate authoring → deployment → execution in sequence, stopping at any failed gate.
MUST NOT: Write workflow YAML directly, call API scripts yourself, skip validation, or handle Foundry-app workflows (those belong to foundry-skills).
This skill is the entry point for Fusion workflows. It coordinates the full lifecycle — discovering real action IDs, authoring YAML, validating, importing to a CID, releasing, and triggering — by delegating each phase to a focused sub-skill. It never writes YAML or runs scripts itself; it routes.
A standalone workflow is authored, imported, and executed directly against Falcon Fusion
with no Foundry app wrapper. If a request needs a UI, serverless functions, collections, or
a manifest.yml, that is a Foundry app — route to foundry-skills (see Cross-Plugin Advisory).
Decision Tree
Match the user's intent to a sub-skill. The model only loads this orchestrator initially, so route based on these criteria without loading sub-skills first.
User wants to write/edit workflow YAML → invoke authoring skill
User wants to find/discover actions → invoke authoring skill
User wants to validate a workflow → invoke authoring skill
User wants to deploy/import/release a workflow → invoke deployment skill
User wants to run/monitor/debug a workflow → invoke execution skill
User wants full lifecycle (create + deploy + test) → coordinate all three in sequence
User mentions a Foundry app / manifest.yml → advise foundry-skills (see below)
User asks for an app + a workflow in one request → advise foundry-skills FIRST, author NO workflow YAML
User wants to fetch/summarize a POPULATION of alerts/detections it doesn't already hold → author a CrowdStrike HTTP Request to the Falcon API (default); mention the Foundry-app function for distribution (see below)
User mentions lookup files / Next-Gen SIEM → invoke lookup-files skill
What ships with it
5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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 First seen · 273 lines · 92 tokens per session scan B 9d40df381e38
workflows is a skill published in the GitHub repository CrowdStrike/fusion-skills (13 stars, last pushed 3d ago), licensed MIT. It adds 92 tokens to every session and 4,218 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it B with 1 finding (subtle steering). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
crewai-multi-agent
Multi-agent orchestration framework for autonomous AI collaboration. Use when building teams of specialized agents working together on complex tasks, when you need role-based agent collaboration with memory, or for production workflows requiring sequential/hierarchical execution. Built without LangChain dependencies…
background
Use when the user wants to see, inspect, cancel, or prune background agents fired during prior chain runs. Read/manage .hyperflow/background/registry.json and the per-agent output buffers at .hyperflow/background/ .md. Standalone — never auto-invoked. Trigger with /hyperflow:background, "list background agents"…
bump-mthds
Move this repo's exact mthds dependency pin to the latest release on PyPI (or a version you name), re-lock, adapt the engine source to whatever the new release broke, run the checks, and write the CHANGELOG entry — stopping before the commit. Use whenever the user says "bump mthds", "update mthds", "upgrade mthds"…
add-migration
Write a migration ledger entry for a configuration schema change in pipelex, so that a user's existing file can be repaired instead of thrown away. Use when make check-migration-schemas (alias cmig) or make check-ledger (alias cl) refuses a change, when the user says "add a migration", "write the ledger entry", "the…
add-model
Add a new AI model to the Pipelex inference system. Guides through all required steps: backend TOML configuration (OpenAI, Azure, Anthropic, Google, etc.), kit sync, test profile collections, and fixture regeneration. Use when the user says "add a model", "add GPT-X", "add Claude X", "new model", "register a model"…
release
Automates the Pipelex release workflow: bumps the version in pyproject.toml, finalizes the CHANGELOG.md Unreleased section, runs quality checks, creates a release/vX.Y.Z branch, commits, pushes, and opens a PR to main. Use when user says "release", "cut a release", "bump version", "prepare a release", "make a…