
When you're automating browser tasks with opencli and a sitemap exists, this skill keeps you from clicking blindly while preventing you from trusting stale documentation over live state. It teaches a lazy consumption pattern: read only the specific page or workflow file you need, try the adapter path first (like `opencli twitter post`), fall back to browser actions if it fails, then write health notes locally so the next agent doesn't retry broken paths. The discipline is simple: sitemap reduces guessing, but if the button isn't there when you check, trust what you see and mark the drift.
npx -y skills add jackwener/opencli --skill opencli-browser-sitemap --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.