API Integrations (Falcon Foundry)

Downloads, auto-fixes, and registers vendor OpenAPI specs as CrowdStrike Falcon Foundry integrations.

Works with setup

Test report

Verdict
Works with setup
Score
8.4/10
Tested
Jul 15, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 86149d2

⚠ The author changed this skill after we tested it. The verdict below describes the version we ran on Jul 15, 2026; it's queued for a re-test.

Ran the bundled adapt_spec_for_foundry.py for real against a planted sample spec (oauth2 authorizationCode + https:// server var with a default + a duplicated query param): it correctly stripped the protocol, removed the locked-dropdown default, deleted the unsupported oauth2 scheme, and deduped the parameter, exactly as documented — but the script lives at the plugin's repo root (scripts/adapt_spec_for_foundry.py) and the PreToolUse hook that auto-runs it lives in hooks/hooks.json via ${CLAUDE_PLUGIN_ROOT}, neither of which is inside skills/api-integrations, so a plain folder copy silently loses the 'MANDATORY' automation and the ../../use-cases/*.md links, on top of needing the CrowdStrike `foundry` CLI and a Foundry subscription to actually register anything.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 4/5
  • Triggers reliably 5/5
  • Output vs. baseline 9/10
  • Docs & honesty 3/5

What API Integrations (Falcon Foundry) does

Guides downloading a vendor's real OpenAPI/Swagger spec and adapting it for Falcon Foundry (auth scheme conversion, server-URL fixes, parameter dedup) via a bundled Python script, then registering it with the `foundry` CLI. Triggers on 'create an API integration', 'adapt an OpenAPI spec for Foundry', or 'expose an API to workflows'; explicitly excludes calling Falcon platform APIs from function code.

How to install API Integrations (Falcon Foundry)

git clone https://github.com/CrowdStrike/foundry-skills
cd foundry-skills
mkdir -p ~/.claude/skills
cp -r skills/api-integrations ~/.claude/skills/api-integrations

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger API Integrations (Falcon Foundry)

  • /api-integrations Downloads, auto-fixes, and registers vendor OpenAPI specs as CrowdStrike Falcon Foundry integrations.

It also activates on plain-language prompts like these:

  • Adapt this vendor's OpenAPI spec so it registers cleanly in Falcon Foundry
  • The vendor's Swagger file uses oauth2 authorization code, fix it for Foundry
  • Expose this REST API to Foundry workflows and dedupe its query params

Frequently asked questions

Is the API Integrations (Falcon Foundry) skill free?
Yes. The skill itself is free from CrowdStrike/foundry-skills. SkillProof publishes the install command and an independent test verdict at no cost.
Does API Integrations (Falcon Foundry) work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 15, 2026. Verdict: Works with setup. Ran the bundled adapt_spec_for_foundry.py for real against a planted sample spec (oauth2 authorizationCode + https:// server var with a default + a duplicated query param): it correctly stripped the protocol, removed the locked-dropdown default, deleted the unsupported oauth2 scheme, and deduped the parameter, exactly as documented — but the script lives at the plugin's repo root (scripts/adapt_spec_for_foundry.py) and the PreToolUse hook that auto-runs it lives in hooks/hooks.json via ${CLAUDE_PLUGIN_ROOT}, neither of which is inside skills/api-integrations, so a plain folder copy silently loses the 'MANDATORY' automation and the ../../use-cases/*.md links, on top of needing the CrowdStrike `foundry` CLI and a Foundry subscription to actually register anything.
What is the API Integrations (Falcon Foundry) SkillProof Score?
8.4/10 — installs cleanly 4/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 3/5.
How do I install API Integrations (Falcon Foundry)?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use API Integrations (Falcon Foundry) with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.