← 返回 Skills 市场
meilihulee

Build Opportunity Scout

作者 captainlee · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
152
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install build-opportunity-scout
功能描述
Analyze harvested trend data and generate prioritized build opportunities for new skills/apps (P0/P1/P2) with implementation hints. Use when user wants actio...
使用说明 (SKILL.md)

Build Opportunity Scout

Turn trend feed noise into actionable build queue.

Inputs

  • /root/.openclaw/workspace/data/harvest/feature_patterns.json

Outputs

  • /root/.openclaw/workspace/data/harvest/opportunities.json
  • /root/.openclaw/workspace/data/harvest/opportunities.md

Run

python3 /root/.openclaw/workspace/skills/build-opportunity-scout/scripts/scout.py

What it generates

For each opportunity:

  • title
  • type (skill/app)
  • priority (P0/P1/P2)
  • impact (1-5)
  • effort (1-5)
  • score
  • why_now
  • mvp_steps

Operator rules

  • Prefer practical opportunities with clear MVP steps
  • Keep output concise and execution-first
  • Deduplicate similar ideas
安全使用建议
This skill appears to do what it claims: inspect the included scout.py to confirm you're comfortable running it, ensure the input file (/root/.openclaw/workspace/data/harvest/feature_patterns.json) does not contain sensitive data, and be aware the script will overwrite or create the two output files in the workspace. If you want extra caution, run the script in a sandboxed environment or inspect the input data first; no network traffic or secret access was found in the code.
功能分析
Type: OpenClaw Skill Name: build-opportunity-scout Version: 0.1.0 The skill bundle is a straightforward data processing tool designed to analyze local JSON data and generate prioritized project opportunities. The Python script (scripts/scout.py) performs basic keyword-based scoring and file generation within the designated workspace, with no evidence of network activity, unauthorized file access, or malicious instructions in SKILL.md.
能力评估
Purpose & Capability
Name/description match the actual behavior. The script reads /root/.openclaw/workspace/data/harvest/feature_patterns.json and produces prioritized opportunities. No unrelated capabilities (cloud creds, network access, or unusual binaries) are requested.
Instruction Scope
SKILL.md directs running the included python script and specifies the exact input and outputs. The script only reads the declared input path, computes simple heuristics, and writes the listed output files — no extra file reads, no environment-var access, and no external network calls.
Install Mechanism
There is no install spec (instruction-only with an included script). Nothing is downloaded or extracted; no external packages are installed.
Credentials
The skill requires no environment variables, credentials, or config paths beyond the single workspace input file. Requested resources are proportionate to the task.
Persistence & Privilege
No 'always: true' or other elevated persistence is requested. The skill does not modify other skills or system-wide settings and only writes its own output files in the workspace.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install build-opportunity-scout
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /build-opportunity-scout 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release: generate prioritized build opportunities from harvested trends.
元数据
Slug build-opportunity-scout
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Build Opportunity Scout 是什么?

Analyze harvested trend data and generate prioritized build opportunities for new skills/apps (P0/P1/P2) with implementation hints. Use when user wants actio... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 152 次。

如何安装 Build Opportunity Scout?

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

Build Opportunity Scout 是免费的吗?

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

Build Opportunity Scout 支持哪些平台?

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

谁开发了 Build Opportunity Scout?

由 captainlee(@meilihulee)开发并维护,当前版本 v0.1.0。

💬 留言讨论