Run PR intent distillation across a PR set and persist outputs + sidecar metadata to /memory/pr-intent.
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "distill-pr-intent-orchestrator" 技能: 1. 下载 https://raw.githubusercontent.com/openclaw/clawdinators/main/clawdinator/workspace/skills/distill-pr-intent-orchestrator/SKILL.md 2. 保存为 ~/.claude/skills/distill-pr-intent-orchestrator/SKILL.md 3. 装好后重载技能,告诉我可以用了
Run distill-pr-intent across a selected PR set, and persist:
.txt).meta.json)All outputs go to shared memory on EFS, and are automatically published to the public S3 bucket by the host timer.
openclaw/openclawlast N (e.g. last 500)range <start..end>since <YYYY-MM-DD>v1)/memory/pr-intent/<skill_version>/openclaw-openclaw/<PR>.txt
/memory/pr-intent/<skill_version>/openclaw-openclaw/<PR>.meta.json
.txt memo..meta.json.Examples:
# last N merged PR numbers
gh pr list -R openclaw/openclaw --state merged --limit 200 --json number --jq '.[].number'
# range
seq <start> <end>
distill-pr-intent <PR>./memory/pr-intent/.../<PR>.txt./memory/pr-intent/.../<PR>.meta.json.Use the locking helpers (required on EFS):
# memo
printf '%s\n' "$MEMO" | memory-write "/memory/pr-intent/<skill_version>/openclaw-openclaw/<PR>.txt"
# meta
printf '%s\n' "$META_JSON" | memory-write "/memory/pr-intent/<skill_version>/openclaw-openclaw/<PR>.meta.json"
{
"pr": 17392,
"repo": "openclaw/openclaw",
"state": "merged",
"skill_version": "v1",
"generated_at": "2026-02-15T19:00:00Z",
"patch_mode": "PATCH_OK",
"patch_bytes": 12345,
"model": "openai/gpt-5.2-codex",
"error": null
}
.meta.json with error populated..meta.json.Side-effect-free distillation of a single OpenClaw PR into a short intent memo (stdout-only).
Control CLAWDINATOR fleet lifecycle via the control API. Use for /fleet deploy or /fleet status.
Land an OpenClaw PR end-to-end using the repo landpr checklist. Use when someone requests “/landpr” or asks to merge/land a PR.
Monitor Discord channel activity and persist notable items to memory. Run from main session during heartbeat.
Analyze GitHub and Discord signals to prioritize maintainer attention. Use when asked about priorities, what's hot, what needs attention, or project status.
帮助用户搜索梗图模板、推荐合适格式并生成可分享的表情包图片。