agent-browser open {URL}agent-browser snapshot -i --json → 提取導航、目錄| 模式 | 觸發方式 | 輸入類型 | 輸出 |
|---|---|---|---|
| 模式 A:網站抓取 | 「抓取 https://...」 | URL | 網站結構概念卡片 |
| 模式 B:自然語言 | 「教學構想:...」 | 文字描述 | 標準概念卡片 |
| 模式 C:檔案引用 | 「執行 ideatorich,引用 C:\xxx.md」 | .md / .txt 檔案 | 標準概念卡片 |
| 字段 | 說明 | 適用模式 |
|---|---|---|
source_type |
輸入來源類型:manual / url_scrape / file | 全部 |
source_url |
被抓取網址(僅 URL 模式) | 模式 A |
scrape_timestamp |
抓取時間戳 | 模式 A |
nav_structure |
導航結構陣列 | 模式 A |
layout_pattern |
排版佈局模式描述 | 模式 A |
{
"concept_id": "SCRAPE-20260409-001",
"title": "Example 教學網站結構分析",
"core_value": "提供系統化線上學習體驗",
"target_audience": "初學者到進階學習者",
"content_outline": [
"首頁:課程概覽 + 推薦內容",
"導航:課程分類 / 會員專區 / 學習記錄",
"章節:影片 + 講義 + 練習題"
],
"source_type": "url_scrape",
"source_url": "https://example.com/teaching-site",
"nav_structure": ["首頁", "課程", "會員", "關於"],
"layout_pattern": "左側導航 + 右側內容區塊",
"difficulty": "中",
"priority": 8,
"status": "構想階段",
"created_at": "2026-04-09T13:41:00Z"
}
| 下游技能 | 影響程度 | 說明 |
|---|---|---|
| merge-docx | ✅ 無影響 | 僅讀取 ideatorich.docx,來源透明 |
| content-studio | ✅ 無影響 | 僅處理 docx→HTML,無需感知來源 |
| aiworkforme-update | ✅ 無影響 | 僅部署 HTML,無需感知來源 |
| 文檔 | 用途 | 路徑 |
|---|---|---|
| 33-ideatorich-optimization.html | v2.0 優化參考 | wh-all-deploy/ |
| agent-browser SKILL.md | 網站抓取技術參考 | ~/.workbuddy/skills/agent-browser-clawdbot/ |
| ideatorich SKILL.md (v2.0) | 現有技能檔案 | ~/.workbuddy/skills/ideatorich/ |