Agent Plugins Marketplace
All plugins

crowdstrike-falcon-foundry

v1.5.0

Build Falcon Foundry apps with guided workflows for UI, functions, collections, Falcon Fusion SOAR workflows, and API integrations.

CodexClaude CodeAgent Plugins11 Skills

By CrowdStrikeLicense: MIT27 GitHub starsUpdated 6 days ago

Directory evidence

Runtimes
Codex, Claude Code, and Agent Plugins
Parsed components
11 skill or MCP entries
Source updated
Sep 18, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install crowdstrike-falcon-foundry for Codex and Claude Code

Installs for the current user
codex plugin marketplace add CrowdStrike/foundry-skills
codex plugin marketplace upgrade foundry-marketplace
codex plugin add crowdstrike-falcon-foundry@foundry-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the foundry-marketplace catalog, then install this plugin.

Compatibility: the page URL and API slug “crowdstrike-falcon-foundry” remain stable.

  • Codex: crowdstrike-falcon-foundry@agent-plugin-marketplacecrowdstrike-falcon-foundry@foundry-marketplace

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/CrowdStrike/foundry-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

crowdstrike-falcon-foundry/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── plugin.json
├── skills/api-integrations/SKILL.md
├── skills/collections-development/SKILL.md
├── skills/debugging-workflows/SKILL.md
├── skills/development-workflow/SKILL.md
├── skills/e2e-testing/SKILL.md
├── skills/functions-development/SKILL.md
├── skills/functions-falcon-api/SKILL.md
├── skills/fusion-redirect/SKILL.md
├── skills/security-patterns/SKILL.md
├── skills/ui-development/SKILL.md
└── skills/workflows-development/SKILL.md

Included Skills11

api-integrationsskills/api-integrations/SKILL.md

Expose external APIs to Falcon Foundry via OpenAPI specs. TRIGGER when user asks to "create an API integration", "adapt an OpenAPI spec for Foundry", "expose an API to workflows", "connect to a third-party API", or runs `foundry api-integrations create`. Also trigger when user has an OpenAPI/Swagger spec and wants it working in Falcon Foundry. DO NOT TRIGGER when user wants to call Falcon platform APIs from function code — use functions-falcon-api instead.

collections-developmentskills/collections-development/SKILL.md

Design JSON Schema collections and CRUD patterns for Falcon Foundry apps. TRIGGER when user asks to "create a collection", "define a JSON schema", "store data in Foundry", runs `foundry collections create`, or needs help with indexable fields, FQL queries, or collection access patterns. DO NOT TRIGGER for workflow YAML, function handlers, or UI components — use the appropriate sub-skill.

debugging-workflowsskills/debugging-workflows/SKILL.md

Systematic troubleshooting for Falcon Foundry CLI errors, manifest validation failures, deploy failures, artifact runtime errors, and development server issues. TRIGGER when user encounters CLI errors, `foundry ui run` not working, deploy failures, authentication issues, function execution failures, "debug my function", "why did this fail", or any unexpected behavior during Foundry app development. Also trigger for headless/CI environment setup failures.

development-workflowskills/development-workflow/SKILL.md

Orchestrates the complete Falcon Foundry app lifecycle from requirements through deployment. TRIGGER when user asks to "create a Foundry app", "build a Foundry app", "plan a Foundry app", runs any `foundry apps` CLI command, or discusses Foundry app architecture. DO NOT TRIGGER when user is working on a specific capability (UI, function, workflow, collection) within an existing app — use the appropriate sub-skill instead. This skill OWNS the entire Foundry development flow. Do not delegate Foundry app creation to superpowers:brainstorming or superpowers:writing-plans — those skills do not know about the Foundry CLI.

e2e-testingskills/e2e-testing/SKILL.md

End-to-end testing for Falcon Foundry apps using Playwright and @crowdstrike/foundry-playwright. TRIGGER when user asks to "add e2e tests", "add playwright tests", "write end-to-end tests", "test my app", or mentions "e2e", "playwright", or "end-to-end" in the context of testing a Foundry app. DO NOT TRIGGER during normal app creation, UI development, or function development. This skill is opt-in; not all apps need e2e tests.

functions-developmentskills/functions-development/SKILL.md

Build serverless Go or Python functions for Falcon Foundry apps. TRIGGER when user asks to "create a function", "write a serverless function", "build backend logic", runs `foundry functions create`, or needs help with FDK handler patterns, function testing, or collection integration from functions. Also TRIGGER when user asks to "execute a function", "run my function", "debug this function", "get function logs", "check execution status", "write function tests", "test my function handler", or "add test cases for my function". DO NOT TRIGGER for generic "write integration tests" or "write tests" without function context — ask which capability they want to test first. DO NOT TRIGGER for calling Falcon platform APIs from functions — use functions-falcon-api instead. DO NOT TRIGGER for workflow YAML or UI components. DO NOT TRIGGER for Playwright/e2e/browser tests — use e2e-testing instead.

