Game Scout
v0.3.1Video game strategy specialist. Amalgamates tactics, builds, guides, and meta knowledge from Reddit, YouTube creators, wikis, Twitter/X, and game databases t...
⭐ 0· 75·0 current·0 all-time
byRick Clark@rclark4958
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (multi-source game research) align with required binaries (node, python3, yt-dlp) and env vars (EXA_API_KEY, BRIGHTDATA_API_KEY, BRIGHTDATA_ZONE). The scripts call Exa and Bright Data APIs and fetch YouTube transcripts — these are expected for the declared functionality.
Instruction Scope
SKILL.md instructs the agent to run the included scripts which fetch search results, scrape pages, pull tweets, and extract YouTube transcripts. That stays within the declared research scope. Note: the README/MD explicitly recommends using Bright Data to bypass bot detection for sites like Reddit/X — this is functional for the purpose but has legal/terms-of-service and privacy implications and means scraped content (and any URLs you pass) will be transmitted to Bright Data and Exa.
Install Mechanism
Install spec only requests a brew formula for yt-dlp (a known tool) and scripts are instruction-only otherwise. No remote arbitrary archives or unknown download URLs are used. This is a low-risk install mechanism.
Credentials
The required env vars are exactly the two third-party API keys and a Bright Data zone name, which are proportional to the skill’s scraping/searching purpose. As a caution: these keys grant network access to third-party services — misuse or compromise of these keys could expose your queries and scraped content. No unrelated credentials or system secrets are requested.
Persistence & Privilege
The skill does not request always:true and does not ask to modify other skills or system-wide config. It only suggests storing API keys in ~/.openclaw/.env (typical for skills) and has no privileged persistence beyond normal operation.
Assessment
This skill appears coherent with its purpose, but before installing consider the following: (1) It sends URLs and extracted content to two third-party services (Exa AI and Bright Data). Only install if you trust those providers and are comfortable with your queries and scraped content being transmitted to them. (2) Use least-privilege API keys / separate accounts where possible and avoid putting high-value secrets in the same env. (3) Bright Data is explicitly used to bypass bot detection on some sites — this may conflict with site terms of service or legal restrictions in some jurisdictions; review Bright Data’s and target sites' TOS if that matters to you. (4) Don’t feed private/internal URLs or credentials into the skill: any URL you ask the skill to fetch may be sent to Bright Data/Exa. (5) yt-dlp runs as a subprocess to fetch transcripts; ensure your environment allows that and that you trust the videos you request. If you want a higher assurance review, provide logs or sample runs (with sanitized inputs) so network calls and outputs can be inspected.scripts/bright-scrape.mjs:22
Environment variable access combined with network send.
scripts/bright-twitter.mjs:25
Environment variable access combined with network send.
scripts/exa-contents.mjs:24
Environment variable access combined with network send.
scripts/exa-search.mjs:35
Environment variable access combined with network send.
scripts/exa-similar.mjs:27
Environment variable access combined with network send.
Confirmed safe by external scanners
Static analysis detected API credential-access patterns, but both VirusTotal and OpenClaw confirmed this skill is safe. These patterns are common in legitimate API integration skills.Like a lobster shell, security has layers — review code before you run it.
latestvk977ae70c2c89ew8cbmc9whts183ffbd
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🎮 Clawdis
Binsnode, python3, yt-dlp
EnvEXA_API_KEY, BRIGHTDATA_API_KEY, BRIGHTDATA_ZONE
Install
Install yt-dlp (brew)
Bins: yt-dlp
brew install yt-dlp