← 返回 Skills 市场
Openclaw Architect
作者
aiwithabidi
· GitHub ↗
· v1.0.0
402
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-architect
功能描述
Design, configure, debug, and optimize OpenClaw AI agent deployments. Master guide for gateway configuration, openclaw.json settings, model routing and fallb...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-architect - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-architect触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Openclaw Architect 是什么?
Design, configure, debug, and optimize OpenClaw AI agent deployments. Master guide for gateway configuration, openclaw.json settings, model routing and fallb... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 402 次。
如何安装 Openclaw Architect?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-architect」即可一键安装,无需额外配置。
Openclaw Architect 是免费的吗?
是的,Openclaw Architect 完全免费(开源免费),可自由下载、安装和使用。
Openclaw Architect 支持哪些平台?
Openclaw Architect 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Openclaw Architect?
由 aiwithabidi(@aiwithabidi)开发并维护,当前版本 v1.0.0。
推荐 Skills