← 返回 Skills 市场
newageinvestments25-byte

Homelab Assets

作者 New Age Investments · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
134
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install nai-homelab-assets
功能描述
Track, manage, and report on homelab hardware inventory with details on purchase, warranty, power use, location, and generate insurance-ready reports.
安全使用建议
This skill appears to be a straightforward local inventory tool. Before installing/using it: (1) confirm you are comfortable storing asset data (serial numbers, purchase prices, locations) in the default ~/.openclaw/workspace/homelab-assets/inventory.json or choose a secure path via HOMELAB_ASSETS_PATH; (2) set appropriate file permissions to restrict access (chmod 600) if the data is sensitive; (3) run the included scripts locally with Python 3 and inspect them yourself (they are human-readable) — they perform only JSON read/write and reporting; (4) if you intend to run the skill autonomously via an agent, be aware the agent could run these scripts on your behalf, but because the scripts have no network calls or credential access the blast radius is limited; (5) avoid copying the inventory file to untrusted services or repositories without redacting sensitive fields.
功能分析
Type: OpenClaw Skill Name: nai-homelab-assets Version: 1.0.0 The skill bundle is a legitimate hardware inventory management tool that operates locally. It uses standard Python libraries to manage a JSON database located at ~/.openclaw/workspace/homelab-assets/inventory.json. Analysis of the scripts (e.g., add_asset.py, report.py) and the SKILL.md instructions reveals no network activity, no shell command execution, no data exfiltration, and no evidence of prompt injection or malicious intent.
能力评估
Purpose & Capability
Name/description describe a local homelab inventory and the included scripts (add, update, list, search, report) implement exactly that functionality. There are no unexpected external integrations or unrelated environment variables requested.
Instruction Scope
SKILL.md and the scripts confine operations to reading and writing a single JSON inventory file (default: ~/.openclaw/workspace/homelab-assets/inventory.json, overrideable with HOMELAB_ASSETS_PATH). Instructions do not request reading unrelated system files, shell history, or sending data to external endpoints.
Install Mechanism
No install spec and no remote downloads; the skill is delivered as local Python scripts. This is low risk — nothing is fetched from external URLs or installed system-wide.
Credentials
The skill requires no credentials or special environment variables; only an optional HOMELAB_ASSETS_PATH to override the inventory location. This is proportional to its stated purpose.
Persistence & Privilege
Skill is not forced-always, does not request system-wide configuration changes, and only writes to its own inventory file. Autonomous invocation is allowed by default but is not by itself a problem here because the skill has no network/exfiltration behavior.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install nai-homelab-assets
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /nai-homelab-assets 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of homelab-assets skill. - Track and manage homelab hardware inventory, including details like purchase info, warranty, power draw, and location. - Scripts included for adding, updating, listing, searching, and reporting on assets. - Reports generate insurance-ready Markdown files with spend totals, depreciation, power costs, and warranty alerts. - Data stored in a local JSON file; configurable via environment variable. - Includes example inventory and reference power estimates.
元数据
Slug nai-homelab-assets
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Homelab Assets 是什么?

Track, manage, and report on homelab hardware inventory with details on purchase, warranty, power use, location, and generate insurance-ready reports. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 134 次。

如何安装 Homelab Assets?

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

Homelab Assets 是免费的吗?

是的,Homelab Assets 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Homelab Assets 支持哪些平台?

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

谁开发了 Homelab Assets?

由 New Age Investments(@newageinvestments25-byte)开发并维护,当前版本 v1.0.0。

💬 留言讨论