← 返回 Skills 市场
OpenClaw Dual Agent
作者
Deonte Cooper
· GitHub ↗
· v1.1.1
· MIT-0
195
总下载
0
收藏
0
当前安装
6
版本数
在 OpenClaw 中安装
/install openclaw-dual-agent
功能描述
Run two OpenClaw agents simultaneously — a paid Anthropic agent and a free agent using either OpenRouter or local Ollama models. Trigger phrases: multi-agent...
安全使用建议
This skill is mostly coherent for its stated purpose, but there are a few things to check before installing:
- Expect to provide credentials: you will need your Anthropic API key for the paid agent, and (only for the cloud free-agent option) an OpenRouter API key placed in auth-profiles.json in the agentDir. You will also need Telegram bot tokens for each bot. The registry metadata did not declare these, so don't be surprised when the setup asks for them.
- Keep secrets safe: follow the SKILL.md advice — use interactive onboarding where possible, set auth files to chmod 600, and avoid passing API keys on the CLI or storing them in world-readable files. Consider using a secrets manager instead of plaintext files.
- Verify endpoints and packages: the instructions reference https://openrouter.ai and https://ollama.ai (and Homebrew). Confirm these providers are expected by you and that model IDs referenced are legitimate.
- Local option is privacy-friendly: choosing the Ollama/local route avoids sending data to cloud providers after models are pulled, but it requires large downloads and running 'ollama serve'.
- Packaging mismatch: the registry metadata missing required env vars is a packaging issue (sloppy but not necessarily malicious). If you need higher assurance, request the publisher clarify the required environment variables and confirm exactly what files the skill will read/write under ~/.openclaw.
If you plan to proceed, review and back up any existing ~/.openclaw configuration, create per-agent auth files with restrictive permissions, and test the setup in a controlled environment before connecting production accounts.
功能分析
Type: OpenClaw Skill
Name: openclaw-dual-agent
Version: 1.1.1
The bundle provides comprehensive documentation and configuration templates for running dual OpenClaw agents using Anthropic and OpenRouter or local Ollama models. It emphasizes security best practices, such as using interactive onboarding to prevent API keys from appearing in shell history and providing commands to mask secrets in logs. No malicious execution patterns, data exfiltration, or suspicious instructions were found in SKILL.md or the reference files.
能力评估
Purpose & Capability
The name/description match the runtime instructions: it shows how to run an Anthropic (paid) agent alongside a free OpenRouter or local Ollama agent, configure openclaw.json, Telegram bindings, and auth files. The requested artifacts (Anthropic key, OpenRouter key, Telegram bot tokens, Ollama if chosen) are appropriate for the stated purpose.
Instruction Scope
SKILL.md is purely operational guidance: creating Telegram bots, running openclaw commands, placing auth-profiles.json, editing openclaw.json, pulling Ollama models, and starting ollama serve. It does not instruct the agent to read unrelated system secrets or contact unknown endpoints beyond documented services (openrouter.ai, api.telegram.org, ollama).
Install Mechanism
This is instruction-only (no install spec, no code files). The only external install guidance is to install Ollama via Homebrew or the vendor site, which is standard and low-risk for an instruction-only skill.
Credentials
There is a mismatch between registry metadata (which lists no required env vars) and the SKILL.md content/embedded metadata that references ANT HROPIC_API_KEY and requires OpenRouter API keys and Telegram bot tokens/auth-profiles.json. Requesting Anthropic/OpenRouter keys and Telegram tokens is reasonable for the feature, but the packaging omission (registry not declaring these expectations) is an incoherence that could lead to surprising credential prompts or misconfiguration. Also the instructions show examples that could lead users to store keys in files under ~/.openclaw — SKILL.md warns about file permissions but the guidance should explicitly state secure storage practices.
Persistence & Privilege
The skill does not request 'always: true' or system-wide changes. It instructs user-scoped configuration under ~/.openclaw and creating agent-specific auth-profiles.json; that is expected for OpenClaw multi-agent setup and stays within the agent's domain.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-dual-agent - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-dual-agent触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.1
Fix ClawHub security flags: correct env metadata (only ANTHROPIC_API_KEY required; OpenRouter/Telegram are optional), replace CLI key exposure pattern with interactive openclaw onboard.
v1.1.0
Add local Ollama support as free alternative to OpenRouter — use ollama/gemma4:26b or any local model, no API key needed. Documents correct model ref format, gotchas, and popular model options.
v1.0.3
Fix vetter findings: add TELEGRAM_BOT_TOKEN to env declarations, add homepage for source provenance
v1.0.2
Remove internal mmlog self-improvement section (not relevant for public use)
v1.0.1
Fix: added env var declarations to metadata, added security note about CLI key exposure and file permissions
v1.0.0
Initial release — guide for running two OpenClaw agents side by side with separate Telegram bots and providers
元数据
常见问题
OpenClaw Dual Agent 是什么?
Run two OpenClaw agents simultaneously — a paid Anthropic agent and a free agent using either OpenRouter or local Ollama models. Trigger phrases: multi-agent... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 195 次。
如何安装 OpenClaw Dual Agent?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-dual-agent」即可一键安装,无需额外配置。
OpenClaw Dual Agent 是免费的吗?
是的,OpenClaw Dual Agent 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
OpenClaw Dual Agent 支持哪些平台?
OpenClaw Dual Agent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux, win32)。
谁开发了 OpenClaw Dual Agent?
由 Deonte Cooper(@djc00p)开发并维护,当前版本 v1.1.1。
推荐 Skills