kernel-profiles

Profiles store persistent browser state including cookies, local storage, and browser history.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "kernel-profiles" with this command: npx skills add kernel/skills/kernel-skills-kernel-profiles

Profiles

Profiles store persistent browser state including cookies, local storage, and browser history.

When to Use

Use profiles for:

  • Persistent login state - Stay logged into websites across browser sessions

  • Site preferences - Preserve user settings and configurations

  • Testing with authentication - Test authenticated flows without re-logging in

  • Multi-account management - Maintain separate profiles for different accounts

  • Session reuse - Avoid repeated authentication flows in automation

  • Cookie management - Preserve and reuse cookies across sessions

Prerequisites

Load the kernel-cli skill for Kernel CLI installation and authentication.

Create Profile

Create with a unique name

kernel profiles create --name my-profile

Create without a name (auto-generated ID)

kernel profiles create

List Profiles

kernel profiles list -o json

MCP Tool: Use kernel:list_profiles .

Get Profile Details

Get by name

kernel profiles get my-profile

Delete Profile

Delete with confirmation prompt

kernel profiles delete my-profile

MCP Tool: Use kernel:delete_profile .

Download Profile

Download profile data as ZIP

kernel profiles download my-profile --to profile.zip

The downloaded file contains the profile's cookies and local storage data.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

kernel-auth

No summary provided by upstream source.

Repository SourceNeeds Review
General

kernel-browser-management

No summary provided by upstream source.

Repository SourceNeeds Review
General

kernel-computer-controls

No summary provided by upstream source.

Repository SourceNeeds Review
General

kernel-replays

No summary provided by upstream source.

Repository SourceNeeds Review