agentsclimarketplace

Setup

Skill jeremylongshore/claude-code-plugins-plus-skills/plugins/community/llm-box/skills/setup

425 plugins, 2,810 skills, 200 agents for Claude Code. Open-source marketplace at tonsofskills.com with the ccpi CLI package manager.

Install
npx -y skills add jeremylongshore/claude-code-plugins-plus-skills --skill setup

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

Install and configure llm-box, including the MCP server connection for Claude Code.

SKILL.md

1.3 KB, as published. Nobody here has run it

llm-box Setup

Prerequisites

  • Go 1.21+ (for building from source) OR a pre-built binary

Installation

Option 1: Install Script (Linux/macOS)

curl -sL https://raw.githubusercontent.com/alib8b8/llm-box/main/install.sh -o install.sh
bash install.sh

Option 2: Go Install

go install github.com/alib8b8/llm-box/cmd/llm-box@latest

Option 3: Download from Releases

Download the binary for your platform: https://github.com/alib8b8/llm-box/releases

Verify Installation

llm-box list

MCP Server

The plugin includes a pre-configured MCP server in .mcp.json:

{
  "mcpServers": {
    "llm-box": {
      "type": "stdio",
      "command": "llm-box",
      "args": ["--mcp-server"]
    }
  }
}

Claude Code will automatically start the MCP server when the plugin is activated.

Configuration

Create ~/.llm-box/config.yaml:

safe_mode: false
default_model: "ollama://llama3"
api_keys:
  openai: "your-api-key"
  deepseek: "your-api-key"

Troubleshooting

  1. Check if llm-box is in PATH: which llm-box
  2. Verify version: llm-box --version
  3. Test MCP server: llm-box --mcp-server

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.