lancelot-bridge

Send CLI messages to the Lancelot OpenClaw main agent via a local gateway.

Updated Oct 17, 2025
One-click install
npx skills add https://github.com/iamcapote/emptyrepo --skill lancelot-bridge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lancelot-bridge
Source: https://github.com/iamcapote/emptyrepo/tree/main/skills/forged/lancelot-bridge
Command: npx skills add https://github.com/iamcapote/emptyrepo --skill lancelot-bridge

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables direct messaging with the main OpenClaw Lancelot agent via the CLI, simplifying interactions and command delivery.

Core Features & Use Cases

  • Direct CLI messaging to the Lancelot agent for real-time coordination.
  • Uses gateway token configuration to ensure authenticated, local routing.
  • Suitable for prompts, debugging, and task orchestration in OpenClaw workflows.

Quick Start

Run the OpenClaw CLI to send your message to the main Lancelot agent.

Frequently Asked Questions about lancelot-bridge

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

FAQPage Schema
How do I send a message to the main agent via the CLI?

You can send a message to the main agent via the CLI by executing a standardized agent message command that delivers your prompt directly to the Lancelot agent through the local OpenClaw gateway.

What is direct CLI messaging used for during agent orchestration?

Direct CLI messaging is used during agent orchestration for real-time task coordination, allowing you to pass prompts or commands to the main agent and facilitate debugging workflows.

Do I need a local gateway to run OpenClaw commands for the Lancelot agent?

Yes, you need a local OpenClaw gateway to run commands for the Lancelot agent, and it requires the gateway.remote.token to match the gateway.auth.token to ensure authenticated routing.

Why does my gateway token configuration fail when messaging the Lancelot agent?

Gateway token configuration fails when the gateway.remote.token does not match the gateway.auth.token, which prevents authenticated local routing for your agent message delivery.

Can I use this CLI bridge for real-time task coordination in OpenClaw workflows?

Yes, you can use this CLI bridge for real-time task coordination in OpenClaw workflows to deliver prompts and commands to the main Lancelot agent during task orchestration.