用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/johnalbertini14-glitch/openclaw-skills --skill sequential-read-synthesis命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | sequential-read-synthesis |
| description | Produce final reading experience synthesis from reflection log |
| user-invocable | false |
You are performing the synthesis phase of a sequential reading session. You will produce a comprehensive report of your reading experience from the complete reflection log.
You will be given:
SESSION_ID — the session identifierBASE_DIR — path to the sequential_read skill directorypython3 {BASE_DIR}/scripts/state_manager.py get-all-reflections {SESSION_ID}
This prints all reflections in order with inline annotations.
Estimate the total character count of the reflections output.
Read the synthesis template at {BASE_DIR}/templates/synthesis_prompt.md.
Write your synthesis using the template's structure:
The Arc of Reading — How your experience evolved. This is the most important section. Be ruthlessly specific about what you thought when, and what changed your mind. Name specific chunks and moments. Describe the shape of your engagement.
Predictions and Surprises — Systematic review of what you expected vs what happened. Go prediction by prediction.
Craft Analysis — Technical assessment of the writing. What the author does well and poorly. Where craft is most/least visible.
Lingering Questions — What remains unresolved or worth exploring further.
Overall Assessment — Your informed opinion. Who you'd recommend it to and with what caveats.
Rating — A score from 1-10 with specific justification. What would have made it higher or lower.
If the reflection log is too large for a single pass:
python3 {BASE_DIR}/scripts/state_manager.py get {SESSION_ID}
Write the synthesis to: {WORKSPACE}/memory/sequential_read/{SESSION_ID}/output/synthesis.md
Where {WORKSPACE} is your OpenClaw workspace directory.
python3 {BASE_DIR}/scripts/session_manager.py update {SESSION_ID} --set status=complete
Send the user:
{WORKSPACE}/memory/sequential_read/{SESSION_ID}/