seovendorco

Sv CLI — Development skill for Claude Code

Development community

Open source SEO/GEO CLI for Claude, Claude Code, Openclaw, Hermes Agent and other agentic workflows.

How to install Sv CLI

This entry records only its repository, not the path inside it, so there is no exact command to give. Open seovendorco/sv-cli and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Sv CLI does

Open source SEO/GEO CLI for Claude, Claude Code, Openclaw, Hermes Agent and other agentic workflows.

Alternatives in Development

  • Knowledge Work Plugins — Open source repository of plugins primarily intended for knowledge workers to use in Claude Cowork 9734 125 18 10.5k ★
  • Llamacoder — Open source Claude Artifacts – built with Llama 3.1 405B 7.1k ★
  • Microsandbox — Open-source self-hosted MicroVM sandboxes with sub-200ms startup, hardware-level isolation via libkrun 5k ★

README

███████╗██╗   ██╗     ██████╗██╗     ██╗
██╔════╝██║   ██║    ██╔════╝██║     ██║
███████╗██║   ██║    ██║     ██║     ██║
╚════██║╚██╗ ██╔╝    ██║     ██║     ██║
███████║ ╚████╔╝     ╚██████╗███████╗██║
╚══════╝  ╚═══╝       ╚═════╝╚══════╝╚═╝

Agentic SEO & GEO from the command line

SV CLI

SV CLI is an open-source command-line client for agentic SEO and GEO workflows using the SV API (SEO VENDOR API). It is designed as a definition-driven resolver layer: humans can use friendly commands, slugs, aliases, and presets, while scripts and AI agents can use strict enum IDs and raw JSON calls.

The CLI discovers available tools from the API root and fetches each tool's definitions endpoint at runtime. Definitions are cached locally for speed, refreshed automatically after 24 hours by default, and can be refreshed or cleared manually.

Install

pip install sv-cli

For local development:

git clone https://github.com/seovendorco/sv-cli.git
cd sv-cli
python -m venv .venv
source .venv/bin/activate
pip install -e '.[dev]'
sv --help

MCP server (SV MCP)

SV MCP is the hosted [Model Context Protocol](https://modelcontextprotocol.io) server for the SV API, built on the same core library as this CLI. It gives Claude, Cursor, VS Code, Windsurf and other MCP clients the SV tools, with sign-in handled by OAuth.

**Claude.ai and Claude Desktop:** Customize → Connectors → + → Add custom connector → paste `https://mcp.seovendor.co` → Connect and sign in to SV.

**Claude Code:**

claude mcp add --transport http sv-mcp https://mcp.seovendor.co

**Cursor** (`~/.cursor/mcp.json`):

{ "mcpServers": { "sv-mcp": { "url": "https://mcp.seovendor.co" } } }

Setup for VS Code, Windsurf and stdio-only cl