From claude-live-title
Use when the user asks to "view claude-live-title settings", "change title language", "configure live title", "adjust throttle interval", or "update claude-live-title config". Manage plugin configuration for session title generation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-live-title:confighaikuThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Help the user view or modify their claude-live-title plugin configuration.
Help the user view or modify their claude-live-title plugin configuration.
${CLAUDE_PLUGIN_DATA}/config.json (typically ~/.claude/plugins/data/claude-live-title/config.json)
Legacy path
~/.claude/plugins/claude-live-title/config.jsonis auto-migrated on first load.
| Field | Type | Default | Description |
|---|---|---|---|
| model | string | "haiku" | Model used for title generation (e.g., "haiku", "sonnet") |
| language | string | "auto" | Title language: "auto" (detect from conversation), "zh", "en", "ja", "ko", etc. |
| maxLength | number | 30 | Target title length in display columns (CJK=2, Latin=1), passed to the AI prompt |
| contextMessages.head | number | 3 | Number of earliest user messages sampled for title generation |
| contextMessages.tail | number | 5 | Number of most recent user messages sampled for title generation |
| throttleInterval | number | 240 | Minimum seconds between live title updates |
| throttleMessages | number | 2 | Minimum new user messages before live title update |
| liveUpdate | boolean | true | Enable real-time title updates during conversation. When false, titles are only generated when the session ends. |
| debug | boolean | false | Enable debug logging to /tmp/claude-live-title-debug.log |
${CLAUDE_PLUGIN_DATA}/config.json as the path; fall back to ~/.claude/plugins/claude-live-title/config.json if CLAUDE_PLUGIN_DATA is not set.language, "auto" detects the conversation language automatically. Set explicitly if you always want titles in a specific language (e.g., "zh" for Chinese even when coding discussions are in English).Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub macworld/claude-live-title --plugin claude-live-title