acp-adapter-layer
ACP (Agent Control Protocol) Adapter Layer for AI Native Full-Stack Software Factory - provides seamless integration between ASF multi-agent workflows and OpenClaw's ACP protocol. Enables IDE integration, session management, and tool protocol conversion for AI-native development environments.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/alshowse-tech/acp-adapter-layerACP Adapter Layer - ASF ↔ OpenClaw Bridge
Purpose in AI Native Full-Stack Software Factory
Position: System Infrastructure (Cross-Layer Integration)
Purpose: Bridge ASF multi-agent workflows with OpenClaw's Agent Control Protocol (ACP), enabling IDE integration, standardized session management, and tool interoperability.
OpenClaw Version: 2026.3.24+
ACP Specification: https://agentclientprotocol.com/
Architecture Overview
┌─────────────────────────────────────────────────────────┐
│ IDE / Editor │
│ (VS Code, JetBrains, etc. with ACP support) │
└────────────────────┬────────────────────────────────────┘
│ ACP Protocol (stdio)
│ - initialize
│ - newSession
│ - prompt
│ - cancel
│ - tool calls
▼
┌─────────────────────────────────────────────────────────┐
│ ACP ADAPTER LAYER │
├─────────────────────────────────────────────────────────┤
│ │
│ ┌─────────────────┐ ┌─────────────────┐ │
│ │ ACP Protocol │ │ Session │ │
│ │ Parser │ │ Manager │ │
│ │ - JSON-RPC │ │ - ACP ↔ ASF │ │
│ │ - Validation │ │ - State sync │ │
│ └────────┬────────┘ └────────┬────────┘ │
│ │ │ │
│ ▼ ▼ │
│ ┌─────────────────────────────────────────┐ │
│ │ Tool Protocol Converter │ │
│ │ - ACP tools ↔ ASF tools │ │
│ │ - Capability mapping │ │
│ │ - Result transformation │ │
│ └────────────────────┬────────────────────┘ │
│ │ │
│ ▼ │
│ ┌─────────────────────────────────────────┐ │
│ │ ASF Multi-Agent Router │ │
│ │ - agentic-factory │ │
│ │ - role-namespace-engine │ │
│ │ - OpenClaw Gateway │ │
│ └────────────────────┬────────────────────┘ │
│ │ │
│ ▼ │
│ ┌─────────────────────────────────────────┐ │
│ │ OpenClaw Gateway (WebSocket) │ │
│ │ - ws://127.0.0.1:18789 │ │
│ │ - sessions, routing, tools │ │
│ └─────────────────────────────────────────┘ │
│ │
└───────...
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-alshowse-tech-acp-adapter-layer": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
Asf V4
Skill by alshowse-tech
asf-v4
ASF V4.0 工业化增强模块 - 治理门禁 + 成本模型 + 安全优化。提供否决权执行、所有权证明、经济学评分、返工风险预测、安全在线优化等工业级能力。
accessibility-tester
Accessibility Tester for AI Native Full-Stack Software Factory Layer 11 - specializes in WCAG 2.1 compliance testing, screen reader compatibility, keyboard navigation, color contrast, and ARIA validation. Ensures applications are accessible to all users.
agentic-factory
AI Native Full-Stack Software Factory core skill - orchestrates multi-agent workflows, code generation pipelines, and automated software production. Use when building, refactoring, or scaling software systems with AI agents.