OpenClaw
Deploy a managed OpenClaw agent in 60 seconds
Launch on Hostinger →
Hermes Agent
Run your Hermes agent, fully managed
Launch on Hostinger →
Apify
6,000+ web scrapers for your agent, free to start
Try Apify free →
Firecrawl
Crawl and scrape any site into clean data
Try Firecrawl free →
Context.dev
One API to scrape, enrich, and extract the web
Start building free →
SetupClaw
Done-for-you OpenClaw for founders and teams
Get it set up for you →
DataForSEO
SEO data APIs for your agent, $1 free credit
Try DataForSEO free →
Your product here
Reach thousands of AI builders a month
Learn more →
Claude Market
Menu
SkillsMCPPluginsSubmit MCPSkillPluginMCPMCP, plugin, or skillAdvertise
Claude Market
SkillsMCPPluginsSubmit MCPSkillPluginMCPMCP, plugin, or skillAdvertise
Skills/jackwener/opencli/opencli-browser-sitemap
opencli-browser-sitemap logo

opencli-browser-sitemap

jackwener/opencli
1K installs24K stars
Run it on Hostinger →Free API →|View on GitHub

Installation

npx skills add https://github.com/jackwener/opencli --skill opencli-browser-sitemap

Summary

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.

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 workflow.
  1. Prefer the workflow's Best path. If it names an adapter such as opencli twitter post, use that before raw browser actions.
  2. If the adapter is unavailable or fails, use the Fallback path browser workflow.
  3. After each navigation or state-changing action, refresh state and compare the workflow's state_signature.
  4. If reality disagrees, trust reality, continue probing, and write a local stale note or draft patch.
  5. If an action recovery includes adapter_health_update: <adapter> -> suspect|broken, update the local overlay workflow that references that adapter so future agents go straight to the fallback path.

---

Lookup Order

Read local overlay first, then global seed:

~/.opencli/sites/<site>/sitemap/    # local overlay
sitemaps/<site>/                    # repo seed (top-level)

Local files override global files with the same stable id.

Do not load an entire large sitemap into context. If the directory is large, list filenames first and then read only the page/workflow you need.

---

Trust Reality Rule

If sitemap says a button, URL, route, or API should exist but the browser does not show it:

  • Re-run state or find with semantic anchors.
  • Check whether login, locale, viewport, A/B test, or route state differs.
  • Follow the real page if a safe path is visible.
  • Mark the sitemap item stale in local overlay.

Never keep clicking because "the sitemap says it should work."

---

Stale / Draft Notes

When you discover drift, write a small local note under the relevant page/workflow file or a draft file in the local overlay:

Stale note:
- observed_at: YYYY-MM-DD
- current_url:
- expected:
- actual:
- next_probe:

Do not edit global seed files unless the task is explicitly a sitemap-authoring or repo PR task.

Adapter Health Write-Back

When an adapter fails and the sitemap action or workflow tells you to update adapter health:

  1. Find the local workflow file under ~/.opencli/sites/<site>/sitemap/workflows/ whose Best path references the adapter command.
  2. If no local workflow exists, copy the matching global workflow into the local overlay first; never edit the global seed directly during browser task execution.
  3. Set adapter_health: suspect or broken as directed.
  4. Add a short stale note with observed error, current URL, and timestamp.
  5. Continue with the browser fallback path.

This write-back is the memory loop: the current agent falls back once, and the next agent does not waste a turn retrying a known-suspect adapter.

---

Output Discipline

When reporting back, include:

  • Path chosen: adapter best path or browser fallback.
  • Checkpoint reached: current URL/state signature.
  • Sitemap health: used as-is, stale marked, or missing workflow.

Keep the report task-focused. Do not summarize the whole sitemap.

Score

0–100
65/ 100

Grade

C

Popularity17/30

1,446 installs — growing adoption. Source repo has 24,350 GitHub stars.

Completeness27/30

