一键导入
openclaw-runtime-orchestrator
Trigger: Discord runtime request, route, intent, runner, backend, SDD handoff. Select the safe runtime path before workflow skills.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Trigger: Discord runtime request, route, intent, runner, backend, SDD handoff. Select the safe runtime path before workflow skills.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Trigger: Discord advisor, where should this go, routing help, operational architecture. Provide response-only routing advice and safe handoff copy.
Trigger: release hygiene, post-release issues, Kanban status, project column, merged to main. Keep GitHub issues and Project status aligned after merges and releases.
Trigger: Discord save, write, update, remember, store, queue, ledger, publish, schedule. Gate persistent writes.
Trigger: effective skills, skill pack, global/category/channel scope, disabled skill, skill override. Resolve skills before workflow execution.
Define a reviewable weekly LinkedIn planning slice from approved context, cadence, and known assets.
Define a reviewable on-demand brief workflow for YouTube, Twitch, and Stack and Flow from approved context and a user prompt.
| name | openclaw-runtime-orchestrator |
| description | Trigger: Discord runtime request, route, intent, runner, backend, SDD handoff. Select the safe runtime path before workflow skills. |
| license | Apache-2.0 |
| metadata | {"author":"gentleman-programming","version":"1.0"} |
Use this skill as the OpenClaw-facing entry point for Discord-originated runtime requests before invoking product workflow skills.
This skill does not execute writes, publish content, schedule content, mutate GitHub, or run Gentle SDD directly. It classifies the turn, selects the runner boundary, and returns reviewable execution metadata.
Follow the contract in docs/architecture/discord-runtime-orchestrator.md:
Discord event envelope
-> origin resolution
-> managed channel route
-> channel guide ref
-> context pack ref
-> skill pack ref
-> artifact classification
-> intent classification
-> runner selection
-> permission/confirmation gate
-> execution metadata
-> writeback policy
| Intent family | Runner/backend | Boundary |
|---|---|---|
planning_content | openclaw-skill-surface | Use scoped workflow skills selected by scoped-skill-resolver. |
sdd_dev_work | gentle-sdd | Handoff to Gentle SDD protocol assets only; do not treat product workflow skills as SDD executors. |
clarification_needed | response-only | Ask for route or intent clarification; do not hydrate durable context. |
discord-approval-gate for write-like flows.create, update, reference, bind, clone, and channel override proposals are write-like when they target durable private runtime state..openclaw/skills, not legacy product skills.Return a compact metadata block:
artifact_classification:
artifact_type: <workflow_skill|private_context|runtime_capability|publication_flow|sdd_dev_work|ephemeral_draft>
subtype: <profile|scope_binding|skill_contract|capability_config|connector_flow|none>
operation: <read|draft|create|update|bind|reference|unbind|clone|execute|handoff>
persistence_target: <repo|private-runtime|external-service|ephemeral>
approval_required: <true|false>
backup_required: <true|false>
deployment_required: <true|false>
runner_backend: <openclaw-skill-surface|gentle-sdd|response-only>
writeback_policy: <auto-save|confirmation-required|draft|reject>
intent_family: <planning_content|sdd_dev_work|clarification_needed>
selected_backend_or_runner: <openclaw-skill-surface|gentle-sdd|response-only>
skill_pack_ref: <resolved-pack-or-none>
effective_skills: [<skill-name>]
mandatory_skills: [discord-approval-gate] # for write-like flows
approval_required: <true|false>
writes_attempted: false
boundary_notes: <one sentence>
Keep existing runner behavior small: classification may become richer than the current intent families, but planning_content, sdd_dev_work, and clarification_needed remain the only runner-selection families in this slice.
docs/architecture/discord-runtime-orchestrator.mddocs/architecture/discord-context-skill-packs.mddocs/architecture/discord-scoped-skills-registry.mddocs/architecture/discord-gentle-sdd-handoff.mdskills/scoped-skill-resolver/SKILL.mdskills/discord-approval-gate/SKILL.md