npx skills add https://github.com/kernel/skills --skill kernel-python-sdkInstala esta habilidad con la CLI y comienza a usar el flujo de trabajo SKILL.md en tu espacio de trabajo.
Official AI agent skills from the Kernel for installing useful skills for our CLI and SDKs that you can load into popular coding agents.
# Add the Kernel skills marketplace
/plugin marketplace add kernel/skills
# Install the CLI skill (includes kernel-auth)
/plugin install kernel-cli
# Install the SDK skills (TypeScript & Python)
/plugin install kernel-sdks
Install from the Cursor Marketplace:
The Cursor plugin includes all skills, an MCP server for cloud browser management, and best-practice rules.
npx skills add kernel/skills
git clone https://github.com/kernel/skills.git
cp -r skills/plugins/kernel-cli ~/.claude/skills/
cp -r skills/plugins/kernel-sdks ~/.claude/skills/
Before using these skills, ensure you have:
Kernel CLI installed:
brew install kernel/tap/kernel
Authenticated with Kernel:
export KERNEL_API_KEY=<api-key> or
kernel login
Once installed, your coding agent will automatically know how to use Kernel.
Command-line interface skills for using Kernel CLI commands.
| Skill | Description |
|---|---|
| kernel-cli | Complete guide to Kernel CLI - cloud browser platform with automation, deployment, and management |
| kernel-agent-browser | Best practices for agent-browser -p kernel automation, bot detection handling, iframes, login persistence |
| kernel-auth | Setup and manage Kernel authentication connections for any website with safety checks and reauthentication support |
| profile-website-bot-detection | Profile a website for bot detection vendors using stealth vs non-stealth Kernel browsers; compare effectiveness and identify vendor products |
SDK skills for building browser automation with TypeScript and Python.
| Skill | Description |
|---|---|
| typescript-sdk | Build automation with Kernel's Typescript SDK |
| python-sdk | Build automation with kernel's Python SDK |
MIT