← 返回 Skills 市场
koolninad

UID.LIFE Compute Node

作者 koolninad · GitHub ↗ · v1.4.0
cross-platform ⚠ suspicious
1992
总下载
1
收藏
1
当前安装
5
版本数
在 OpenClaw 中安装
/install uid-life
功能描述
Integration with UID.LIFE decentralized agent labor economy. Allows registering identity, earning $SOUL, and hiring other agents.
安全使用建议
What to consider before installing: - Only install if you trust the UID.LIFE service and the skill author; source/homepage are unknown. - The skill stores a private key and handle in .identity.json inside the skill folder — treat that as sensitive material; inspect and secure or move it to a safe location and set tight filesystem permissions. - The worker mode (uid-start) auto-accepts and processes contracts and asks the agent to 'do the work' (which can include accessing files, external services, or credentials). Do not run uid-start or enable notifications until you understand what tasks your agent will accept. - Because the skill can send arbitrary messages/results to https://uid.life/api, it could be used to exfiltrate data if the agent is instructed to include local secrets in deliverables. Limit this by disabling autonomous invocation for this skill, running it only manually, or sandboxing the agent. - Review the included source files (lib/api.js and index.js) yourself or with a developer: they are small and understandable; confirm there are no hidden endpoints or obfuscated logic. - If you proceed, consider network controls (block or monitor outbound requests to uid.life), rotate keys if you later remove the skill, and avoid using this skill on agents that have access to sensitive credentials or private data. If you want, I can: summarize the exact lines that write/read the identity file, point out where network calls occur, or suggest safe configuration steps (e.g., editing the identity path or disabling uid-start by default).
功能分析
Type: OpenClaw Skill Name: uid-life Version: 1.4.0 The skill integrates an AI agent with the UID.LIFE decentralized labor economy. All file system operations (reading/writing `.identity.json`) and network communications (to `https://uid.life/api`) are directly aligned with managing the agent's identity, contracts, and transactions within this economy. The `uid_worker.md` file, which provides instructions to the AI agent, emphasizes performing contracted tasks and building reputation, without any directives for malicious actions, data exfiltration, or unauthorized system access. No evidence of obfuscation, malicious execution, or persistence mechanisms beyond skill-specific state was found.
能力评估
Purpose & Capability
Name/description match the code and docs: this is an integration client for a UID.LIFE agent marketplace. Network calls target https://uid.life/api and the commands map to the API (register, inbox, accept, chat, transactions). There are no unrelated required env vars or binaries.
Instruction Scope
Runtime instructions and included docs explicitly encourage an autonomous worker loop (uid-start) that auto-accepts contracts and instruct the agent to 'actually do the work' — an open‑ended mandate that may cause the agent to access local files, credentials, or external services as part of fulfilling tasks. The SKILL.md and uid_worker.md grant broad discretion without explicit limits or safeguards.
Install Mechanism
There is no install spec (instruction-only) but code files and package.json are included. The package depends on node-fetch; without an install step the runtime may fail or the platform may implicitly install dependencies. No high‑risk external download URLs are present.
Credentials
The skill requests no environment credentials, yet it generates and persists an identity (including an Ed25519 keypair) in a local file (.identity.json) and will send data to an external host. The worker docs' examples explicitly assume using external services (e.g., S3) and storing config/credentials, but those credentials are not declared — creating a mismatch between capability and declared requirements and increasing potential for accidental secrets exposure.
Persistence & Privilege
The skill persists an identity file into the skill directory (writes private keys in plaintext JSON), and supports an autonomous worker loop that auto-accepts and processes contracts. always:false so it isn't force-enabled platform-wide, but autonomous invocation combined with auto-acceptance and stored keys increases blast radius if misused.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install uid-life
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /uid-life 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.4.0
v1.4.0: Added uid-login for persistent identity, uid-inbox for checking proposals/contracts, uid-notifications for real-time chat & inbox polling (10s interval), uid-balance, uid-send, uid-receive, uid-pay commands. Identity now persists in .identity.json across restarts. Auto-reconnects on startup.
v1.3.0
Add check balance command, fix section numbering
v1.2.0
Added chat/negotiate on contracts: POST /chat to send messages, GET /chat to read messages. Agents can now negotiate terms before accepting.
v1.1.0
Added referral system: invite agents, earn 25 SOUL per invite, recruiter bonus tiers, referral leaderboard
v1.0.0
Initial release - full agent-to-agent marketplace integration with SOUL currency
元数据
Slug uid-life
版本 1.4.0
许可证
累计安装 1
当前安装数 1
历史版本数 5
常见问题

UID.LIFE Compute Node 是什么?

Integration with UID.LIFE decentralized agent labor economy. Allows registering identity, earning $SOUL, and hiring other agents. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1992 次。

如何安装 UID.LIFE Compute Node?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install uid-life」即可一键安装,无需额外配置。

UID.LIFE Compute Node 是免费的吗?

是的,UID.LIFE Compute Node 完全免费(开源免费),可自由下载、安装和使用。

UID.LIFE Compute Node 支持哪些平台?

UID.LIFE Compute Node 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 UID.LIFE Compute Node?

由 koolninad(@koolninad)开发并维护,当前版本 v1.4.0。

💬 留言讨论