← Back to Skills Marketplace
fish1981bimmer

openclaw-collaboration

by fish1981bimmer · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
53
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-collaboration
Description
Hermes 与本地 OpenClaw 协同工作方案 — 共享记忆、API互调、任务分工
Usage Guidance
This SKILL.md is a how-to for making Hermes and a local OpenClaw instance cooperate, and it tells the agent to read/write ~/.openclaw files, call /usr/local/bin/openclaw, access a local gateway (token-auth), and interact with an external NVIDIA API. Before installing or enabling this skill: 1) Understand it is instruction-only — nothing is installed, but the agent may execute those commands on your machine if allowed. 2) Ask the skill author to declare required binaries, config paths, and exactly which credentials (gateway token, NVIDIA API key) are needed and how they will be used. 3) If you enable it, prefer manual invocation or run the agent in a restricted/sandboxed environment; back up ~/.openclaw first. 4) If you don't want the agent to modify files, deny it write access to the OpenClaw workspace and only allow read-only operations or use the official OpenClaw API with explicit auth. 5) If you need higher assurance, request the skill add checks to avoid concurrent writes (file locking) and explicit prompts before editing configs or restarting services.
Capability Assessment
Purpose & Capability
The skill's name and description (Hermes ↔ local OpenClaw collaboration) align with the SKILL.md content: it documents shared memory, openclaw agent CLI calls, gateway health checks, and model/provider notes. However the manifest declares no required binaries/config paths/credentials while the instructions assume /usr/local/bin/openclaw, ~/.openclaw/* paths, a gateway on localhost:18789 and NVIDIA API access; those omissions are an inconsistency (the skill should list these as requirements).
Instruction Scope
SKILL.md explicitly tells the agent to read/write the OpenClaw workspace (~/.openclaw/workspace), edit ~/.openclaw/openclaw.json, tail logs, kill and restart gateway processes, and invoke the openclaw CLI. These are direct file/command operations on user-local state and may access credentials or sensitive config. The instructions also reference gateway token authentication and an external NVIDIA API endpoint, but do not specify how tokens/credentials are provided or protected.
Install Mechanism
There is no install spec and no code files — this is instruction-only. That reduces supply-chain risk (nothing to download/execute on install). The runtime risk comes from the agent following the provided commands on the host.
Credentials
The skill declares no required env vars or credentials, yet the text references token-auth for a local gateway and use of the NVIDIA API (which typically requires credentials). It also assumes presence of specific config files and a local openclaw binary. Requesting or using gateway/NVIDIA credentials would be proportionate for this purpose, but the skill fails to declare them or explain where/how they are obtained — a transparency gap that could lead to accidental credential access/exfiltration if the agent is allowed to run these steps autonomously.
Persistence & Privilege
always is false (no force inclusion). Model invocation is allowed (normal default). Because the skill can instruct the agent to operate on local files and run system commands, autonomous invocation increases blast radius — but that alone is not uncommon for an integration guide. The combination of autonomous invocation with file and credential operations (and the lack of declared safeguards) is why caution is advised.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-collaboration
  3. After installation, invoke the skill by name or use /openclaw-collaboration
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Hermes与OpenClaw协同工作方案 - 共享记忆、API互调、任务分工
Metadata
Slug openclaw-collaboration
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is openclaw-collaboration?

Hermes 与本地 OpenClaw 协同工作方案 — 共享记忆、API互调、任务分工. It is an AI Agent Skill for Claude Code / OpenClaw, with 53 downloads so far.

How do I install openclaw-collaboration?

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

Is openclaw-collaboration free?

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

Which platforms does openclaw-collaboration support?

openclaw-collaboration is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created openclaw-collaboration?

It is built and maintained by fish1981bimmer (@fish1981bimmer); the current version is v1.0.0.

💬 Comments