browser-history

Arcブラウザの履歴を取得してMarkdown形式で出力するスキル。 使用タイミング: (1) 最近見たサイトを確認したい (2) 履歴から特定のURLを探したい

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "browser-history" with this command: npx skills add iemong/agent-skills/iemong-agent-skills-browser-history

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:30Example Sitehttps://example.com

注意事項

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

slack

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

mermaid-state-diagram

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

dig

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

commit-summary

No summary provided by upstream source.

Repository SourceNeeds Review