← 返回 Skills 市场
sky-lv

Skylv Skill Market Analyzer

作者 SKY-lv · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ⚠ suspicious
134
总下载
0
收藏
1
当前安装
4
版本数
在 OpenClaw 中安装
/install skylv-skill-market-analyzer
功能描述
ClawHub 技能市场数据分析。热门技能追踪、趋势预测、竞品分析、定价策略。Triggers: skill market, clawhub analysis, market trends, competitor analysis, skill pricing.
安全使用建议
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.
功能分析
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.
能力标签
crypto
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skylv-skill-market-analyzer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skylv-skill-market-analyzer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug skylv-skill-market-analyzer
版本 1.0.3
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 4
常见问题

Skylv Skill Market Analyzer 是什么?

ClawHub 技能市场数据分析。热门技能追踪、趋势预测、竞品分析、定价策略。Triggers: skill market, clawhub analysis, market trends, competitor analysis, skill pricing. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 134 次。

如何安装 Skylv Skill Market Analyzer?

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

Skylv Skill Market Analyzer 是免费的吗?

是的,Skylv Skill Market Analyzer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Skylv Skill Market Analyzer 支持哪些平台?

Skylv Skill Market Analyzer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Skylv Skill Market Analyzer?

由 SKY-lv(@sky-lv)开发并维护,当前版本 v1.0.3。

💬 留言讨论