← 返回 Skills 市场
Ogp
作者
latentgenius
· GitHub ↗
· v0.6.0
· MIT-0
291
总下载
1
收藏
1
当前安装
11
版本数
在 OpenClaw 中安装
/install ogp
功能描述
OGP (Open Gateway Protocol) — federated agent communication, peer management, and project collaboration across OpenClaw and Hermes gateways. Use when the use...
安全使用建议
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.
功能分析
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.
能力标签
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ogp - 安装完成后,直接呼叫该 Skill 的名称或使用
/ogp触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Ogp 是什么?
OGP (Open Gateway Protocol) — federated agent communication, peer management, and project collaboration across OpenClaw and Hermes gateways. Use when the use... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 291 次。
如何安装 Ogp?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ogp」即可一键安装,无需额外配置。
Ogp 是免费的吗?
是的,Ogp 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Ogp 支持哪些平台?
Ogp 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Ogp?
由 latentgenius(@dp-pcs)开发并维护,当前版本 v0.6.0。
推荐 Skills