Claude Request banner
verivus-oss verivus-oss

Claude Request

AI community

Description

--- description: Send a prompt to Claude Code via the LLM gateway with session tracking argument-hint: '<prompt>' --- Send a request through the llm-gateway MCP server's claude_request tool. Raw arguments: `$ARGUMENTS` Use the llm-gateway's `claude_request` MCP tool to execute this prompt. Pass the raw arguments as the prompt.

Installation

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

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

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

Full documentation available on GitHub

View Source Repository