← 返回 Skills 市场
S2-Nomad-Agent-Protocol
作者
MilesXiang
· GitHub ↗
· v1.1.0
· MIT-0
101
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install s2-nomad-agent-protocol
功能描述
Instructs the OpenClaw agent on how to request geolocation, claim P-SSSU Habitable Slots with user consent, and negotiate boundaries with other agents in the...
安全使用建议
This skill appears coherent and implements the consent-first behavior described in its documentation, but before installing you should: (1) verify that the OpenClaw runtime will prompt the user and block any sensor reads until explicit consent is given (the SKILL.md requires this but the manifest still lists geolocation/device permissions); (2) consider whether granting 'localhost' network access is acceptable (it could communicate with local BMS or home-automation services); (3) review handler.py locally (it is short and self-contained) and run it in a sandbox first if you can; and (4) do not grant any 'always-on' or background sensor permissions unless you trust the author and have confirmed the platform enforces human-in-the-loop checks.
功能分析
Type: OpenClaw Skill
Name: s2-nomad-agent-protocol
Version: 1.1.0
The skill bundle implements a spatial computing protocol for 'Nomad Agents' to manage geolocation-based grid claims (P-SSSU). The handler.py contains simulation logic for territory expansion and conflict resolution using an in-memory ledger, while SKILL.md explicitly mandates human-in-the-loop (HITL) authorization and user consent before accessing GPS or claiming slots. No evidence of data exfiltration, unauthorized execution, or malicious prompt injection was found.
能力评估
Purpose & Capability
The name/description (nomad agent: geolocation, claiming P-SSSU slots, boundary negotiation) align with the included files: SKILL.md specifies user-consent flows and the handler.py implements ledger, claim, and ripple expansion logic. Declared permissions (geolocation, environmental_sensors, execute_nomad_expansion) match the described capabilities.
Instruction Scope
SKILL.md explicitly requires explicit user consent prior to reading GPS or invoking expansion tools, which is good. However, the plugin manifest declares device permissions (geolocation/environmental_sensors). That is coherent with the feature set, but it raises an operational question: the platform must enforce the SKILL.md consent flow rather than allowing silent sensor access. Confirm that runtime enforces human-in-the-loop checks before any sensor read or tool invocation.
Install Mechanism
No install spec or external downloads are present; this is effectively an instruction-only skill with an included Python handler. Nothing is fetched from remote URLs or written to unusual locations.
Credentials
The skill requests no environment variables or credentials. The capabilities and permissions are proportionate to a geolocation/territory management tool. There are no unrelated secrets requested.
Persistence & Privilege
always is false and the skill does not request system-wide configuration changes. The manifest grants network access to localhost; while that's reasonable for interacting with local BMS or telemetry services (mentioned in SKILL.md), localhost access can touch sensitive local services. Ensure the platform prompts before granting those permissions and that the skill cannot enable persistent background sensor reads without consent.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install s2-nomad-agent-protocol - 安装完成后,直接呼叫该 Skill 的名称或使用
/s2-nomad-agent-protocol触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
**Summary:**
v1.1.0 introduces mandatory user consent and enhances compliance for outdoor geolocation and grid claiming actions.
- Requires explicit user or system permission before accessing location or claiming grid territory.
- Adds human-in-the-loop (HITL) authorization for all outdoor takeover actions.
- Renames tools for geolocation conversion and clarifies their use.
- Restricts autonomous intervention; agent actions now advisory unless additional authorization is given.
- Expands communication guidelines to maintain user transparency regarding spatial operations.
v1.0.0
- Initial release of s2-nomad-agent-protocol.
- Enables OpenClaw agents to claim and manage outdoor P-SSSU Habitable Slots using geolocation.
- Introduces Ripple Expansion for dynamic territory growth.
- Provides automated boundary negotiation and conflict resolution between agents.
- Adds clear communication guidelines for outdoor operation status.
元数据
常见问题
S2-Nomad-Agent-Protocol 是什么?
Instructs the OpenClaw agent on how to request geolocation, claim P-SSSU Habitable Slots with user consent, and negotiate boundaries with other agents in the... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 101 次。
如何安装 S2-Nomad-Agent-Protocol?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install s2-nomad-agent-protocol」即可一键安装,无需额外配置。
S2-Nomad-Agent-Protocol 是免费的吗?
是的,S2-Nomad-Agent-Protocol 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
S2-Nomad-Agent-Protocol 支持哪些平台?
S2-Nomad-Agent-Protocol 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 S2-Nomad-Agent-Protocol?
由 MilesXiang(@spacesq)开发并维护,当前版本 v1.1.0。
推荐 Skills