ai-browser-profile

Query locally stored browser profile data for identity, accounts, and contacts.

51|5|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/m13v/ai-browser-profile --skill ai-browser-profile
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-browser-profile
Source: https://github.com/m13v/ai-browser-profile/tree/main/skill
Command: npx skills add https://github.com/m13v/ai-browser-profile --skill ai-browser-profile

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Locating and using personal data that lives locally in the browser profile is tedious, privacy-sensitive, and error-prone when context is needed for responses. This skill provides safe access to identity, accounts, tools, contacts, addresses, and payment methods stored on the user's device, enabling accurate, context-aware interactions without data leaving the machine.

Core Features & Use Cases

  • Retrieve identity information (name, profile) and basic demographics from the local profile.
  • Query saved accounts, tools/services, contact details, addresses, and payment methods to answer user questions or tailor recommendations.
  • Retrieve the complete local profile (full profile) on demand for thorough context while preserving privacy.
  • Results are ranked and kept on-device; when data is requested, only locally available information is surfaced.

Quick Start

Call query_browser_profile with a natural language query to fetch relevant locally stored profile data.

Frequently Asked Questions about ai-browser-profile

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query local browser profile data to find saved accounts and contacts?

To query local browser profile data for saved accounts and contacts, call query_browser_profile with a natural language query and use optional tags such as identity, contact_info, account, or tool to filter the retrieved results.

Can I retrieve payment methods and addresses from my local browser data without sending it online?

You can retrieve payment methods and addresses from local browser data while keeping it on-device. The skill processes extraction locally and only surfaces information stored on your machine to preserve privacy.

What is the process for extracting identity information from a local browser profile?

Extracting identity information from a local browser profile requires running the extract_browser_profile action first. This gathers the local data, enabling query_browser_profile to retrieve names and other identity details.

Do I need to install any extra dependencies to access locally stored browser data?

No, you do not need extra dependencies to access locally stored browser data. The skill operates without external dependencies, relying solely on the local extract_browser_profile and query_browser_profile functions.

How do I list all tools and services saved in my browser profile?

List all tools and services saved in your browser profile by calling query_browser_profile with the 'tool' tag. This queries your locally stored data to discover and surface relevant services.

What are the limitations when querying local browser data for personal context?

A limitation when querying local browser data is that only locally available information is surfaced. If data is not stored in the browser profile, it cannot be retrieved or used for personal context.