opencli-browser-sitemap
仓库创建 2026年2月2日最近提交 4 天前SkillHot 收录 20 天前
▸ 精选理由
把先验站点结构纳入决策,减少盲点和错误点击。
▸ 风险提示
依赖站点 sitemap 可用性,过度信任可能导致状态不一致。
这个 Skill 做什么
使用站点 sitemap 辅助 opencli 浏览器安全导航与回退。
在用 opencli 驱动浏览器且站点提供 sitemap 时,利用 sitemap 来辅助安全导航、减少盲点并选择适合的 adapter 或回退路径。sitemap 是先验信息,不是现场真相;会懒加载条目、标记过时项并可从上次会话恢复,但永远不会覆盖 live browser 的实时状态。适合需要有站点地图上下文以避免盲点的浏览任务。
▸ 展开 SKILL.md 英文原文
Use when driving a website with opencli browser and sitemap context is available, requested, or needed to avoid blind navigation. Guides agents to consume site sitemap files lazily, choose adapter/browser fallback paths, resume from state signatures, and mark stale sitemap entries without trusting them over live browser state.
456
Stars
41
Forks
34
仓库内 Skill
+8
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/mxyhi/ok-skills/main/opencli/opencli-browser-sitemap/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/mxyhi/ok-skills/main/opencli/opencli-browser-sitemap/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# opencli-browser-sitemap Use this skill when `opencli browser open` or `opencli browser analyze` reports `sitemap.available: true`, or when the user asks you to use a site's sitemap. The sitemap is **prior knowledge**, not ground truth. It should reduce blind clicking, but it must never override the live browser state. --- ## Consumption Loop 1. Run or reuse `opencli browser <session> state` to know the current page. 2. Read only the smallest relevant sitemap files: - `SITE.md` for site-level orientation. - One matching `pages/<page-id>.md` for current state. - One matching `workflows/<task-id>.md` for the user goal. - `pitfalls.md` only when blocked or warned by the workfl
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有