skills/dashboard-toggle/SKILL.md
管理 Claude Session Dashboard 服务的启停。当用户请求打开/关闭/启动/停止/切换 Claude 会话面板、Session Dashboard 或 claude-session-dashboard 时触发此技能。如果服务未安装,会自动执行安装和构建操作。
npx skillsauth add simmerchan/claude-session-dashboard dashboard-toggleInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
此技能用于管理 Claude Session Dashboard 服务的启停状态。
执行 scripts/manage_service.sh 来管理服务:
# 切换服务状态(默认)
bash scripts/manage_service.sh toggle
# 启动服务
bash scripts/manage_service.sh start
# 停止服务
bash scripts/manage_service.sh stop
# 查看状态
bash scripts/manage_service.sh status
# 安装/重新安装
bash scripts/manage_service.sh install
~/Documents/pythonprojects/claude_session_dashboard~/.claude-dashboard.pid~/Documents/pythonprojects/claude_session_dashboard/packages/cli/dist/index.js触发此技能的典型请求:
tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
A CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.