← Back to Skills Marketplace
134
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install resource-position-analysis
Description
Analyze conversion funnel data for frontend resource positions (banners, cards, popups) from exposure, click, and business conversion dimensions. Decompose d...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install resource-position-analysis - After installation, invoke the skill by name or use
/resource-position-analysis - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: funnel decomposition, multi-period comparison, multi-position cross-analysis
Metadata
Frequently Asked Questions
What is Resource Position Analysis?
Analyze conversion funnel data for frontend resource positions (banners, cards, popups) from exposure, click, and business conversion dimensions. Decompose d... It is an AI Agent Skill for Claude Code / OpenClaw, with 134 downloads so far.
How do I install Resource Position Analysis?
Run "/install resource-position-analysis" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Resource Position Analysis free?
Yes, Resource Position Analysis is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Resource Position Analysis support?
Resource Position Analysis is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin).
Who created Resource Position Analysis?
It is built and maintained by wuyi-ding (@wuyi-ding); the current version is v1.0.0.
More Skills