From Jieli
Search prior Jieli threads by keywords, repo, file, topic, or other clues, then optionally read a matching thread.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jieli:jieli-findThe 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:
Do not use this skill when the user already supplied a specific Jieli thread id or URL. Use jieli-read for known thread ids/URLs.
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-find-threads command for thread search. 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 find-threads .... Do not duplicate raw curl calls unless you are diagnosing the helper, and do not 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.
jieli-find-threads "<query>" --page-size 10 --sort updated
--provider claude_code merely because you are Claude Code, and do not set --provider codex merely because the clue looks like a Codex task.--provider only when the user explicitly asks for one, such as "only Codex", "only Claude Code", or an explicit provider argument:jieli-find-threads "<query>" --provider codex --page-size 10 --sort updated
jieli-find-threads "<query>" --provider claude_code --page-size 10 --sort updated
jieli-find-threads "<query>" --repo "<repo>" --label "<label>" --page-size 10 --page 2 --sort updated
thread_id/provider_thread_id; the read URL is printed as read_url.jieli-read/jieli-read-thread on that result's thread id before answering. Otherwise ask the user which result to inspect.For search-only requests, return a concise ranked list. For requests that need thread content, read the selected result and summarize:
Do not expose API keys, secrets, or private tokens if they appear in retrieved results or transcripts.
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.