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

opencli-adapter-author

你是要给一个站点写 adapter 的 agent。这份 skill 目标: 从零到通过 opencli browser verify 的 30 分钟内闭环 。

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
2

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-adapter-author
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-adapter-author has 2 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-adapter-author.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
你是要给一个站点写 adapter 的 agent。这份 skill 目标: 从零到通过 opencli browser verify 的 30 分钟内闭环 。 全程用现有工具: opencli browser * / opencli doctor / opencli browser init / opencli browser verify 。没有新命令。 调试浏览器型 adapter 时,优先直接带上 --live --focus 。这样命令跑完后 automation lease 还在,而且容器在前台,方便你核对最终页面状态,而不是猜是抓数错了还是页面走偏了。 先拿 coverage-matrix.md 快速自测。三个问题: 三个都 yes 继续。 不要猜。猜错了 verify 能通过但数据是错的,用户看到乱码才发现。 - 数据在浏览器里看得到吗?(否 → 先解决鉴权) - 数据是 HTTP/JSON/HTML 吗?(否 → 不在 skill 范围) - 需要实时推送吗?(是 → 找同数据 HTTP 接口;没有就放弃) - adapter 只引 @jackwener/opencli/registry + @jackwener/opencli/errors ,不用第三方 - columns 数组和 func 返回对象 keys 完全对齐(含顺序) - 已知失败抛 CliError('CODE', 'msg') 或 AuthRequiredError(domain) ,不要 silent return [] - 写私人 adapter 用 ~/.opencli/clis/ / .js (免 build);要提 PR 才 copy 到 clis/ / .js - 站点记忆每轮回写:没记忆 → 用 skill → 产生记忆 → 下次变 5 分钟 - 调试过程中的原始 dump / 抓包 / HTML 样本只能落在 ~/.opencli/sites/ /fixtures/ 或 /tmp/ 。严禁在 repo 根目录、 clis/ / 或当前工作目录留 .dbg-*.html / raw-*.json / sample.* 这类临时文件 (PR diff 会带上去,别人 review 时很烦)。 - 诊断类: opencli doctor → 看 notes.md → 搜 autofix skill - 字段解码类: field-decode-playbook.md 全三节走完 → 先输出 raw 迭代 - endpoint 找不到:api-discovery §5 intercept 兜底

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-adapter-author do?

你是要给一个站点写 adapter 的 agent。这份 skill 目标: 从零到通过 opencli browser verify 的 30 分钟内闭环 。

Is opencli-adapter-author good?

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

Which AI agents support opencli-adapter-author?

opencli-adapter-author currently lists compatibility with Skills CLI.

Is opencli-adapter-author safe to install?

opencli-adapter-author 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-adapter-author?

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

How do I install opencli-adapter-author?

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

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