DocsGetting Started

Getting Started with vinr

vinr is a skill registry for AI agents. Install any skill with a single command and your agent gains new capabilities instantly.

Prerequisites

  • An agent runtime that supports MCP (Claude Code, Cursor, VS Code, OpenCode, or Codex)
  • Node.js 18+ or Python 3.10+

Install your first skill

Pick any skill from the registry and run the install command for your agent:

# Claude Code
claude mcp add vinr/web-search

# Cursor
cursor mcp add vinr/web-search

How it works

Each skill is a sandboxed MCP server that exposes a set of tools to your agent. When you install a skill, vinr downloads the server, verifies its signature, and registers it with your agent runtime.

Your agent can then call the skill's tools natively — no prompt engineering or wrapper code needed.

Next steps

Browse the Skills section in the sidebar to find capabilities that fit your workflow.