Ecommerce Customer Journey Mapper
v1.0.0Generates a heuristic markdown report mapping e-commerce customer journeys, identifying friction points, and prioritizing actionable improvements without rea...
⭐ 0· 48·0 current·0 all-time
byhaidong@harrylabsj
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
Capability signals
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
OpenClaw
Benign
high confidencePurpose & Capability
Name/description, SKILL.md, skill.json, and handler.py all align: the skill takes user-provided text/evidence and emits a heuristic markdown journey report. There are no unexpected binaries, APIs, or credentials required.
Instruction Scope
Runtime instructions and the implementation stay within stated scope. SKILL.md explicitly says it makes no API calls or scraping; handler.py only processes input text and emits markdown. It does not reference filesystem paths, external endpoints, or extra environment variables beyond normal stdin/argv.
Install Mechanism
No install spec is provided and the skill is instruction-only with an included Python handler. Nothing is downloaded or written to disk by an installer; test files and handler are static and readable.
Credentials
The skill declares no required env vars, primary credential, or config paths and the code does not access environment variables or secret storage. Required permissions are minimal and proportionate to the described functionality.
Persistence & Privilege
always is false and the skill does not request or modify agent/system configuration. It does not embed background services or persistent hooks; autonomous invocation is enabled by default, which is normal for skills.
Assessment
This skill appears to do exactly what it says: parse user-provided notes and output a heuristic markdown journey map. Before using, avoid pasting sensitive data (customer PII, API keys, or private logs) into the prompt because the skill will include any supplied text in its analysis/report. If you want extra assurance, you can run the included tests and inspect handler.py locally; no network calls or credential access are present in the code.Like a lobster shell, security has layers — review code before you run it.
latestvk976288r85x8az9vdfzg4vw8rd84rf6z
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
