← Back to Skills Marketplace
djc00p

OpenClaw Dual Agent

by Deonte Cooper · GitHub ↗ · v1.1.1 · MIT-0
darwinlinuxwin32 ⚠ suspicious
195
Downloads
0
Stars
0
Active Installs
6
Versions
Install in OpenClaw
/install openclaw-dual-agent
Description
Run two OpenClaw agents simultaneously — a paid Anthropic agent and a free agent using either OpenRouter or local Ollama models. Trigger phrases: multi-agent...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-dual-agent
  3. After installation, invoke the skill by name or use /openclaw-dual-agent
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug openclaw-dual-agent
Version 1.1.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 6
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 195 downloads so far.

How do I install OpenClaw Dual Agent?

Run "/install openclaw-dual-agent" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is OpenClaw Dual Agent free?

Yes, OpenClaw Dual Agent is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does OpenClaw Dual Agent support?

OpenClaw Dual Agent is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux, win32).

Who created OpenClaw Dual Agent?

It is built and maintained by Deonte Cooper (@djc00p); the current version is v1.1.1.

💬 Comments