openclaw-vsr-bridge

Migrates OpenClaw configurations to VSR with backups and validation.

5.1k|806|Updated Aug 26, 2025
One-click install
npx skills add https://github.com/vllm-project/semantic-router --skill openclaw-vsr-bridge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openclaw-vsr-bridge
Source: https://github.com/vllm-project/semantic-router/tree/main/dashboard/backend/skillpacks/openclaw-vsr-bridge
Command: npx skills add https://github.com/vllm-project/semantic-router --skill openclaw-vsr-bridge

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Install VSR in agent-safe mode, import supported OpenClaw model providers into canonical VSR config, and rewrite OpenClaw to target VSR.

Core Features & Use Cases

  • Install VSR in agent-safe mode to avoid launching the dashboard during setup.
  • Import OpenClaw model providers into the canonical VSR config to enable seamless model bridging.
  • Rewrite OpenClaw base URL and paths to point to the VSR configuration, with safe backup handling and validation.
  • Use Case: Migrate an existing OpenClaw deployment to VSR while preserving provider mappings and credentials, then run basic validations to confirm correct routing.

Quick Start

Install VSR in agent-safe mode and rewrite your OpenClaw configuration to target the VSR config.

Frequently Asked Questions about openclaw-vsr-bridge

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I migrate OpenClaw configurations to VSR safely?

To migrate OpenClaw configurations to VSR safely, use an integration process that validates installer mode, discovers existing OpenClaw configs, and writes canonical VSR configs with safe backups.

Can I install VSR without launching the dashboard during setup?

Yes, you can install VSR in agent-safe mode to avoid launching the dashboard during setup, which is useful for automated environments where existing OpenClaw deployments need seamless integration.

How do I import OpenClaw model providers into VSR config?

You import OpenClaw model providers into canonical VSR config by applying a configuration migration that preserves provider mappings and credentials, then rewriting the OpenClaw base URL to target VSR.

Does VSR integration backup my OpenClaw configuration before rewriting?

Yes, VSR integration performs safe rewrites with backups, ensuring your original OpenClaw configuration is preserved before applying changes to point the base URL and paths to the VSR configuration.

What validations are applied when bridging OpenClaw to VSR?

When bridging OpenClaw to VSR, validations are applied to installer mode, OpenClaw config discovery, canonical config writing, and safe rewrites to confirm correct routing after migration.

What is the best way to rewrite OpenClaw base URL to target VSR?

The best way to rewrite OpenClaw base URL and paths to target VSR is by using a safe migration skill that handles backups and runs basic validations to confirm correct routing after the rewrite.