← 返回 Skills 市场
Way
作者
Erasmus Hagen
· GitHub ↗
· v1.0.0
· MIT-0
99
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install way
功能描述
Shorthand for /whoareyou — show your verified wayID identity card
安全使用建议
This skill is mostly coherent with its goal, but be cautious: SKILL.md requires reading ~/.openclaw/identity/device.json — a file that includes your Ed25519 privateKey — even though the document says only the publicKey is needed. Before installing/use, ask the skill author to (1) update the metadata to declare the required config path, (2) change the file format or provide a helper that exposes only the publicKey (so the agent never reads privateKey), or (3) confirm in code that the privateKey is never read, logged, or transmitted. Also verify the trustworthiness of the way.je endpoints (TLS, correct hostname), and only run this skill in environments where exposing the identity file for read access is acceptable. If you are not comfortable with any possibility of the privateKey being read or transmitted, do not install or invoke the skill.
功能分析
Type: OpenClaw Skill
Name: way
Version: 1.0.0
The skill retrieves the agent's public key from a local configuration file (~/.openclaw/identity/device.json) and sends it to an external API (way.je) to fetch an identity card. While the instructions in SKILL.md are explicit about only using the public key and include safety constraints against browser usage or data fabrication, the access to a file containing private keys and the use of external network calls are high-risk capabilities that warrant a suspicious classification under the provided criteria.
能力评估
Purpose & Capability
The described purpose (show a verified wayID card) matches the runtime steps (read a public key and call way.je APIs). However the skill metadata claims no required config paths or credentials while SKILL.md explicitly requires reading ~/.openclaw/identity/device.json — a clear metadata/instruction mismatch.
Instruction Scope
Instructions limit actions to two HTTPS API calls to way.je and a single local file read. They explicitly forbid opening a browser and forbid inventing data. That scope is appropriate for the stated purpose, but the single local file contains both publicKey and privateKey; although the doc says only publicKey is needed, reading a file that holds a privateKey increases risk if the agent mishandles the content.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk by an installer. This is low-risk from an install mechanism perspective.
Credentials
The skill requests no environment variables or declared config paths, yet it requires reading a sensitive local file (~/.openclaw/identity/device.json) that contains a private key. The lack of declared config requirements is inconsistent and the implicit need to access a file with private material is disproportionate unless the agent strictly extracts only the publicKey and the implementation guarantees the privateKey is never read/exfiltrated.
Persistence & Privilege
The skill does not request persistent presence (always is false), is user-invocable, and does not request system-wide changes. No elevation of privilege or persistent hooks are requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install way - 安装完成后,直接呼叫该 Skill 的名称或使用
/way触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the "way" skill — view your verified wayID identity card.
- Provides a shorthand command for displaying your wayID identity card, equivalent to `/whoareyou`
- Securely fetches and displays verified identity information using your Ed25519 public key
- Ensures only data from the wayID API is shown — never invents or fabricates details
- Clearly shows verification status and a direct link to your identity certificate
元数据
常见问题
Way 是什么?
Shorthand for /whoareyou — show your verified wayID identity card. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 99 次。
如何安装 Way?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install way」即可一键安装,无需额外配置。
Way 是免费的吗?
是的,Way 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Way 支持哪些平台?
Way 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Way?
由 Erasmus Hagen(@erasmus)开发并维护,当前版本 v1.0.0。
推荐 Skills