These skills now run across every major AI coding assistant! 🎉 Claude Code, Codex, Copilot CLI, Cursor, and Antigravity CLI are supported. Now, you can build Falcon Fusion workflows from a prompt in whichever tool you already use. This release also adds validate.py checks for several workflow problems that used to pass local validation and only failed when you released the workflow.
Added
- Multi-assistant support ✨ — the skills and their scripts now run on Codex, Copilot CLI, Cursor, and Antigravity CLI as well as Claude Code. Each assistant has documented install steps, and Agent Plugins manifests (a root
plugin.jsonand a Codex.codex-plugin/plugin.json) let the non-Claude assistants discover the plugin - Throttling reference in the execution skill — how to tell a throttled workflow (stuck "in progress", auto-retrying for up to 6 hours) apart from a failed one, and when throttling points to a design problem
- Deduplicate and Rate Limit action reference plus a worked tutorial example that folds duplicate third-party NG-SIEM detections into a single case
- US-3 cloud region in credential setup, alongside a
[us-gov-1]profile example foundry-redirectskill — declines Falcon Foundry app requests (UI pages, serverless functions, collections,manifest.yml, custom third-party API integrations) and points to the siblingcrowdstrike-falcon-foundryplugin. It works on every assistant and steps aside for the Foundry plugin's own skill when that plugin is installed
Fixed
version_constraintoutput-path shape documented — pinning an action at~1collapses its${data['...']}references. Pin it without shortening them and the workflow imports fine, then fails at release withproperty "..." contains unknown variable- Authoring-doc corrections — event and system variables now use the
${data['...']}form like any other field, and the actionname:is a display label you can rename without breaking references validate.pynow catches four release-only failures — workflows that import cleanly and pass server-side validation, then fail when you release them: a pinned action referenced by its long, unpinned output path; MITRE ATT&CK trigger fields (Trigger.Detection.MitreAttack.*) on the NG-SIEM trigger; adefault: truegateway node with no expression orelse:; and a missing, empty, or fake-domaintorecipient on the Send email and Request human input actions
Known limitations
Verification depth is uneven across assistants. In a live-tenant run, Claude Code, Codex, Copilot CLI, and Cursor each authored a valid workflow from the canonical prompt and imported it to the tenant. Antigravity CLI loads the skills, but its weekly quota was exhausted before a full author-and-import run could complete, so its end-to-end path is not yet verified.
Getting started
Install:
/plugin install crowdstrike-falcon-fusion
Already installed? Update to 1.1.0:
/plugin update crowdstrike-falcon-fusion