setup-pulse
Install claude-pulse statusline for real-time token usage monitoring. Use when user says "/setup-pulse", "install statusline", "setup pulse".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Install claude-pulse statusline for real-time token usage monitoring. Use when user says "/setup-pulse", "install statusline", "setup pulse".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Search past Claude Code AND Codex conversations by keyword and return session IDs for resuming. Use when the user asks to find, locate, or look for a past/previous conversation, or needs a session ID to resume a conversation with claude --resume or codex resume. NOT for searching within a conversation (use /reflect), NOT as a replacement for the resume command itself.
Review any project's .claude/ setup against Claude Code best practices and produce an actionable improvement report. Use when: "/claude-reviewer", "review my claude config", "audit .claude setup", "check my CLAUDE.md", "how good is my claude config", "rate this project's claude setup". NOT for: reviewing individual skill quality (use /skill-reviewer), code review, PR review.
Evaluate any skill's design quality against best practices and flag anti-patterns. Use when: "/skill-reviewer", "review this skill", "evaluate skill quality", "audit skill", "how good is this skill", "rate this skill". NOT for: conversation-level reflection (use /reflect), code review, or PR review.
Convert Markdown with LaTeX math into a native Google Doc whose equations are real, editable equation objects (not images, not literal $$ text). Use when: "/gdoc-math", "turn this markdown into a Google Doc with editable equations", "convert this LaTeX/formulas to a Google Doc", "make a gdoc from this .md with math", or converting an LLM/Gemini answer full of $...$ formulas into a proper editable Doc. NOT for: plain Markdown with no math (use /copy:gdocs), clipboard copy, Sheets/Slides, or editing an existing Doc's body.
Read a tweet from X (Twitter) by URL or ID and load it into the conversation. Use when user says "/x:read <url>", "read this tweet", "what does this tweet say", or pastes an x.com / twitter.com status link and wants to discuss, summarize, or reply to it. NOT for posting (use /x:tweet), timelines, search, analytics, or DMs.
Post tweets to X (Twitter) from Claude Code. Supports single tweets, threads (auto-split or manual), and replies. Use when user says "/x:tweet", "post a tweet", "tweet this", "post a thread", "reply to this tweet". NOT for reading tweets, analytics, scheduling, or DMs.
| name | setup-pulse |
| description | Install claude-pulse statusline for real-time token usage monitoring. Use when user says "/setup-pulse", "install statusline", "setup pulse". |
| allowed-tools | Bash |
Install claude-pulse statusline for real-time token usage monitoring.
/setup-pulse
Installs claude-pulse - a statusline script that shows your context usage as 72k/200k (36%) with color-coded warnings.
When the user runs /setup-pulse:
Clone or update the claude-pulse repository:
if [ -d "$HOME/Code/claude-pulse" ]; then
cd "$HOME/Code/claude-pulse" && git pull
else
mkdir -p "$HOME/Code"
git clone https://github.com/omriariav/claude-pulse.git "$HOME/Code/claude-pulse"
fi
Run the install script:
cd "$HOME/Code/claude-pulse" && ./install.sh
Tell the user to add this to their Claude Code settings.json:
{
"statusLine": {
"type": "command",
"command": "~/.claude/statusline-command.sh"
}
}
For Windows users:
{
"statusLine": {
"type": "command",
"command": "powershell -ExecutionPolicy Bypass -File C:/Users/USERNAME/.claude/statusline-command.ps1"
}
}
Tell them to restart Claude Code to see the statusline.
After installation:
claude-pulse installed successfully!
Add to your settings.json:
"statusLine": {
"type": "command",
"command": "~/.claude/statusline-command.sh"
}
Then restart Claude Code to see: 72k/200k (36%)
/context100% is normal when context is full (Claude will auto-compact)