Skip to main content
kernel
GitHub creator profile

kernel

Repository-level view of 35 collected skills across 8 GitHub repositories.

skills collected
35
repositories
8
updated
Aug 6, 2026
repository explorer

Repositories and representative skills

kernel-auth
unclassified

Use Kernel managed auth whenever an agent needs to do something on a website as a logged-in user, including browsing, operating, automating, testing, debugging, or inspecting authenticated content. Reuse or create auth connections, complete hosted login…

Aug 6, 2026
kernel-agent-browser
software-developers

Best practices for using agent-browser with Kernel cloud browsers. Use when automating websites with agent-browser -p kernel, tuning stealth or proxy behavior, persisting profiles, handling iframes, discovering Kernel session IDs or live views, or cleaning up…

Jul 27, 2026
kernel-python-sdk
software-developers

Build and debug Python browser automation with the Kernel SDK, including browser lifecycle, server-side Playwright, CDP, profiles, proxies, and reliable cleanup.

Jul 27, 2026
profile-website-bot-detection
software-developers

Profile a website for bot detection vendors using stealth vs non-stealth Kernel browsers. Use when analyzing bot detection on a website, comparing stealth effectiveness, identifying anti-bot vendors and products, or detecting challenge types.

Jul 25, 2026
kernel-cli
software-developers

Use the Kernel CLI to manage cloud browsers, apps, profiles, proxies, managed auth, API keys, projects, and organization limits. Use when installing or authenticating the CLI, looking up current command syntax, or choosing the right command group.

Jul 25, 2026
debug-browser-session
software-developers

Systematically debug a Kernel cloud browser session — VM issues, network errors, Chrome crashes, page-load failures, and live-view problems. Use when a browser session misbehaves (e.g. ERR_HTTP2_PROTOCOL_ERROR, "browser not responding", blank/error pages,…

Jul 25, 2026
diff-profile-archives
software-developers

Compare two Kernel profile snapshots to investigate behavioral differences. Use when an issue (e.g. login failure, captcha, broken automation, vendor mismatch) reproduces on one profile but not another, or when a "good" vs "bad" profile needs to be diffed.…

Jul 25, 2026
kernel-browser-harness
software-developers

Best practices for using browser-use's open-source browser-harness with Kernel cloud browsers over CDP. Use when driving a Kernel browser from browser-harness, extracting a CDP URL from `kernel browsers create`, or running multi-step or parallel harness…

Jul 25, 2026
Showing 8 of 10 collected skills.
manual-testing
software-quality-assurance-analysts-and-testers

Playbook for running a manual, end-to-end test of the pi-skillopt plugin in a real pi session — drive the skillopt-create / taskpack / finalize skills against an example, watch the loop progress, and analyze the run. Use when asked to "manually test…

Jun 8, 2026
skillopt-create
computer-occupations-all-other

Set up and run a SkillOpt-style optimization loop for a single agent SKILL.md, scored by Harbor rollouts. Gathers the skill, the rollout environment (backend, agent, model, preloads), generates a task pack if none exists, then starts the loop. Use when asked…

Jun 8, 2026
skillopt-finalize
computer-occupations-all-other

Close out a skillopt run — measure the optimized skill on the held-out test split, produce best_skill.md, and emit a clean diff + report against the original skill. Use when a skillopt loop has plateaued or the user asks to "finalize", "wrap up the skillopt…

Jun 8, 2026
skillopt-taskpack
computer-occupations-all-other

Generate a Harbor task pack (tasks + verifiers + split manifest) from just a SKILL.md, so the skill can be scored by rollouts. Derives representative tasks from what the skill teaches, defines objective verifiers (outcome + skill-adherence), and emits…

Jun 8, 2026
jq-surgeon
software-developers

Query and transform JSON with the jq CLI so the result is both correct and consumable by the next step. Covers raw vs encoded output, missing-key and error semantics, safe value injection with --arg/--argjson, multi-input handling, and the core transform…

Jun 8, 2026
reversible-migrations
database-architects

Teaches an agent to author SQL schema migrations as reversible up/down pairs against a populated SQLite database, applied with the sqlite3 CLI. Every change ships as NNNN_name.up.sql plus NNNN_name.down.sql, where the down returns the database to its exact…

Jun 8, 2026
format-answer
software-developers

Toy skill used by the hello-harbor example. Teaches an agent to answer a question by writing the value, wrapped in <answer></answer> tags, to the file the task names.

Jun 5, 2026
Showing 8 of 8 repositories
All repositories loaded