functions-falcon-apiskills/functions-falcon-api/SKILL.md

Call CrowdStrike Falcon platform APIs (detections, alerts, hosts, RTR) from within Foundry function handlers. TRIGGER when user asks to "call Falcon APIs from a function", "use FalconPy in a function", "use gofalcon in a function", or needs to integrate Falcon platform APIs within serverless function code. DO NOT TRIGGER when user wants to expose external third-party APIs to Foundry — use api-integrations instead.

fusion-redirectskills/fusion-redirect/SKILL.md

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 collection) — that is a Foundry app and development-workflow owns it. This skill exists so the redirect works without hooks and yields to the real Falcon Fusion plugin when both are loaded.

security-patternsskills/security-patterns/SKILL.md

Security patterns for Falcon Foundry apps including OAuth scopes, RBAC, input validation, UI security, and credential management. TRIGGER when user asks to "configure OAuth scopes", "secure a Foundry app", "handle secrets", "add input validation", or needs to review a Foundry app for security concerns (XSS, CSP, credential management). Also trigger during pre-deployment security reviews.

ui-developmentskills/ui-development/SKILL.md

Build UI pages and extensions for Falcon Foundry apps using React or Vue with the Shoelace design system and Foundry-JS. TRIGGER when user asks to "create a UI page", "build a UI extension", "add a Shoelace component", "call an API from the UI", runs `foundry ui pages create` or `foundry ui run`, or needs help with Vite config, Foundry-JS, or Falcon console theming. DO NOT TRIGGER for backend functions, workflow YAML, or collection schemas.

workflows-developmentskills/workflows-development/SKILL.md

Create and configure Falcon Fusion SOAR workflow YAML for Falcon Foundry apps. TRIGGER when user asks to "create a workflow", "build an automation", "configure Fusion SOAR", "add an on-demand workflow", runs `foundry workflows create`, or needs help with Fusion YAML syntax, triggers, actions, or variable references. DO NOT TRIGGER for UI pages, functions, or collection schemas — use the appropriate sub-skill.

Plugin manifests3

.codex-plugin/plugin.json
{
  "name": "crowdstrike-falcon-foundry",
  "version": "1.5.0",
  "description": "Build Falcon Foundry apps with guided workflows for UI, functions, collections, Falcon Fusion SOAR workflows, and API integrations.",
  "author": {
    "name": "CrowdStrike",
    "url": "https://github.com/CrowdStrike"
  },
  "homepage": "https://github.com/CrowdStrike/foundry-skills",
  "repository": "https://github.com/CrowdStrike/foundry-skills",
  "license": "MIT",
  "keywords": [
    "crowdstrike",
    "falcon",
    "foundry",
    "cybersecurity",
    "workflows"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "CrowdStrike Falcon Foundry",
    "shortDescription": "Build Falcon Foundry apps",
    "longDescription": "Create, validate, deploy, and troubleshoot Falcon Foundry apps with specialized guidance for UI, functions, collections, Falcon Fusion SOAR workflows, security, and OpenAPI integrations.",
    "developerName": "CrowdStrike",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "websiteURL": "https://github.com/CrowdStrike/foundry-skills",
    "defaultPrompt": [
      "Create a Falcon Foundry app",
      "Add a Falcon Foundry capability",
      "Troubleshoot a Falcon Foundry app"
    ],
    "brandColor": "#E01F3D",
    "composerIcon": "./assets/crowdstrike-logo.png",
    "logo": "./assets/crowdstrike-logo.png"
  }
}
.claude-plugin/plugin.json
{
  "name": "crowdstrike-falcon-foundry",
  "description": "CrowdStrike Falcon Foundry development skills for building cybersecurity applications on the Falcon platform. Includes UI development, collections, functions, workflows, API integration, security patterns, and debugging workflows. Swagger 2.0 specs are auto-converted to OpenAPI 3.0 via npx swagger2openapi (requires Node.js; network call to npm registry).",
  "version": "1.5.0",
  "author": {
    "name": "CrowdStrike"
  },
  "keywords": [
    "foundry",
    "crowdstrike",
    "cybersecurity",
    "falcon",
    "ui-development",
    "collections",
    "functions",
    "workflows",
    "api-integration",
    "security"
  ]
}
plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "crowdstrike-falcon-foundry",
  "version": "1.5.0",
  "description": "Build Falcon Foundry apps with guided workflows for UI, functions, collections, Falcon Fusion SOAR workflows, and API integrations.",
  "author": {
    "name": "CrowdStrike",
    "url": "https://github.com/CrowdStrike"
  },
  "homepage": "https://github.com/CrowdStrike/foundry-skills",
  "repository": "https://github.com/CrowdStrike/foundry-skills",
  "license": "MIT",
  "keywords": [
    "crowdstrike",
    "falcon",
    "foundry",
    "cybersecurity",
    "workflows"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[crowdstrike-falcon-foundry on Agent Plugins Marketplace](https://pluginsmp.com/plugins/crowdstrike-falcon-foundry)