Skip to main content
Back to the directory
jackwener/opencliSoftware EngineeringFrontend and Design

opencli-explorer

SkillJury is still gathering richer source copy for this listing. Community reviews, install context, and source proof are shown below.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
4

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/jackwener/opencli --skill opencli-explorer
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, opencli-explorer has 4 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: jackwener/opencli. Canonical URL: https://skills.sh/jackwener/opencli/opencli-explorer.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
从零到发布:API 发现 → 认证策略 → 写适配器 → 测试验证。 [!CAUTION] 必须通过浏览器打开目标网站去探索! 不要只靠静态分析。 很多 API 是 懒加载 的——字幕、评论、关注列表等深层数据只有点击后才触发。 用上方工作流打开页面 → 模拟交互 → 抓包。关注: Vue + Pinia → 可用 Store Action 绕过签名(Tier 4)。 先复用现有适配器 ,不要从零开始: 改 3 处即可: name 、API URL、字段映射。 Bilibili 平台 SDK ( clis/bilibili/utils.js ): 所有适配器统一使用 cli() API,放入 clis/ / .js 即自动注册。 完整模板(Tier 1~4)、分页模式、错误处理规范( throw CliError + YAML envelope)→ adapter-templates.md 最简结构 (Tier 2 Cookie): 级联请求、tap 调试、抗变更模式 → advanced-patterns.md 构建通过 ≠ 功能正常 。必须实际运行并确认输出。 两种开发场景 : Done 标准 :命令运行后返回非空表格,且字段符合预期。 生成的候选 TS 保存在 .opencli/explore/mysite/candidates/ ,复制到 clis/mysite/ 并微调。 - URL pattern : /api/v2/hot?limit=20 → 要调用的端点 - Method :GET / POST - Request Headers :Cookie? Bearer? 自定义签名头(X-s、X-t)? - Response Body :数据路径( data.items 、 data.list ) - 后缀爆破法 ( .json ) :Reddit、雪球等,URL 加 .json 直接拿 REST 数据(Tier 2 秒杀) - 全局状态法 ( __INITIAL_STATE__ ) :SSR 站点(B站、小红书)首页数据挂载在 window 上 - 主动交互触发法 :懒加载 API 需要点击按钮("CC"、"展开全部")才触发 - 框架 Store 截断 :Vue + Pinia 站点,Store Action 代替你完成签名 - XHR/Fetch 拦截 :最后手段,用 installInterceptor 抓包 - fetchJson(page, url) → 普通 Cookie-tier API - apiGet(page, path, {signed, params}) → URL 含 /wbi/ 的接口(自动签名) - getSelfUid(page) / resolveUid(page, input) → 用户 UID 处理 - Repo 贡献 :文件放 clis/ / .js , npm run build 后自动注册 - 私人 adapter (本地使用,无需提 PR):文件放 ~/.opencli/clis/ / .js ,无需 build

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does opencli-explorer do?

opencli-explorer is listed in SkillJury, but the source summary is still sparse.

Is opencli-explorer good?

opencli-explorer does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support opencli-explorer?

opencli-explorer currently lists compatibility with Skills CLI.

Is opencli-explorer safe to install?

opencli-explorer has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to opencli-explorer?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install opencli-explorer?

Run the following command to install opencli-explorer: npx skills add https://github.com/jackwener/opencli --skill opencli-explorer

Related skills

More from jackwener/opencli

jackwener/opencli/Software Engineering

opencli-repair

When an adapter breaks because a website changed its DOM, API, or auth flow, use this skill to diagnose the failure and patch the adapter.

Weekly installs
659
Community vote
0
0 up / 0 down
Freshness
Synced Apr 30, 2026
Software EngineeringFrontend and DesignNo reviews yetFirst seen Apr 4, 2026Source jackwener/opencli
jackwener/opencli/Software Engineering

opencli-usage

OpenCLI turns any website, Electron desktop app, or external CLI into a uniform opencli 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.

Weekly installs
6
Community vote
0
0 up / 0 down
Freshness
Synced Apr 30, 2026
Software EngineeringFrontend and DesignNo reviews yetSource jackwener/opencli
jackwener/opencli/Software Engineering

smart-search

根据话题和场景,将查询路由到最佳的 opencli 搜索源。此 skill 的核心目标不是记忆命令,而是先定位数据源,再让 Agent 通过 opencli 自己读取实时帮助,避免文档漂移。

Weekly installs
5
Community vote
0
0 up / 0 down
Freshness
Synced Apr 30, 2026
Software EngineeringVideo and MediaNo reviews yetSource jackwener/opencli
jackwener/opencli/Software Engineering

opencli-autofix

When an opencli command fails because a website changed its DOM, API, or response schema, automatically diagnose, fix the adapter, and retry — don't just report the error.

Weekly installs
4
Community vote
0
0 up / 0 down
Freshness
Synced Apr 30, 2026
Software EngineeringFrontend and DesignNo reviews yetSource jackwener/opencli
Related skills

Alternatives in Software Engineering