Session Manage banner
verivus-oss verivus-oss

Session Manage

AI community

Description

--- description: Manage LLM gateway sessions (list, create, delete, switch) argument-hint: '[list|create|delete|set-active] [options]' --- Manage sessions through the llm-gateway MCP server. Raw arguments: `$ARGUMENTS` Parse the arguments to determine which session tool to use: - `list` or no args: use `session_list` - `create [description]`: use `session_create` - `delete <id>`: use `session_delete` - `set-active <id>`: use `session_set_active` Show the results in a readable format.

Installation

Installs to ~/.claude/skills/verivus-oss-llm-cli-gateway-session-manage/SKILL.md

Terminal
mkdir -p ~/.claude/skills/verivus-oss-llm-cli-gateway-session-manage && curl -fsSL https://raw.githubusercontent.com/verivus-oss/llm-cli-gateway/HEAD/commands/session-manage.md -o ~/.claude/skills/verivus-oss-llm-cli-gateway-session-manage/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository