← 返回 Skills 市场
wuyi-ding

Resource Position Analysis

作者 wuyi-ding · GitHub ↗ · v1.0.0 · MIT-0
linuxdarwin ✓ 安全检测通过
134
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install resource-position-analysis
功能描述
Analyze conversion funnel data for frontend resource positions (banners, cards, popups) from exposure, click, and business conversion dimensions. Decompose d...
安全使用建议
This skill appears to do what it says: run a local Python script to analyze an Excel file and produce a Markdown report. Before running it: 1) Review scripts/analyze.py (you already have it) or run it in an isolated environment to confirm behavior. 2) Prefer running inside a virtualenv or sandbox so the script's pip installs don't affect your global Python environment. 3) Be aware the script will run pip to install pandas/openpyxl from PyPI at runtime (standard but a supply-chain consideration); if you prefer, pre-install those packages from trusted sources first. 4) Only run the script on data you trust or after confirming it won’t be sent elsewhere—there is no evidence it exfiltrates data, but exercising caution with sensitive files is prudent. If you want higher assurance, ask the publisher for provenance (source repo or homepage) or request a signed release.
功能分析
Type: OpenClaw Skill Name: resource-position-analysis Version: 1.0.0 The skill bundle is a legitimate data analysis tool designed to perform factor decomposition on marketing funnel data. The core logic in `scripts/analyze.py` uses standard libraries (pandas, openpyxl) to process Excel files and generate Markdown reports. While the script includes a self-installation feature for dependencies using `subprocess.check_call`, it is restricted to specific, well-known libraries and serves the stated purpose of ensuring the tool runs correctly. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
Name/description match the actual behavior: a local Python script that reads an Excel file, computes funnel decomposition, and writes a Markdown report. Declared requirement (python3) and included files (analyze.py, requirements.txt, README, templates) are consistent with the stated purpose.
Instruction Scope
SKILL.md instructs the agent to run the bundled scripts/analyze.py against a user-provided Excel file and to read the generated Markdown report. It does not instruct reading unrelated system files, environment variables, or posting results to external endpoints. The path-resolution guidance (determine SKILL.md absolute path to locate the script) is slightly brittle but not a scope creep.
Install Mechanism
There is no platform install spec (instruction-only), but the bundled analyze.py will auto-install missing dependencies by calling pip (subprocess.check_call([sys.executable, '-m', 'pip', 'install', ...])). Auto-installing from PyPI is common for Python utilities, but it does perform network installs at runtime (supply-chain risk). The install mechanism does not download arbitrary binaries or from untrusted URLs; it uses pip and the declared packages (pandas, openpyxl).
Credentials
The skill requires no environment variables, no credentials, and no config paths. The script does not read or require unrelated secrets or tokens.
Persistence & Privilege
Flags are default (always:false). The skill does not request permanent system presence or modify other skills or global agent configuration. It runs as a one-off local analysis script.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install resource-position-analysis
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /resource-position-analysis 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: funnel decomposition, multi-period comparison, multi-position cross-analysis
元数据
Slug resource-position-analysis
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Resource Position Analysis 是什么?

Analyze conversion funnel data for frontend resource positions (banners, cards, popups) from exposure, click, and business conversion dimensions. Decompose d... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 134 次。

如何安装 Resource Position Analysis?

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

Resource Position Analysis 是免费的吗?

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

Resource Position Analysis 支持哪些平台?

Resource Position Analysis 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin)。

谁开发了 Resource Position Analysis?

由 wuyi-ding(@wuyi-ding)开发并维护,当前版本 v1.0.0。

💬 留言讨论