autofill-profiles

Convert Chromium Web Data autofill entries into structured profiles.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill extracts structured autofill data from Chromium Web Data SQLite files, enabling you to build complete identity profiles from browser-saved information.

Core Features & Use Cases

  • Extracts autofill fields such as name, email, phone, address, and company from Web Data.
  • Aggregates profiles across Chromium-based browsers (Chrome, Arc, Brave, Edge) and multiple user profiles.
  • Supports downstream indexing and analysis for identity memory or privacy-aware data tools.

Quick Start

Run the extractor on your Chromium Web Data SQLite file to generate structured autofill profiles.

Frequently Asked Questions about autofill-profiles

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

FAQPage Schema
How do I extract autofill data from a Chromium Web Data SQLite file?

Yes, Chrome autofill extraction works across Arc, Brave, and Edge because they are all Chromium-based browsers. The Skill parses the standard Web Data SQLite database structure found in these browsers to aggregate multiple user profiles.

Can I extract multiple user profiles from Chrome and Edge autofill databases?

Yes, Chrome autofill extraction works across Arc, Brave, and Edge because they are all Chromium-based browsers. The Skill parses the standard Web Data SQLite database structure found in these browsers to aggregate multiple user profiles.

What structured fields can I get from browser autofill Web Data extraction?

Chromium Web Data extraction supports downstream indexing and analysis for identity memory or privacy-aware data tools. The output provides structured, aggregated profiles that can be directly fed into indexing systems or data analysis pipelines.

How do I convert browser autofill entries into structured profiles for indexing?

Chromium Web Data extraction supports downstream indexing and analysis for identity memory or privacy-aware data tools. The output provides structured, aggregated profiles that can be directly fed into indexing systems or data analysis pipelines.

Do I need any special dependencies to parse Chromium Web Data SQLite files?

No special dependencies are required to parse Chromium Web Data SQLite files for autofill extraction. The Skill operates independently to read the database, map type_tokens to semantic fields, and generate structured profile outputs.