一键导入
qwen-code-skill
Reference guide for integrating and operating Qwen Code CLI in Ode, focused on headless mode, stream-json events, and session resume behavior.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Reference guide for integrating and operating Qwen Code CLI in Ode, focused on headless mode, stream-json events, and session resume behavior.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Reference guide for integrating and operating Kimi Code CLI in Ode, with focus on prompt mode, sessions, and automation-safe defaults.
Reference guide for integrating and operating Goose CLI in Ode, focused on run/session commands, stream-json automation, and session lifecycle behavior.
Reference guide for integrating and operating Kilo CLI in Ode, focused on non-interactive runs, session usage, and JSON event streaming.
Research Slack developer docs for updated APIs and AI app development guidance.
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.
Reference guide for Codex CLI commands, global flags, and model/sandbox overrides.
| name | qwen-code-skill |
| description | Reference guide for integrating and operating Qwen Code CLI in Ode, focused on headless mode, stream-json events, and session resume behavior. |
stream-json output.--continue, --resume) and project-scoped chat state.Use this when adding or debugging Ode's qwen provider, especially command construction, parsing streamed JSON events, and live status compatibility.
qwen --output-format stream-json --include-partial-messages --yolo -p <prompt>--resume <sessionId> (or --continue for latest project session)--output-format and use default text modetext, json, and stream-json; use stream-json for live status updates.--include-partial-messages emits incremental events (for example content_block_delta) that map well to status rendering.~/.qwen/projects/<sanitized-cwd>/chats; restoring a session recovers history and tool context.