Get Resource Element
v1.0.0根据产品名称查询对应标准硬件资源评估要点,智能对比用户提供内容是否完整并返回缺失项或确认完整。
⭐ 0· 102·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description say it will locate standard product hardware assessment items and compare them to user-provided items; the included script implements exactly that (search kb_dir, open a matching '*标准单产品硬件资源测算.md', extract '## 服务器资源评估输入项', and compare). No unrelated capabilities are requested.
Instruction Scope
SKILL.md directs the agent to parse product name and provided items, search a local kb/ directory, extract a specific Markdown section, and run the included compare_elements.py. The script only reads files under the specified kb_dir and does not access other system state, network endpoints, or environment secrets.
Install Mechanism
No install spec; instruction-only skill with one local Python script. Nothing is downloaded or written to disk by an installer. The script is plain Python and has no external install actions.
Credentials
No environment variables, credentials, or config paths are required. However the default kb_dir in SKILL.md/script points to a specific user path (/Users/hushuai/.openclaw/...); this is local file access (expected for the purpose) but users should be aware the skill reads files from that directory if not overridden.
Persistence & Privilege
always is false and the skill does not request persistent presence or modify other skills/config. It can be invoked autonomously (platform default), which is normal; this combined with the skill's limited local-read behavior does not raise extra privilege concerns.
Assessment
This skill reads Markdown files from a local knowledge-base directory and compares required assessment items to those you provide — it does not use network calls or request credentials. Before installing or running it: (1) ensure the kb_dir path points to the correct directory (override the default /Users/hushuai/… path to your KB location), (2) verify files in that KB do not contain sensitive data you don't want read by the agent, and (3) you can review/execute scripts locally (python3 scripts/compare_elements.py '<json>') to confirm behavior. If you do not want the agent to read local files, do not install or invoke this skill.Like a lobster shell, security has layers — review code before you run it.
latestvk97e2svmp8z1a92w323jg6jnwn839j5a
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
