🎯

browser-history

🎯Skill

from iemong/agent-skills

VibeIndex|
What it does

Retrieves and formats Arc browser history into a Markdown table with flexible filtering options for count, date, and profile.

📦

Part of

iemong/agent-skills(6 items)

browser-history

Installation

Quick InstallInstall with npx
npx skills add iemong/agent-skills
Add MarketplaceAdd marketplace to Claude Code
/plugin marketplace add iemong/agent-skills
Install PluginInstall plugin from marketplace
/plugin install dig@iemong/agent-skills
Install PluginInstall plugin from marketplace
/plugin install slack@iemong/agent-skills
Quick InstallInstall with npx
npx skills add
📖 Extracted from docs: iemong/agent-skills
2Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

|

Overview

# Browser History Skill

Arcブラウザの履歴をMarkdown形式で取得する。

使用方法

基本(直近100件)

```bash

bash ${CLAUDE_PLUGIN_ROOT}/skills/browser-history/scripts/get_history.sh

```

件数指定

```bash

bash ${CLAUDE_PLUGIN_ROOT}/skills/browser-history/scripts/get_history.sh 50

```

日付フィルター

```bash

bash ${CLAUDE_PLUGIN_ROOT}/skills/browser-history/scripts/get_history.sh 100 2025-01-19

```

プロファイル指定

```bash

bash ${CLAUDE_PLUGIN_ROOT}/skills/browser-history/scripts/get_history.sh 100 "" "Profile 1"

```

日付+プロファイル指定

```bash

bash ${CLAUDE_PLUGIN_ROOT}/skills/browser-history/scripts/get_history.sh 100 2025-01-19 "Profile 1"

```

出力形式

Markdownテーブル形式で出力:

| 日時 | タイトル | URL |

|------|----------|-----|

| 2025-01-19 15:30 | Example Site | https://example.com |

注意事項

  • Arcが起動中はDBがロックされるため、一時ファイルにコピーして読み取る
  • last_visit_timeはWebKitタイムスタンプ(1601年からのマイクロ秒)