Discord Shopping Deals

v1.0.0

Finds and lists the top 3 best new, used, or refurbished deals with prices, links, and coupons for products searched via Discord chat keywords.

0· 396·0 current·0 all-time
byRobert Caryl@treylc3
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (find shopping deals via Discord) match the instructions: perform web_search queries, aggregate results, use web_fetch for confirmation, and post Discord-formatted replies. It does not request unrelated creds, binaries, or installs.
Instruction Scope
SKILL.md confines actions to web_search and web_fetch and Discord replies. It instructs scraping/confirming vendor pages and coupon lookups, which is expected, but these actions will fetch arbitrary public web pages — a normal but broadly scoped network capability. The doc assumes the platform supplies Discord messaging capability (it does not declare Discord credentials), which is typical but worth noting.
Install Mechanism
Instruction-only skill with no install steps or downloads. Nothing is written to disk or fetched as code during install.
Credentials
No environment variables, credentials, or config paths are requested. The lack of declared Discord credentials is consistent with a platform-handled connector; no disproportionate secrets are asked for.
Persistence & Privilege
always:false and normal invocation semantics. The skill does not request persistent system-wide changes or other skills' configs.
Assessment
This skill appears to do what it says: run public web searches, visit vendor pages, and post a short Discord-formatted summary. Before enabling it, consider: (1) it will fetch arbitrary public web pages to extract prices/coupons — this can be noisy and may trigger rate limits or vendor anti-scraping measures; (2) it assumes the agent has permission to post/react in Discord channels — review which Discord token/connector the agent will use and restrict its scope to test channels first; (3) coupon accuracy and link safety depend on scraping third-party sites — treat results as informational, not authoritative; (4) there is no author/homepage provided, so if provenance matters ask the publisher for contact or source code. If you want stricter controls, test in a private channel, monitor activity, and consider disabling autonomous invocation or limiting the skill to user-invoked only.

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

latestvk970re8xkat0tmjmvrf505d7gn81pgws

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments