📦 Ai Intelligent Asset Lifecycle — 企业资产生命周期

v1.0.0

一站式企业资产管理平台,覆盖采购、使用、维护到报废全流程,自动追踪资产状态与价值,降低运营成本并提升合规性。

0· 227·0 当前·0 累计
下载技能包
最后更新
2026/4/21
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
medium confidence
NULL
评估建议
This skill appears to be a wrapper that points you to a GitHub repository and tells you to run its code. Do not git-clone and run app.py on production or on a machine with sensitive data without first: (1) inspecting the repository contents (especially app.py and requirements.txt), (2) reviewing third-party packages for malicious or unknown dependencies, (3) running the app in an isolated sandbox or VM, and (4) checking the repository owner and commit history for trustworthiness. If you need the...
详细分析 ▾
用途与能力
Name, description, and listed features match an asset management app. However, the skill package contains no runtime code and instead instructs the user to clone and run an external GitHub repo — this is unexpected for an instruction-only skill and expands the scope beyond what the registry metadata contains.
指令范围
SKILL.md's runtime instructions tell the operator to run: git clone https://github.com/openclaw-skills/ai-intelligent-asset-lifecycle; pip install -r requirements.txt; python app.py. Those steps direct execution of external code not included in the skill bundle, which could access system resources or exfiltrate data; the instructions give no guidance to audit or sandbox that code.
安装机制
There is no formal install spec in the registry, but the README explicitly instructs cloning a GitHub repo and running pip install and python. Downloading and executing arbitrary repo code is high-risk unless the repo and its contents are trusted and reviewed.
凭证需求
The skill declares no required environment variables, binaries, or config paths. There is no immediate mismatch between declared env requirements and the described functionality.
持久化与权限
Flags are default (always: false, agent invocation enabled). The skill does not request persistent platform privileges in the manifest.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/18

NULL

无害

安装命令

点击复制
官方npx clawhub@latest install ai-intelligent-asset-lifecycle
镜像加速npx clawhub@latest install ai-intelligent-asset-lifecycle --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库