Help us improve
Share bugs, ideas, or general feedback.
Endor Labs ai plugin for AI-native application security — scan and analyze your software supply chain
npx claudepluginhub endorlabs/ai-pluginsSet up endorctl and use Endor Labs to scan, prioritize, and fix security risks across your software supply chain
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 83 marketplace plugins, 191 local specialized agents, and 155 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
Endor Labs helps developers spend less time dealing with security issues and more time accelerating development through safe Open Source Software (OSS) adoption. Our Dependency Lifecycle Management™ Solution helps organizations maximize software reuse by enabling security and development teams to select, secure, and maintain OSS at scale.
The Endor Labs Setup Skill automates the installation, authentication, and namespace configuration of endorctl across multiple AI coding platforms. Once set up, endorctl is ready for security scans and other Endor Labs operations.
The following pre-requisites are required for the Endor Labs Setup Skill to successfully run:
Choose one of the following ways to get started:
Install skill dependency
Install the skills dependency if not already installed:
npm install -g skills
Add skill to agents
Add the skill to OpenCode, Claude Code, Codex, Cursor, Cursor-cli and other agents:
npx skills add endorlabs/ai-plugins
1. Build the Skill
# Clone this repository
git clone <your-repo-url>
cd ai-plugins
# Build the skill
chmod +x build.sh
./build.sh
This creates endor-setup.skill in the dist/ directory.
2. Install the plugin (for Claude Code)
# Inside claude code
/plugin marketplace add endorlabs/ai-plugins
/plugin install ai-plugins@endorlabs
Install for other agents: Follow your specific AI agent's skill installation documentation.
The skill responds to natural language requests.
Example (using Claude Code):
# Set up endorctl
claude "set up endorctl"
# Install and authenticate
claude "install endorctl and authenticate with Endor Labs"
# Change namespace
claude "switch to namespace my-company.my-project"
# Re-authenticate
claude "re-authenticate endorctl with a different account"