Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/oneworks-ai/app/oneworks-cli-quickstartnpx skills add oneworks-ai/app --skill oneworks-cli-quickstartgit clone --depth 1 https://github.com/oneworks-ai/appWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00031 | $0.00975 |
| Opus 5 | $0.00015 | $0.00487 |
| Sonnet 5 | $0.00006 | $0.00195 |
| Haiku 4.5 | $0.00003 | $0.00097 |
Grade A, and why
oneworks-cli-quickstart scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 55 lines — stays where its author put it; the contents beside it link to each section on GitHub.
在需要指导用户或代理如何使用 oneworks CLI 时使用这个 skill。
常用命令
oneworks "任务描述":直接执行一次任务。oneworks --adapter codex --print "任务描述":以 print 模式输出事件与最终结果。oneworks list:查看最近的 CLI 会话。oneworks list --view default:显示 adapter、model 等常用列。oneworks list --view full:显示 context、PID 和辅助命令。oneworks --resume <sessionId>:恢复已有会话。oneworks --resume <sessionId> --permission-mode bypassPermissions:恢复已有会话,并覆盖下一次运行的权限模式。oneworks --resume <sessionId> --yolo:--permission-mode bypassPermissions的短写。oneworks stop <sessionId>:优雅停止运行中的会话。oneworks kill <sessionId>:强制终止运行中的会话。oneworks clear:清理本地缓存和日志。
配置命令
oneworks config list:查看 merged config 下哪些 section 当前有值。oneworks config list models:读取models视图。oneworks config get general.defaultModel:读取某个配置值。oneworks config set general.defaultModel gpt-5.4 --type string:写入配置值。oneworks config unset general.defaultModel:删除配置值。oneworks config list/oneworks config get默认读 merged config;只有显式传--source project|user|all才切换来源。- 文本模式默认输出 YAML;
--json输出原始结构化结果。 oneworks config get models/oneworks config list models在文本模式下会把modelServices里的模型列表与models里的 metadata 合并成人类可读视图;如果需要底层原始 metadata map,使用--json。
技能与资产
- CLI 默认会注入
@oneworks/plugin-cli-skills。 - 这组插件当前包含
oneworks-cli-quickstart、oneworks-cli-print-mode、oneworks-channel、oneworks-mem、oneworks-model-services、create-entity、update-entity和create-plugin。 - 通常直接描述需求即可;需要强制指定某个 skill 时,使用
--include-skill <name>。 - 需要排除某个 skill 时,使用
--exclude-skill <name>。 - 例子:
oneworks --include-skill oneworks-cli-quickstart "教我怎么恢复一个失败的会话" - 例子:
oneworks "帮我创建一个前端评审实体" - 例子:
oneworks "给 frontend-reviewer 加上移动端布局记忆" - 例子:
oneworks --include-skill create-plugin "做一个插件,给 chat header 加一个截图按钮"
建议说明方式
- 先给出最短可执行命令。
- 再补
list/resume/stop或config get/config set等排查命令。 - 如果用户提到模型列表、
gpt-responses或modelssection,优先说明modelServices才是服务模型来源,models是 metadata;必要时补一句 CLI 文本模式会对models做展开展示。 - 如果涉及 print 模式、权限确认或 stdin 控制,继续阅读
oneworks-cli-print-mode。 - 如果涉及 channel / user / session / global 记忆读写,继续阅读
oneworks-mem。 - 如果涉及模型服务商配置、官方 provider、API base、充值/API Key 后台入口或查询模型/余额/状态能力,继续阅读
oneworks-model-services。 - 如果涉及创建 entity,继续阅读
create-entity。 - 如果涉及更新已有 entity,继续阅读
update-entity。 - 如果涉及用 plugin 改界面、加入口、按钮、tab、launcher 搜索或 server API,继续阅读
create-plugin。
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 55 lines · 31 tokens per session scan A be2066d3db20
oneworks-cli-quickstart is a skill published in the GitHub repository oneworks-ai/app (18 stars, last pushed 2d ago), licensed MIT. It adds 31 tokens to every session and 975 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
spec-kitty-charter-doctrine
Run charter interview, generation, context, and sync workflows for project governance in Spec Kitty 3.x. Access doctrine artifacts programmatically via DoctrineService. Resolve agent profiles. Load action-scoped governance context iteratively, not all at once. Triggers: "interview for charter", "generate charter"…
superlint
This skill describes the mandatory standard operating procedure for using our internal SuperLint tool. Use this when tasks require fixing code quality issues according to corporate standards.
neo4j-document-import-skill
Ingests unstructured and semi-structured documents into Neo4j as a knowledge graph. Use when chunking PDFs, HTML, plain text, or Markdown; extracting entities and relationships from text with an LLM (SimpleKGPipeline, neo4j-graphrag); loading JSON via apoc.load.json; building Document→Chunk→Entity graph structures; or…
neo4j-modeling-skill
Design, review, and refactor Neo4j graph data models. Use when choosing node labels vs relationship types vs properties, migrating relational/document schemas to graph, detecting anti-patterns (generic labels, supernodes, missing constraints), designing intermediate nodes for n-ary relationships, enforcing schema with…
lov-env-management
统一管理平台、账号与多组 API Key,维护有效期和启用状态,安全同步到 zsh 或用户会话环境,并提供脱敏 Dashboard;用户说“管理环境变量”“rotate API keys”时使用。.
lov-deploy-to-vercel
Deploy frontend projects to Vercel with automatic custom domain setup. Handles Vite, Next.js, CRA, and static sites. Auto-configures Cloudflare DNS CNAME records and Vercel domain aliases. Supports SPA routing via vercel.json. Trigger when user says "deploy to vercel", "部署到 vercel", "vercel deploy", or mentions a…