opencli-sitemap-author
仓库创建 2026年2月2日最近提交 4 天前SkillHot 收录 20 天前
▸ 精选理由
把人工探索的稳定路径转成 agent 可用的导航图。
▸ 风险提示
可能引导爬取敏感页面,需遵守爬虫与隐私规则。
这个 Skill 做什么
为 opencli 编写适配器用的任务执行型站点 sitemap。
为 OpenCLI 写面向代理的站点 sitemap,关注任务执行路径、页面状态、动作、工作流和回退策略,而不是做 SEO。在浏览器探索出稳定的站点上下文或 sitemap 过时时使用,目标是让代理判断当前位置、选合适的 adapter 并在页面不一致时恢复。保持精简并只捕获与任务相关的路径。
▸ 展开 SKILL.md 英文原文
Use when creating or maintaining OpenCLI site sitemaps: agent-facing navigation, page-state, action, workflow, API-reference, pitfall, and fallback knowledge for a website. Use after browser exploration discovers durable site context, when a sitemap is stale, or when promoting local site knowledge into the repo.
456
Stars
41
Forks
34
仓库内 Skill
+8
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/mxyhi/ok-skills/main/opencli/opencli-sitemap-author/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/mxyhi/ok-skills/main/opencli/opencli-sitemap-author/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# opencli-sitemap-author You are authoring a **task execution graph for agents**, not an SEO sitemap. The artifact should help an agent using `opencli browser` decide where it is, what path to take next, which OpenCLI adapter to prefer, and how to recover when the page disagrees with memory. Keep the sitemap small and verified. Do not crawl a whole site. Capture only task-relevant paths that you actually observed. --- ## Storage Model Two layers: - **Global seed**: `sitemaps/<site>/` (top-level) - **Local overlay**: `~/.opencli/sites/<site>/sitemap/` Local overlay wins by stable id. Write new discoveries to local first. Promote to global only after review. Recommended layout: ```tex
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有