Skip to main content

← All sources

OpenCLI skills

Make Any Website into CLI & Use your logged-in browser by AI agent. 7 skills. skills-hub.ai mirrors 7 skills from OpenCLI daily, every skill links back to its upstream GitHub source. Install with one command across Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible tool.

Upstream: github.com/jackwener/OpenCLI

Installing a OpenCLI skill

Pick a skill below, then run the install command for your AI coding tool. The skills-hub CLI writes the SKILL.md to the right directory and tracks the install in .skills.json so your team gets reproducible installs.

# Install a OpenCLI skill
npx @skills-hub-ai/cli install <skill-slug>

# Browse all OpenCLI skills via API
curl https://skills-hub.ai/api/v1/skills?source=opencli

# Browse all sources
open https://skills-hub.ai/sources

Top OpenCLI skills

See all →

The most-installed skills from OpenCLI, ranked by adoption.

  1. 01opencli-autofix

    Automatically fix broken OpenCLI adapters when commands fail. Load this skill when an opencli command fails — it guides you through collecting a trace artifact, patching the adapter, retrying, and filing an upstream GitHub issue after a verified fix. Works with any AI agent.

    Buildfrom OpenCLI
  2. 02opencli-usage

    Use at the start of any OpenCLI session — this is the top-level map of what `opencli` can do, how to discover adapters, what flags and output formats are universal, and which specialized skill to load next. Point here when an agent asks "what can opencli do?" or "how do I find the right command?".

    Buildfrom OpenCLI
  3. 03opencli-adapter-author

    Use when writing an OpenCLI adapter for a new site or adding a new command to an existing site. Guides end-to-end from first recon through field decoding, adapter coding, and verify. Replaces opencli-oneshot / opencli-explorer. For ad-hoc browser driving (no adapter), see opencli-browser instead; for a top-level orientation to opencli, see opencli-usage.

    Buildfrom OpenCLI
  4. 04opencli-browser

    Use when an agent needs to drive a real Chrome window via opencli — inspect a page, fill forms, click through logged-in flows, or extract data ad-hoc. Covers the selector-first target contract, compound form fields, stale-ref handling, network capture, and the agent-native envelopes the CLI returns. Not for writing adapters — see opencli-adapter-author for that.

    Buildfrom OpenCLI
  5. 05opencli-browser-sitemap

    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.

    Buildfrom OpenCLI
  6. 06opencli-sitemap-author

    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.

    Buildfrom OpenCLI
  7. 07smart-search

    基于 opencli 命令的智能搜索路由器。当用户想要使用 OpenCLI、CLI 或 API 搜索、查询、查找或研究信息时,尤其是涉及指定网站、社交媒体、技术资料、新闻、购物、旅游、求职、金融或中文内容时,务必使用此 skill

    Buildfrom OpenCLI

About this source

skills-hub.ai mirrors skills from 90+ official GitHub repositories every day. Each imported skill is parsed from a SKILL.md file in the source repo, gets a security scan and quality score on import, and links back to its upstream source of truth.

Last sync: Aug 18, 2026, 5:22 PM (success).

OpenCLI skills, frequently asked

What are OpenCLI skills?

OpenCLI skills are AI coding skills published by OpenCLI (Make Any Website into CLI & Use your logged-in browser by AI agent. 7 skills.) and mirrored daily on skills-hub.ai. They are SKILL.md files that follow the open Agent Skills standard, so they work in Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool.

How many OpenCLI skills are available?

skills-hub.ai indexes 7 skills from OpenCLI, synced daily from the upstream GitHub repository (https://github.com/jackwener/OpenCLI).

How do I install a OpenCLI skill?

Run `npx @skills-hub-ai/cli install <skill-slug>` in your project. The CLI writes the SKILL.md to the right directory for your AI tool and adds it to your `.skills.json` lockfile so your team gets the same skills at the same versions.

Are these official OpenCLI skills?

Yes. Every skill from this source is mirrored from OpenCLI's own GitHub repository (https://github.com/jackwener/OpenCLI). Each skill page links back to the upstream source of truth, so you can verify the original.