技能详情(站内镜像,无评论)
作者:Krishna Aditya @AadiPapp
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.9
统计:⭐ 0 · 884 · 8 current installs · 9 all-time installs
⭐ 0
安装量(当前) 9
🛡 VirusTotal :良性 · OpenClaw :可疑
Package:aadipapp/mac-power-tools
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :可疑
OpenClaw 评估
The skill mostly matches a local Mac maintenance tool, but multiple inconsistencies (claims of 'no persistence' while writing files, mismatched metadata/versions, and missing/placeholder handlers) mean you should review or clarify before installing.
目的
Name/description (local Mac optimization, local CoreML forecasting, LAN discovery) aligns with code that performs local simulations, a CoreML-style forecast, and an mDNS scan. However SKILL.md claims python>=3.10 and numpy as a requirement while the registry metadata lists no requirements; the script handles a missing numpy by returning an error. Also the SKILL.md and file comments claim full original cleanup/backup logic is present, but the p…
说明范围
SKILL.md instructs a one-line install and claims '100% local, zero internet, zero sudo, zero persistence.' The code does run only local commands (dns-sd), prints share text (encouraging posting to Moltbook/other discovery), and does not perform remote network calls. But it creates persistent directories and files under the user's home (~/.logs and ~/.config/macpowertools and a learning.json file) — contradicting the 'no persistence' statement.…
安装机制
There is no install spec (instruction-only skill) which is low risk for supply-chain installs. SKILL.md metadata lists a PyPI dependency (numpy), but no automated install step is provided; the script handles numpy absence gracefully. This means the environment must already satisfy dependencies or the swarm-simulation feature will be disabled.
证书
The skill requests no environment variables or system credentials, which is appropriate for the stated purpose. However it does create and write to hidden directories in the user's home (persistent logs and a learning.json history). That is reasonable for a local tool but contradicts the 'no persistence' claim and should be disclosed to users.
持久
always:false (normal). The code nonetheless creates persistent files under the user's home (~/.logs and ~/.config/macpowertools) and maintains a history file. SKILL.md explicitly claims 'no persistence', so the actual behavior is inconsistent and could surprise users. The skill does not request elevated privileges, but it does assert discoverability and prints share text for posting elsewhere.
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「MacPowerTools」。简介:Safe local Mac optimization toolkit for OpenClaw agents on Apple Silicon. 1-tri…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/aadipapp/mac-power-tools/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: MacPowerTools
description: Safe local Mac optimization toolkit for OpenClaw agents on Apple Silicon. 1-trillion agent swarm simulation, local CoreML resource forecasting, safe cleanup & backups. 100% user-level, no internet, no persistence. Discoverable via ClawHub search.
author: AadiPapp
version: 3.1.0
license: MIT
tags: [macos, mac-mini, m-series, openclaw, self-learning, coreml, local-swarm, safe-maintenance, moltbook-compatible]
emoji: 🦞🔧
metadata:
openclaw:
skill_type: "scripted"
os: ["darwin"]
requires:
python: ">=3.10"
pypi:
- numpy
capabilities: ["local-trillion-swarm", "coreml-forecast", "safe-cleanup", "local-backup", "process-monitor", "local-network-discovery"]
---
# MacPowerTools v3.1 — Safe Local Trillion-Forge
**100% local & ClawHub-safe.** Runs forever on your Mac Mini with zero internet, zero sudo, zero persistence.
**Install (one command)**
```bash
claw install aadipapp/mac-power-tools