← Back to Skills Marketplace
134
Downloads
0
Stars
1
Active Installs
4
Versions
Install in OpenClaw
/install skylv-skill-market-analyzer
Description
ClawHub 技能市场数据分析。热门技能追踪、趋势预测、竞品分析、定价策略。Triggers: skill market, clawhub analysis, market trends, competitor analysis, skill pricing.
Usage Guidance
This skill appears to implement a legitimate ClawHub market analyzer, but before running it you should: 1) confirm the 'clawhub' CLI is installed and trusted (the code calls it via execSync); 2) be aware the scripts assume Windows (process.chdir('C:/') and shell: 'cmd') — running on other OSes will fail or behave unexpectedly; 3) review the two included Node.js files (survey.js and gap.js) yourself — they execute shell commands and write cache/*.json files; 4) run in a sandbox or non-privileged environment (do not run as administrator) until you vet it; 5) if you plan to provide custom search terms or integrate this skill into automation, sanitize inputs or modify the code to avoid shell injection (use child_process execFile or pass args as arrays); and 6) ask the publisher to update metadata to declare the 'clawhub' binary dependency and Windows requirement so the skill's declared requirements match what it actually needs.
Capability Analysis
Type: OpenClaw Skill
Name: skylv-skill-market-analyzer
Version: 1.0.3
The skill bundle provides a legitimate set of tools for analyzing the ClawHub marketplace. The core logic is contained in Node.js scripts (survey.js and gap.js) that use the 'clawhub' CLI to gather market data and identify underserved niches. While the scripts use high-privilege functions like execSync and process.chdir('C:/'), their behavior is strictly aligned with the stated purpose of market analysis and data aggregation. The documentation (SKILL.md) provides clear instructions for the AI agent without any evidence of prompt injection or malicious intent. No data exfiltration, persistence mechanisms, or obfuscated payloads were detected.
Capability Tags
Capability Assessment
Purpose & Capability
The SKILL.md and code implement a ClawHub market scanner and analyzer, which is coherent. However the package metadata declares no required binaries or OS constraints, while both survey.js and gap.js call an external 'clawhub' CLI via child_process and assume a Windows environment (process.chdir('C:/'), shell: 'cmd'). The skill should have declared the 'clawhub' binary and a Windows OS requirement; their absence is an incoherence.
Instruction Scope
Runtime instructions and included scripts run shell commands (execSync) to call 'clawhub search', read and write local cache files (cache/*.json), and write reports. The scripts change working directory to C:\ and perform blocking spin-sleeps. There is no outbound network endpoint hardcoded in the code (the clawhub CLI likely performs network I/O), but execSync usage means arbitrary commands will be executed if untrusted inputs are passed. The SKILL.md usage examples are consistent with the code, but the code assumes static terms; if the agent or user can supply search terms at runtime, there is a risk of shell injection because command quoting is handled inconsistently (one fallback path uses an unquoted execSync).
Install Mechanism
No install specification is provided (instruction-only), which minimizes supply-chain risk. However code files are included and will be written to disk when the skill is installed. There are no downloads or external archives in the install, so no high-risk installers are present.
Credentials
The skill declares no required environment variables or credentials (appropriate for a read-only analysis tool), but the code implicitly requires the 'clawhub' CLI be available on PATH and expects a Windows filesystem root (C:\). This implicit dependency and platform assumption are not declared in metadata — disproportionate omission. The skill writes JSON reports to its cache/ directory and also constructs files under C:\ via changing cwd; that behaviour should be explicit to users.
Persistence & Privilege
The skill does not request always:true, does not declare elevated privileges, and does not modify other skills' configs. It writes files into its own cache directory and the local repo tree; this is normal for a reporting tool. Still, it will execute local shell commands when run.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skylv-skill-market-analyzer - After installation, invoke the skill by name or use
/skylv-skill-market-analyzer - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
- Updated version to 1.0.2 and revised the description for clarity and conciseness in SKILL.md.
- No functional changes; documentation was streamlined for easier understanding.
v1.0.2
Version 1.0.2 — SKILL.md updated
- Bumped version number from 1.0.0 to 1.0.1 in SKILL.md.
- No other content changes introduced.
v1.0.1
- Added keywords and triggers fields to skill metadata for improved discoverability.
- Appended a new "Usage" section with installation and configuration instructions.
- No changes to features or core functionality; documentation improvements only.
v1.0.0
- Initial release of the Skill Market Analyzer for ClawHub.
- Provides trending skill tracking, trend prediction, competitor analysis, and pricing strategy recommendations.
- Includes core metrics, market dashboards, and analytical tool functions.
- Supports both automatic and manual trigger phrases for market insights.
- Offers detailed examples for usage and analysis scenarios.
Metadata
Frequently Asked Questions
What is Skylv Skill Market Analyzer?
ClawHub 技能市场数据分析。热门技能追踪、趋势预测、竞品分析、定价策略。Triggers: skill market, clawhub analysis, market trends, competitor analysis, skill pricing. It is an AI Agent Skill for Claude Code / OpenClaw, with 134 downloads so far.
How do I install Skylv Skill Market Analyzer?
Run "/install skylv-skill-market-analyzer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Skylv Skill Market Analyzer free?
Yes, Skylv Skill Market Analyzer is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Skylv Skill Market Analyzer support?
Skylv Skill Market Analyzer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Skylv Skill Market Analyzer?
It is built and maintained by SKY-lv (@sky-lv); the current version is v1.0.3.
More Skills