vinys-toolbelt

vinybrun/vinys-toolbelt
★ 0 stars Rust AI/LLM Updated 5d ago
Personal AI tooling for Claude Code: skills, agents, hooks, MCP servers and scripts. Installable as a plugin marketplace.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "vinys-toolbelt": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "vinys-toolbelt"
      ]
    }
  }
}

README Excerpt

Personal AI tooling, in one place: Claude Code skills, agents, hooks, MCP servers, standalone scripts, and background services. The repo doubles as a **Claude Code plugin marketplace**, so the tools here can be installed into Claude Code directly rather than copy-pasted into `~/.claude/`. ``` /plugin marketplace add /code/vinys-toolbelt