forge

Bridge OpenClaw to dotforge for cross-channel project configuration management.

8|1|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/luiseiman/dotforge --skill forge-luiseiman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: forge
Source: https://github.com/luiseiman/dotforge/tree/main/integrations/openclaw
Command: npx skills add https://github.com/luiseiman/dotforge --skill forge-luiseiman

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3.

What problem does it solve?

Coordinating configuration governance across multiple dotforge projects from chat channels can be complex and error-prone. This Skill provides a safe bridge between OpenClaw and the dotforge CLI to manage audits, syncs, and dashboards from any channel.

Core Features & Use Cases

  • Bridge OpenClaw to dotforge so team members can run /forge commands from chat channels and operate on any project.
  • Read-only queries (status, version, pipeline, inbox) to monitor health and progress across projects.
  • Mutations (audit, diff, sync, capture, update) to align project configurations with templates while enforcing safeguards.

Quick Start

Run /forge status to view the multi-project dashboard.

Frequently Asked Questions about forge

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

FAQPage Schema
How do I manage dotforge project configurations from chat channels?

You can manage dotforge project configurations from chat channels by using the forge Skill, which bridges OpenClaw to the dotforge CLI for cross-channel project management. This allows team members to run commands directly from chat.

What do I need to run /forge commands for auditing project configurations?

To run /forge commands for auditing project configurations, you need the Claude Code CLI installed and the DOTFORGE_DIR environment variable set to point at your dotforge repository. Python3 is also required.

Can I sync multiple repositories using the dotforge configuration factory?

Yes, you can sync multiple repositories using the dotforge configuration factory. The forge Skill applies mutations like audit, diff, and sync to align project configurations with templates across repositories.

Does the OpenClaw bridge support read-only queries to monitor project health?

The OpenClaw bridge supports read-only queries such as status, version, pipeline, and inbox to monitor health and progress across projects without applying mutations.

What is the best way to view a multi-project dashboard in dotforge?

The best way to view a multi-project dashboard in dotforge is by running the /forge status command from any OpenClaw channel. This provides a read-only overview of project health and progress.

Why does the dotforge bridge enforce safeguards during configuration syncs?

The dotforge bridge enforces safeguards during configuration syncs to prevent errors and ensure safe alignment of project configurations with templates. This protects against accidental misconfigurations across multiple repositories.