Build Opportunity Scout

v0.1.0

Analyze harvested trend data and generate prioritized build opportunities for new skills/apps (P0/P1/P2) with implementation hints. Use when user wants actio...

0· 149·0 current·0 all-time
bycaptainlee@meilihulee

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for meilihulee/build-opportunity-scout.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Build Opportunity Scout" (meilihulee/build-opportunity-scout) from ClawHub.
Skill page: https://clawhub.ai/meilihulee/build-opportunity-scout
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install build-opportunity-scout

ClawHub CLI

Package manager switcher

npx clawhub@latest install build-opportunity-scout
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97c1s1y1kr500dkkk48dsgvdn83b9z5
149downloads
0stars
1versions
Updated 1mo ago
v0.1.0
MIT-0

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

Comments

Loading comments...