reply-current
Reply Current
Overview
Use this skill whenever you need to return a normal successful result to QQ. Do not ask the bridge to mirror your last assistant message automatically. Send the result yourself.
When to Use
- You finished a task and need to answer the current QQ conversation.
- You generated an image, markdown file, report, or other artifact under
.run/artifacts/. - You need to send a short text result directly.
Do not use this skill for failures. Bridge-generated errors are handled by the runtime.
Rules
- Reply only to the current active conversation. Do not invent QQ IDs or group IDs.
- Use exactly one local
reply_current.pycommand per message you want to send. - Always pass
--context-file <path>. The path is given to you in the "# Reply context" section of yourdeveloper_instructionsand is specific to THIS thread's conversation. The legacy singleton at.run/default/run/reply_context.jsonis shared across all active tasks and may point at the wrong group under concurrency — skill calls that omit--context-filecan silently deliver the reply into another chat. - Attachments must already exist under
.run/artifacts/. - Prefer text for short answers, image for visual output, and file for markdown/report artifacts.
More from acking-you/codex-bridge
gpt2api-image-generator
Use when a QQ user asks Codex to draw, paint, create, generate, or render an image through GPT2API, including Chinese requests such as 画图, 画一张, 生成图片, 出图, 做张图, or 帮我画
1invoke-capability
Call another registered model (Claude via Kiro, Gemini images, ...) to produce this turn's reply, keeping Codex as the harness but letting a better-suited model own the actual voice. Use liberally for conversational / emotional / creative turns; Codex's own voice is a poor fit for most QQ chat.
1qq-current-history
Query normalized QQ message history for the current conversation only, with optional time, sender, keyword, and free-form filters
1qq-quoted-image-recovery
Use when a quoted QQ message likely contained an image or screenshot but the bridge only exposed a quote marker or flattened text
1staticflow-kiro-log-diagnoser
Use when a Codex turn needs to diagnose StaticFlow Kiro upstream failures by reading the backend error log and correlating real usage events through sf-cli
1