opencli-usage
仓库创建 2026年2月2日最近提交 4 天前SkillHot 收录 20 天前
▸ 精选理由
作为会话入口,帮助 agent 快速选对子技能与命令路径。
这个 Skill 做什么
概述 opencli 功能、适配器发现与常用命令与输出格式。
把 opencli 的能力、如何发现 adapter、通用 flag 和输出格式做一张总览地图,告诉你下一步该加载哪个专门技能。适合在启动 opencli 会话或不确定如何把某个站点/应用转成 opencli 命令时查看。特点是把适配器命名空间、通用用法和常见场景一目了然,便于快速上手。
▸ 展开 SKILL.md 英文原文
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?".
456
Stars
41
Forks
34
仓库内 Skill
+8
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/mxyhi/ok-skills/main/opencli/opencli-usage/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/mxyhi/ok-skills/main/opencli/opencli-usage/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# opencli-usage OpenCLI turns any website, Electron desktop app, or external CLI into a uniform `opencli <site> <command>` surface that agents can drive without screen-scraping. This skill is the orientation layer — once you know what you want to do, load one of the specialized skills below. ## The three pillars - **Adapter commands** — `opencli <site> <command> [...]`. Built-in adapters live in `clis/`, user adapters in `~/.opencli/clis/`. Each is backed by a strategy (`PUBLIC | COOKIE | INTERCEPT | UI | LOCAL`) that tells you whether a Chrome session is needed. - **Browser driving** — `opencli browser *` subcommands (`open`, `state`, `click`, `type`, `select`, `find`, `extract`, `networ
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有