원클릭으로
jieli-read-thread
Read a specific known Jieli /threads/T-<uuid> link or raw T-<uuid> thread id via the markdown/json export.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Read a specific known Jieli /threads/T-<uuid> link or raw T-<uuid> thread id via the markdown/json export.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Create a paste-ready handoff/compress prompt for continuing the current Claude Code session in a fresh agent. Use when the user says handoff, hand over, compress, compact, summarize context, continue in a new session, or pass work to another agent.
Search prior Jieli threads by keywords, repo, file, topic, or other clues, then optionally read a matching thread.
Read a specific known Jieli /threads/T-<uuid> link or raw T-<uuid> thread id via the markdown/json export.
Create a paste-ready handoff/compress prompt for continuing the current Codex session in a fresh agent. Use when the user says handoff, hand over, compress, compact, summarize context, continue in a new session, or pass work to another agent.
Search prior Jieli threads by keywords, repo, file, topic, or other clues, then optionally read a matching thread.
| name | jieli-read-thread |
| description | Read a specific known Jieli /threads/T-<uuid> link or raw T-<uuid> thread id via the markdown/json export. |
Resolve ../../scripts/jieli_helper.mjs relative to this SKILL.md file and run it directly for thread reads:
node <resolved-skill-dir>/../../scripts/jieli_helper.mjs read-thread ...
Do not depend on plugin bin/ commands being on PATH; Codex app shells may not include the plugin bin/ directory. Do not call plugin scripts by cache path, enumerate installed helpers, or choose wrapper files in this skill.
If the API key is missing, ask the user to configure JIELI_API_KEY or ~/.config/jieli/settings.json. Jieli uses https://jieli.app by default.
/threads/, full URLs, and trailing .md or .json.node <resolved-skill-dir>/../../scripts/jieli_helper.mjs read-thread "<thread_id>" --truncate-tool-results --max-chars 20000
node <resolved-skill-dir>/../../scripts/jieli_helper.mjs read-thread "<thread_id>" --truncate-tool-results --start-line 120 --end-line 220 --max-chars 20000
--truncate-tool-results or with --format json.Return a concise summary with the thread title/id, key goals or decisions, relevant files/commands/verification, and open follow-ups. Redact secrets.