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

opencli-oneshot

给一个 URL + 一句话描述,4 步生成一个 CLI 命令。 完整探索式开发请看 opencli-explorer skill 。

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
3

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-oneshot
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-oneshot has 3 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-oneshot.

Security audits
Gen Agent Trust HubPASS
SocketWARN
SnykFAIL
About this skill
给一个 URL + 一句话描述,4 步生成一个 CLI 命令。 完整探索式开发请看 opencli-explorer skill 。 遇到以下情况立即切换到 explorer,不要在 oneshot 里继续硬撑: 关键 : network 默认已过滤静态资源,只显示 JSON/XML/text 的 API 请求。 如果没有自动触发 API,用 opencli browser state 找到按钮索引, opencli browser click 点击后再 network 抓一次。 network 为空? ① 重新 open 刷新捕获窗口;② 如果是 SPA,API domain 可能是 api.xxx.com 而非 app.xxx.com ,用 Step 2 里的 bundle 搜索找真实 baseURL。 从 opencli browser network 结果中找到 那个 目标 API,用 --detail 查看完整响应: 关注这几个字段: SPA 注意 :如果 network 里 API 的 host 和页面 host 不同(如 api.xxx.com vs app.xxx.com ),后续 fetch 要用完整 URL。 如果 network 完全没有 API 请求,搜 JS bundle 找 baseURL: 用 opencli browser eval 在页面内 fetch 复现请求: 带了 Bearer 但返回 { error: "Missing X-Xxx-Id header" } (HTTP 400)→ 多租户 SaaS 需要业务上下文 Header。先调 /servers 或 /workspaces 拿 ID,再加进 headers。 如果 fetch 能拿到数据 → 用 TS adapter( cli() pipeline 或 func() )。 如果 fetch 拿不到(签名/风控)→ 用 intercept 策略(TS func() + installInterceptor )。 根据 Step 3 判定的策略,选一个模板生成文件。 两种开发场景 : Done 标准 :命令运行后返回非空表格,且字段符合预期。 写完文件 → build + run(Repo 贡献)或 browser verify(私人 adapter)→ 提交。有问题再看 opencli-explorer skill 。 - Step 3 验证 fetch 始终拿不到数据(签名/风控,非 cookie/header 能解决的) - 需要 Pinia Store Action 触发 API - 同一站点要生成 2 个以上命令 - opencli browser network 完全空,JS bundle 里也找不到 baseURL - 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-oneshot do?

给一个 URL + 一句话描述,4 步生成一个 CLI 命令。 完整探索式开发请看 opencli-explorer skill 。

Is opencli-oneshot good?

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

Which AI agents support opencli-oneshot?

opencli-oneshot currently lists compatibility with Skills CLI.

Is opencli-oneshot safe to install?

opencli-oneshot 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-oneshot?

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

How do I install opencli-oneshot?

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

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