by bingoYB
HamHome is an AI-powered browser extension for browser workspace for bookmarks & tabs: auto-categorization, summaries, semantic search, and secure WebDAV sync. | HamHome 是一款 AI 驱动的浏览器工作空间插件,用于智能管理浏览器书签与标签页工作区,支持智能分类、网页摘要、语义检索与 WebDAV 同步。
# Add to your Claude Code skills
git clone https://github.com/bingoYB/ham_homeLast scanned: 7/11/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-07-11T06:12:28.666Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}ham_home is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by bingoYB. HamHome is an AI-powered browser extension for browser workspace for bookmarks & tabs: auto-categorization, summaries, semantic search, and secure WebDAV sync. | HamHome 是一款 AI 驱动的浏览器工作空间插件,用于智能管理浏览器书签与标签页工作区,支持智能分类、网页摘要、语义检索与 WebDAV 同步。. It has 100 GitHub stars.
Yes. ham_home passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/bingoYB/ham_home" and add it to your Claude Code skills directory (see the Installation section above).
ham_home is primarily written in TypeScript. It is open-source under bingoYB on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh ham_home against similar tools.
No comments yet. Be the first to share your thoughts!
AI browser workspace for bookmarks, tabs, sessions, and Agent-assisted extension control
HamHome is a browser extension for turning everyday browsing into an organized, searchable workspace. It combines AI-assisted bookmark saving, a full bookmark library, page snapshots, an Agent that understands and operates HamHome, restorable tab workspaces, and native browser Tab Group automation.
By default, bookmarks, categories, settings, snapshots, vectors, workspaces, and rules live in your browser storage. You can connect your own AI provider for analysis and semantic search, and optionally use WebDAV or export/import files to move structured data across devices.
👉 View Product Introduction - Learn more about the product and download options.
| Quick Save Popup | Bookmark Library |
|---|---|
![]() |
![]() |
| Bulk Bookmark Actions | In-page Content Panel |
![]() |
![]() |
| AI Agent | Workspaces |
![]() |
![]() |
| Tab Group Rules | Import, Export, and Sync |
![]() |
![]() |
ham omnibox keyword when enabled.chrome.tabGroups; Firefox can store rules but does not run native Tab Group automation where the API is unavailable.obsidian://new flow, with clipboard fallback and unchanged-content skipping./HamHomeSync: settings, bookmark/category data, bookmark text content, workspaces, workspace categories, and Tab Group configuration. Local HTML/Markdown snapshot blobs stay local unless you export or sync them through the Obsidian workflow.| Browser | Status |
|---|---|
| Chrome / Chromium | Manifest V3 |
| Microsoft Edge | Manifest V3 |
| Firefox | Firefox build, 109+ configured; native Tab Group automation depends on browser API support |
git clone https://github.com/bingoYB/ham_home.git
cd ham_home
pnpm install
pnpm build:extension
Load the built extension:
chrome://extensions/, enable Developer mode, choose Load unpacked, and select apps/extension/.output/chrome-mv3.edge://extensions/, enable Developer mode, choose Load unpacked, and select apps/extension/.output/edge-mv3.about:debugging, choose This Firefox, choose Load Temporary Add-on, and select apps/extension/.output/firefox-mv2/manifest.json.# Install workspace dependencies
pnpm install
# Run extension dev builds
pnpm dev:extension
pnpm dev:ext-firefox
pnpm dev:ext-edge
# Run the Next.js product site
pnpm dev:web
# Build
pnpm build
pnpm build:extension
pnpm build:web
# Package and submit extension builds
pnpm zip:extension
pnpm submit:init
pnpm submit:extension
# Tests and screenshots
pnpm --filter hamhome test
pnpm --filter hamhome test:e2e:install
pnpm --filter hamhome test:e2e
pnpm --filter hamhome screenshots
@hamhome/ui and @hamhome/ui-business@browser-agent-sdk/agent, provider adapters, embedding queue, hybrid retriever