一键导入
gloss-index
Open the Gloss index page to browse all conversations. Use when asked to 'browse conversations', 'list conversations', 'gloss:index', or '/gloss:index'.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Open the Gloss index page to browse all conversations. Use when asked to 'browse conversations', 'list conversations', 'gloss:index', or '/gloss:index'.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Auto-tag highlights in the current conversation using AI analysis. Use when asked to 'auto-tag', 'tag my highlights', 'gloss:auto-tag', or '/gloss:auto-tag'.
Open the Gloss conversation viewer. Use when asked to 'gloss', 'view convo', 'convo', 'open conversation', 'gloss:convo', or '/gloss:convo'.
Pull highlights from the current conversation into context. Use when asked for 'highlights', 'my highlights', 'gloss:highlights', or '/gloss:highlights'.
Search highlights across all sessions by tag, text, speaker, or kind. Use when asked to 'search highlights', 'find highlights', 'gloss:search', or '/gloss:search'.
| name | gloss-index |
| description | Open the Gloss index page to browse all conversations. Use when asked to 'browse conversations', 'list conversations', 'gloss:index', or '/gloss:index'. |
| one_liner | Browse all conversations by project. |
| activation_triggers | ["gloss:index","browse conversations","list conversations","show conversations","all conversations","When user wants to browse or find a specific conversation"] |
Open the Gloss index page — searchable, grouped by project, sorted by recency.
bun <GLOSS_DIR>/src/cli.ts
Where <GLOSS_DIR> is the directory containing this skill (the repo root).
Check if the server is running:
curl -s -o /dev/null -w "%{http_code}" http://localhost:3456/
If not running (non-200), start it:
bun <GLOSS_DIR>/src/cli.ts serve
Open the index:
open http://localhost:3456
If <command-args> contains a search term, tell the user to type it in the search bar (client-side filtering). The search matches project names, model names, and session IDs.