Documented: full SKILL.md body, description, one-line install. Missing: category/license metadata.

Trust15/25

Community skill with a public GitHub source repository you can review.

Freshness6/15

No update timestamp is tracked for this skill in our catalog.

Scored automatically from popularity, completeness, trust, and freshness — computed only from data in our catalog, never fabricated.

Proud of your score? Add this badge to your README.

Paste a snippet into your GitHub README. The badge updates automatically and links back to this page.

Opencli Browser Sitemap skill score badge previewScore badge

Markdown

[![Opencli Browser Sitemap skill](https://www.claudemarket.ai/skills/jackwener/opencli/opencli-browser-sitemap/badges/score.svg)](https://www.claudemarket.ai/skills/jackwener/opencli/opencli-browser-sitemap)

HTML

<a href="https://www.claudemarket.ai/skills/jackwener/opencli/opencli-browser-sitemap"><img src="https://www.claudemarket.ai/skills/jackwener/opencli/opencli-browser-sitemap/badges/score.svg" alt="Opencli Browser Sitemap skill"/></a>

Opencli Browser Sitemap FAQ

How do I install the Opencli Browser Sitemap skill?

Run “npx skills add https://github.com/jackwener/opencli --skill opencli-browser-sitemap” in your terminal. The skill is added to your agent's skills directory and picked up automatically on the next run — no restart or extra configuration needed.

What does the Opencli Browser Sitemap skill do?

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. The full SKILL.md on this page shows the exact instructions the skill gives your agent.

Is the Opencli Browser Sitemap skill free?

Yes. Opencli Browser Sitemap is a free, open-source skill published from jackwener/opencli. As with any third-party skill, review the source repository before installing it into an agent with sensitive access.

Does Opencli Browser Sitemap work with Claude Code and OpenClaw?

Yes. Skills use the portable SKILL.md format, so Opencli Browser Sitemap works with Claude Code, OpenClaw, Codex, Hermes, and any other agent that reads SKILL.md skills.

Recommended skills

Browse all →
agent-browser logo

agent-browser

vercel-labs/agent-browser

623K installsInstall
agent-browser logo

agent-browser

101-skills/skills

108K installsInstall
browser-act logo

browser-act

browser-act/skills

107K installsInstall
browser-use logo

browser-use

browser-use/browser-use

89K installsInstall
browser-act-skill-forge logo

browser-act-skill-forge

browser-act/skills

85K installsInstall
find-skills logo

find-skills

vercel-labs/skills

2.8M installsInstall

Related guides

Hand-picked reading to help you choose, install, and use agent skills.

GuideOpenclaw Bazaar Persistent Memory SkillsGuide10 Openclaw Skills Every Nextjs Developer NeedsGuideBest Openclaw Skills 2026

Skills by category

FrontendBackend & APIsTesting & QASecurityDevOps & CI/CDMCP & ToolingAutomationData & Analysis+20 more

MCP servers by category

AI & MLDeveloper ToolsVector & MemoryFiles & DocsDatabasesFinance & PaymentsBrowser & ScrapingCommunication+8 more

Plugins by category

developmentproductivitycommunicationdesignsecuritydatabaseworkflowcompliance+34 more

The Agent Stack

Weekly Claude Code, Agent SDK, and MCP moves worth your time — free.

Claude Market

AI agent skills directory, marketplace, and workflow hub for OpenClaw, Hermes Agent, Claude Code, Codex, and MCP-powered operator stacks.

Independent project, not affiliated with Anthropic.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Plugins

More

  • Submit a Tool
  • Create a Skill
  • Advertise
  • Free Tools
  • API
  • Shipping
  • Contact
  • Terms
  • Privacy
© 2026 Claude Market · Not affiliated with Anthropic
Fazier badgeFeatured on Twelve ToolsFeatured on Wired BusinessRemote OpenClaw - Featured on AI Agents DirectoryListed on Turbo0Featured on Uneed