From Jieli
Read a specific known Jieli /threads/T-<uuid> link or raw T-<uuid> thread id via the markdown/json export.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jieli:jieli-readThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill immediately when:
Use this skill immediately when:
/threads/<thread_id>, including relative links like /threads/T-... and export links like /threads/<thread_id>.md or /threads/<thread_id>.json.T-....Do not use this skill when the user only gives keywords, repo names, file names, or vague clues. Use jieli-find first for search/discovery. Do not use this skill for the current conversation when the needed context is already visible.
https://jieli.app/threads/<provider_thread_id>, https://jieli.app/threads/<provider_thread_id>.md, or a raw provider thread id.JIELI_API_KEY, plugin user config exported as CLAUDE_PLUGIN_OPTION_API_KEY, or ~/.config/jieli/settings.json.https://jieli.app by default; no base URL configuration is needed for hosted Jieli.Use the jieli-read-thread command for thread reads. It is installed from the plugin bin/ directory and resolves the plugin scripts path itself. If the command is not on PATH, resolve ../../scripts/jieli_helper.mjs relative to this SKILL.md file and run node <resolved-skill-dir>/../../scripts/jieli_helper.mjs read-thread .... 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 the plugin, export JIELI_API_KEY, or write ~/.config/jieli/settings.json.
For hosted Jieli, ask the user to sign in at https://jieli.app, copy an API key, and either:
api_key option, which Claude Code exports as CLAUDE_PLUGIN_OPTION_API_KEY.~/.config/jieli/settings.json.export JIELI_API_KEY="<api-key-from-jieli.app>"
.md or .json extension from the last path segment./threads/<thread_id>, a full URL, .md, or .json to the script./threads/<thread_id> as a reference to the same thread. The helper reads the agent-friendly markdown export at /threads/<thread_id>.md.jieli-read-thread "<thread_id>" --truncate-tool-results --max-chars 12000
jieli-read-thread "<thread_id>" --truncate-tool-results --start-line 120 --end-line 220 --max-chars 12000
--truncate-tool-results for the first pass on long threads. This keeps the transcript readable by shortening verbose tool outputs.--max-chars, --start-line, and --end-line limits.--max-chars 30000 or --max-chars 80000 unless the user explicitly asks for a full transcript. For "main points" or "what happened" requests, prefer the small first read plus line-range follow-ups.--truncate-tool-results, preferably with a focused line range.--format json and the same local output limits.Return a concise context summary with:
Do not expose API keys, secrets, or private tokens if they appear in the retrieved transcript.
npx claudepluginhub jieliapp/plugins --plugin jieliCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.