在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用list-tagged
星标3
分支0
更新时间2026年3月9日 15:14
List sessions with a specific tag
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
List sessions with a specific tag
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | list-tagged |
| description | List sessions with a specific tag |
| user-invocable | true |
| argument-hint | <tag> [-N] |
Show sessions that have a specific tag.
List sessions with tag: $ARGUMENTS
Parse $ARGUMENTS:
-N = limit to N results (e.g., -10)Note the current session ID: $CLAUDE_SESSION_ID (this is the session you're in right now)
Run the list command with --json --tagged <tag> -a:
${CLAUDE_PLUGIN_ROOT}/bin/super-resume list --json --tagged <tag> -a [limit flag]
┌────┬────┬──────────────────────────────────────────────────────────────────────────────────────────────────────┬──────────────┬──────────────┐
│ # │ 📌 │ Name │ Tags │ Time │
├────┼────┼──────────────────────────────────────────────────────────────────────────────────────────────────────┼──────────────┼──────────────┤
│ 1 │ 📌 │ Fix authentication bug in the login flow that was causing users to be logged out unexpectedly │ work, urgent │ Mar 09 14:30 │
│ 2 │ │ Add user dashboard feature with analytics and reporting capabilities │ work │ Mar 08 10:15 │
└────┴────┴──────────────────────────────────────────────────────────────────────────────────────────────────────┴──────────────┴──────────────┘
Table rules:
$CLAUDE_SESSION_ID, add " ← current" after the rowShowing X sessions tagged "work".
Commands:
/go <n> Resume session (e.g., /go 1)
/pin <n> Pin a session
/untag <n> <tag> Remove tag from session
/go commands./list-tagged work - List up to 5 sessions tagged "work"/list-tagged bug-fix -10 - List up to 10 sessions tagged "bug-fix"Configure Super Resume settings (terminal preference, download binary if needed)
Show instructions for the Super Resume TUI (run from terminal)
List pinned sessions
List Claude Code sessions in current directory (use -a for all)
Resume a Claude Code session by number from the previous list
Show all Super Resume commands and their parameters