📦 Analytics And Advisory Intelligence — 财务趋势分析

v0.1.0

面向希腊会计事务所的跨客户财务数据分析工具,自动识别趋势、异常与风险,只读权限,报告输出至 /data/reports/。

0· 621·0 当前·0 累计
下载技能包
最后更新
2026/4/22
0
安全扫描
VirusTotal
可疑
查看报告
OpenClaw
可疑
medium confidence
NULL
评估建议
What to check before installing: - Confirm the runtime provides the 'openclaw' CLI (the SKILL.md uses many 'openclaw analytics …' commands but the skill metadata lists only 'jq'); if 'openclaw' is absent the examples are unusable or the skill will fail. - Verify OPENCLAW_DATA_DIR is set correctly and that the agent's filesystem permissions prevent writes/reads outside intended directories; the skill claims 'read-only' for client records but this is an instruction, not enforced by the skill bundl...
详细分析 ▾
用途与能力
The SKILL.md shows many commands that call an 'openclaw' CLI, but the registry metadata's required binaries list only 'jq' (no 'openclaw'). The skill claims to operate on OPENCLAW_DATA_DIR but the documentation and examples use hard-coded paths like /data/reports/analytics/. These mismatches mean the runtime assumptions in the instructions are not fully declared in the skill metadata.
指令范围
Instructions explicitly direct the agent to read 'all the data the system has built up' and many local sources (bank reconciliations, deadline monitor, client histories). That is consistent with cross-client analytics, but the skill repeatedly claims aggregated/anonymised outputs without describing anonymisation steps or safeguards; therefore there's a privacy risk if the runtime doesn't enforce anonymisation or directory restrictions.
安装机制
This is an instruction-only skill with no install spec or remote downloads — lowest install risk. It only requires the binary 'jq' (which is reasonable for JSON processing).
凭证需求
Only OPENCLAW_DATA_DIR is required (proportionate), but the skill reads wide-ranging client data (AFMs and financial records are visible in the included EVALS.json). That access is appropriate for the declared purpose but increases privacy sensitivity; the skill does not request unrelated credentials (good).
持久化与权限
No elevated privileges requested and always:false. The skill is not requesting persistent or global presence beyond normal skill invocation; it claims to write reports only to /data/reports/analytics/.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv0.1.02026/2/21

NULL

可疑

安装命令

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