oneworks-cli-quickstart
快速说明 One Works CLI 的常用命令、配置命令、会话查看和基础技能选择方式。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
快速说明 One Works CLI 的常用命令、配置命令、会话查看和基础技能选择方式。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Configure OneWorks model services using built-in provider defaults, management portals, API base URLs, model lists, balance/status capabilities, and safe config-source writeback.
Control the current OneWorks session's internal browser tabs with semantic snapshots, reliable element refs, screenshots, waits, and page-safe concurrent workflows.
Drive native macOS apps through the Cua Driver tools. Use when a task asks to open, inspect, click, type, scroll, capture a final screenshot, or verify a real macOS app without stealing the user's focus.
Control a user-paired external browser through a Chrome extension, explicit typed targets, and semantic operations.
当用户想创建或改造 OneWorks plugin,实现界面入口、按钮、tab、launcher 搜索、server 命令、scoped API 或本地服务时,先理解目标效果;需求不明确时列出不确定点让用户确认,再转成 manifest、前端入口、server 入口和验证步骤。
Apply, review, and continuously evolve the OneWorks team's durable UI design standards. Use for any OneWorks task that changes or reviews layout, styling, theme, spacing, responsive behavior, component appearance, visual assets, or reference-image fidelity, and whenever user visual feedback may express a reusable team standard. Require a Visual Brief, conflict-aware project memory capture, a completed independent visual consistency session with real expected-behavior validation, and experience persistence before delivery; do not promote one-off pixel nudges into lasting rules.
| name | oneworks-cli-quickstart |
| description | 快速说明 One Works CLI 的常用命令、配置命令、会话查看和基础技能选择方式。 |
在需要指导用户或代理如何使用 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 才切换来源。--json 输出原始结构化结果。oneworks config get models / oneworks config list models 在文本模式下会把 modelServices 里的模型列表与 models 里的 metadata 合并成人类可读视图;如果需要底层原始 metadata map,使用 --json。@oneworks/plugin-cli-skills。oneworks-cli-quickstart、oneworks-cli-print-mode、oneworks-channel、oneworks-mem、oneworks-model-services、create-entity、update-entity 和 create-plugin。--include-skill <name>。--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 或 models section,优先说明 modelServices 才是服务模型来源,models 是 metadata;必要时补一句 CLI 文本模式会对 models 做展开展示。oneworks-cli-print-mode。oneworks-mem。oneworks-model-services。create-entity。update-entity。create-plugin。