← Back to Skills Marketplace
Ogp
by
latentgenius
· GitHub ↗
· v0.6.0
· MIT-0
291
Downloads
1
Stars
1
Active Installs
11
Versions
Install in OpenClaw
/install ogp
Description
OGP (Open Gateway Protocol) — federated agent communication, peer management, and project collaboration across OpenClaw and Hermes gateways. Use when the use...
Usage Guidance
This skill appears to be an instruction-only interface to an OGP CLI and is plausibly coherent with federated gateway tasks, but there are a few things to check before installing/using it:
- Metadata mismatch: the catalog entry says no config paths required, but SKILL.md expects and manipulates ~/.ogp* config files (which can contain openclawToken and other sensitive values). Confirm the registry metadata or treat those config files as sensitive before proceeding.
- Review local config files (~/.ogp*, ~/.ogp-hermes*) for any tokens or secrets before running the CLI; do not paste tokens into rendezvous or unknown services.
- The SKILL.md recommends installing an npm package (@dp-pcs/ogp). Verify the npm package and its GitHub repo (https://github.com/dp-pcs/ogp) are authentic and audit the package/release if you don't trust the publisher.
- Be cautious enabling the optional rendezvous service (rendezvous.elelem.expert): it will register your gateway and heartbeat repeatedly, publishing discovery info to a third-party domain. Only enable if you trust that operator and understand what metadata is shared (public keys, reachability hints).
- If you need stronger assurance, request the publisher to correct the registry metadata to list the required state paths and document exactly what config values (tokens) are read/written, and ask for a signed release or verified source for the npm package.
Given the above inconsistencies and the external-network heartbeat behavior, treat this skill as suspicious until those points are clarified.
Capability Analysis
Type: OpenClaw Skill
Name: ogp
Version: 0.6.0
The OGP (Open Gateway Protocol) skill bundle provides instructions for an AI agent to manage federated communication, peer discovery, and project collaboration using the 'ogp' CLI tool. It includes detailed guidance on framework isolation, secure federation via Ed25519 signatures, and sophisticated notification routing (e.g., 'notifyTargets' and 'humanDeliveryTarget' in SKILL.md). While the tool requires network access and manages sensitive configuration like 'openclawToken', these behaviors are strictly aligned with its purpose as a communication gateway. No evidence of malicious intent, data exfiltration, or unauthorized execution was found.
Capability Tags
Capability Assessment
Purpose & Capability
The name/description and required binary ('ogp') align with a federation/gateway tool. However, the registry metadata provided to the catalog claims no required config paths, while the SKILL.md explicitly lists multiple state paths (~/.ogp, ~/.ogp-hermes, ~/.ogp-meta) and an install command; this metadata mismatch is an incoherence that should be resolved before trusting the skill.
Instruction Scope
SKILL.md instructs the agent/user to read and edit local OGP config files (which may contain secrets like openclawToken), run the ogp CLI (including running local node dist/cli.js if testing), and optionally enable a rendezvous service that auto-registers and heartbeats every 30s to rendezvous.elelem.expert. The heartbeat/registration will publish discovery information (public key, hints) to an external server — this is outside plain local configuration and creates ongoing outbound telemetry. These behaviors are plausible for a federation tool but are notable because they transmit state to a third party and touch config files that can contain credentials.
Install Mechanism
There is no catalog install spec, but SKILL.md recommends 'npm install -g @dp-pcs/ogp'. Relying on an external npm package is normal for a CLI but introduces moderate risk if the package or its release source is unverified. The SKILL.md also suggests running a local 'node dist/cli.js' which could execute arbitrary local code if the user is testing a checkout. The install guidance should be verified against the project's official repo and releases.
Credentials
The registry listed no required env vars or config paths, but SKILL.md examples include an 'openclawToken' and explicit config files under the user's home directory. That means secrets/credentials are expected to be stored in those files even though the skill's metadata didn't declare them. The skill will read/write local config that can include tokens and routing targets, which is proportionate to a gateway tool but the metadata omission is problematic.
Persistence & Privilege
The skill is not always-enabled and does not request system-wide privileges. However, enabling the optional rendezvous feature causes the daemon to auto-register and heartbeat every 30 seconds to a third-party server, creating persistent network presence. This is a functional behavior for discovery but increases the blast radius and should be enabled only when the rendezvous operator is trusted.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ogp - After installation, invoke the skill by name or use
/ogp - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.6.0
Align skill version to package version 0.6.0 for consistency across all bundled OGP skills
v2.6.0
Align OGP skill guidance with current project-intent runtime behavior and approval scope examples.
v0.3.0
v0.3.0: Hermes platform support, multi-platform skill installer (OpenClaw + Hermes + Claude Code), macOS menubar app, platform-agnostic notification backend.
v2.2.0
BUILD-111: Port-agnostic peer identity using public key prefix. BUILD-110: Intent negotiation with symmetric federation.
v2.1.1
Remove state_path checks — OGP_HOME varies by environment (Clawporate uses non-default path); rely on ogp binary presence only
v2.1.0
Add rendezvous invite flow, OGP_PUBLIC_URL support, agent-comms policies, blocked message notifications, witty rejections, ogp-expose docs
v2.0.0
Complete rewrite: updated all CLI commands to use ogp CLI (was incorrectly using old openclaw federation CLI). Added scope reference, troubleshooting table, project isolation design notes, known peers, and full federation workflow. Reflects OGP 0.2.7+ bidirectional scope auto-grant behavior.
v0.2.3
v0.2.3: federation request auto-resolves peer ID, project management commands, intent registry, ogp status port detection, Telegram notifications
v0.2.2
ogp v0.2.2
- No file changes detected in this release.
- Version number updated for alignment or meta purposes.
- No changes to documentation, code, or skill behavior.
v0.2.1
- Major update: SKILL.md has been rewritten for clarity, accuracy, and alignment with current OGP tooling.
- Adds detailed installation, setup, and troubleshooting instructions for the OGP daemon.
- Updates all commands to match the CLI syntax of @dp-pcs/ogp, including new flows for setup, federation, messaging, and policy configuration.
- Documents new features in v0.2.0: per-peer scopes, intents, topics, and rate limiting for federation approvals.
- Improves descriptions of workflows for peer management, message sending, and daemon exposure.
- Clarifies configuration structure, paths, and security practices.
v0.2.0
- Expanded and clarified documentation for OGP (Open Gateway Protocol): detailed steps for scheduling meetings, querying peer availability, and managing federation.
- Added CLI usage examples, environment variable setup for test gateways, and troubleshooting guide.
- Included decision logic for handling peers in different states (approved, pending, not found).
- Outlined supported intents and payload formats in a quick-reference table.
- Provided example scripts for dynamic peer lookup and attendee response monitoring.
Metadata
Frequently Asked Questions
What is Ogp?
OGP (Open Gateway Protocol) — federated agent communication, peer management, and project collaboration across OpenClaw and Hermes gateways. Use when the use... It is an AI Agent Skill for Claude Code / OpenClaw, with 291 downloads so far.
How do I install Ogp?
Run "/install ogp" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Ogp free?
Yes, Ogp is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Ogp support?
Ogp is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Ogp?
It is built and maintained by latentgenius (@dp-pcs); the current version is v0.6.0.
More Skills