openclaw-it-team-deploy

Deploy the openclaw-it-team multi-agent workflow with localized openclaw.json and Feishu credentials.

31|10|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/jefferyjob/openclaw-it-team --skill openclaw-it-team-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openclaw-it-team-deploy
Source: https://github.com/jefferyjob/openclaw-it-team/tree/main
Command: npx skills add https://github.com/jefferyjob/openclaw-it-team --skill openclaw-it-team-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill turns the repository’s multi-agent “IT team” setup into a working OpenClaw deployment, handling workspace installation, generating a correct local openclaw.json, and guiding you through the required model and Feishu (飞书) credentials for a smooth pre-launch validation.

Core Features & Use Cases

  • Install Agent workspaces: Copies agents/pm, agents/rd, agents/qa, agents/ce into role-aligned directories under ~/.openclaw/ (e.g., workspace-pm, workspace-rd, workspace-qa, workspace-ce) with all required standard files.
  • Generate a user-ready openclaw.json: Uses docs/openclaw.json as the single template source, localizes Home paths, and replaces the model provider/model selection and Feishu bot account secrets/IDs as provided.
  • Pre-launch checks and acceptance: Validates JSON correctness, workspace/agentDir path consistency, presence of required agent files, and absence of unresolved placeholders before starting OpenClaw and confirming it loads without configuration errors.
  • Use cases: When you want to “deploy/install/setup/run” this PM → RD → QA → CE workflow, integrate with Feishu bots, or prepare a local OpenClaw instance for multi-agent collaboration.

Quick Start

Ask the assistant to deploy the repo to your local OpenClaw, using your chosen ~/.openclaw directory and your Feishu bot appId/appSecret for pm/rd/qa/ce, and then run OpenClaw to verify the configuration loads successfully.

Frequently Asked Questions about openclaw-it-team-deploy

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

FAQPage Schema
How do I deploy a multi-agent workflow to a local OpenClaw instance?

To deploy a multi-agent workflow to OpenClaw, install role workspaces into the `~/.openclaw` directory, generate a localized `openclaw.json` from the repository template, and wire model with Feishu bot credentials for routing.

What do I need to configure Feishu bots for PM, RD, QA, and CE agents?

Configuring Feishu bots for PM, RD, QA, and CE agents requires providing your bot appId and appSecret. The deployment process injects these credentials into the localized `openclaw.json` to enable role-aligned routing.

How does OpenClaw generate a local configuration from the repository template?

OpenClaw generates a local configuration by using `docs/openclaw.json` as the single template source, localizing Home paths for the environment, and replacing model provider selections and Feishu bot account secrets.

Can I use this deployment process if my repository has unresolved configuration placeholders?

You cannot deploy with unresolved placeholders. Pre-launch validation checks JSON correctness, workspace path consistency, and agent file presence to ensure missing files or unresolved placeholders cause deployment failure.

Why does OpenClaw validate workspace and agentDir mappings before starting?

OpenClaw validates workspace and agentDir mappings to ensure path consistency and provider reference integrity. These pre-launch checks prevent configuration errors and confirm the multi-agent setup loads successfully.

What is the best way to install agent workspaces for an IT team workflow?

Installing agent workspaces for an IT team workflow involves copying `agents/pm`, `agents/rd`, `agents/qa`, and `agents/ce` into role-aligned directories under `~/.openclaw/` with all required standard files.