browser-history
Installation
SKILL.md
Browser History Skill
Arcブラウザの履歴をMarkdown形式で取得する。
使用方法
基本(直近100件)
bash ${CLAUDE_PLUGIN_ROOT}/skills/browser-history/scripts/get_history.sh
件数指定
bash ${CLAUDE_PLUGIN_ROOT}/skills/browser-history/scripts/get_history.sh 50
日付フィルター
bash ${CLAUDE_PLUGIN_ROOT}/skills/browser-history/scripts/get_history.sh 100 2025-01-19
プロファイル指定
bash ${CLAUDE_PLUGIN_ROOT}/skills/browser-history/scripts/get_history.sh 100 "" "Profile 1"
日付+プロファイル指定
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年からのマイクロ秒)
Related skills
More from iemong/agent-skills
commit-summary
|
10slack
|
8mermaid-state-diagram
Generate Mermaid stateDiagram-v2 diagrams from code or specs, with extraction summary and uncertainty notes.
8dig
|
7skill-creator
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
6notion-db
|
1