← Back to Skills Marketplace
Openclaw Architect
by
aiwithabidi
· GitHub ↗
· v1.0.0
402
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-architect
Description
Design, configure, debug, and optimize OpenClaw AI agent deployments. Master guide for gateway configuration, openclaw.json settings, model routing and fallb...
Usage Guidance
This skill appears coherent for auditing and health-checking an OpenClaw deployment. Before installing or running it: 1) Verify OPENCLAW_WORKSPACE points to the intended workspace. 2) Inspect the two included scripts (config_analyzer.py and health_check.py) yourself — they are stdlib Python and readable. 3) Run health checks locally and in a trusted environment because the health_check script executes shell commands and checks files/sockets (Docker, /var/run/docker.sock, tailscale, local HTTP endpoints) and will print local configuration and status to stdout. 4) The analyzer will warn about API keys found in openclaw.json (it reports key locations, not values); if you keep secrets in config files, consider moving them to environment variables or secret storage. 5) Only proceed if you trust the skill source and are comfortable exposing the resulting diagnostic output to the agent or logs where the agent runs.
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-architect
Version: 1.0.0
The bundle is a comprehensive administrative and diagnostic tool for OpenClaw deployments, containing scripts for configuration auditing and system health monitoring. It includes scripts like `config_analyzer.py`, which reads the main `openclaw.json` configuration file (containing API keys and bot tokens), and `health_check.py`, which executes shell commands to verify the status of Docker, Tailscale, and system processes. While these risky capabilities (file access to secrets, shell execution, and local network requests) are clearly aligned with the stated purpose of the skill and are implemented with safety considerations (e.g., not printing secret values), they meet the criteria for a suspicious classification due to the broad system access required for their operation.
Capability Assessment
Purpose & Capability
Name/description (OpenClaw config analysis, health checks, docs) match the included SKILL.md, reference docs, and the two Python scripts. The single required env var (OPENCLAW_WORKSPACE) is appropriate for locating the workspace.
Instruction Scope
SKILL.md instructs the agent to run the included scripts which read local config and workspace files. The scripts perform local health checks (HTTP calls to localhost ports, file existence checks, pgrep, docker/tailscale checks) and examine openclaw.json. They do not contact remote third-party endpoints. Note: health_check runs shell commands (via subprocess.run with shell=True) and accesses system paths (e.g., /var/run/docker.sock, /proc), and outputs diagnostics to stdout; running these will reveal local config/state to whoever receives the script output.
Install Mechanism
No install spec — instruction-only with included stdlib Python scripts. Nothing is downloaded or written to disk by an installer step.
Credentials
Only OPENCLAW_WORKSPACE is required (declared as primaryEnv), which is proportional. However the health checker probes system services (Docker socket, Qdrant, Neo4j, local gateway ports) and runs system commands; it may therefore require filesystem and process visibility and could reveal sensitive local information in its output. No unrelated external API keys or unrelated env variables are requested.
Persistence & Privilege
always is false and the skill does not request permanent/system-wide modifications. It does not modify other skills or agent configs; it only reads local files and executes diagnostic scripts when invoked.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-architect - After installation, invoke the skill by name or use
/openclaw-architect - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of openclaw-architect.
Key features:
- Audit and analyze openclaw.json configurations with actionable improvement suggestions.
- Health checker validates all OpenClaw subsystems in a single command.
- Tools for model routing, fallback chain setup, and cost optimization.
- Comprehensive guides on skill development, cron management, and memory systems (Qdrant, Neo4j, SQLite).
- Infrastructure support for Docker deployment and Tailscale VPN networking.
- No external dependencies — uses Python standard library only.
Metadata
Frequently Asked Questions
What is Openclaw Architect?
Design, configure, debug, and optimize OpenClaw AI agent deployments. Master guide for gateway configuration, openclaw.json settings, model routing and fallb... It is an AI Agent Skill for Claude Code / OpenClaw, with 402 downloads so far.
How do I install Openclaw Architect?
Run "/install openclaw-architect" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Openclaw Architect free?
Yes, Openclaw Architect is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Openclaw Architect support?
Openclaw Architect is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Openclaw Architect?
It is built and maintained by aiwithabidi (@aiwithabidi); the current version is v1.0.0.
More Skills