Google Trends API

v1.0.0

Fetches Google Trends data including daily trending topics, real-time trends, interest by region, related topics, related queries, and autocomplete suggestio...

1· 71·0 current·0 all-time
byTerry Djony@terryds
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name/description match the included script and README: the code issues HTTPS requests to trends.google.com endpoints (autocomplete, explore, widget data, batchexecute) and parses the responses to produce trending/related data. No extra permissions, binaries, or unrelated services are requested.
Instruction Scope
SKILL.md instructs running the bundled Node script and parsing JSON output. The instructions do not ask the agent to read arbitrary files, environment variables, or send data to endpoints other than Google Trends. Error handling and retry behavior are described and consistent with the script.
Install Mechanism
No install spec is present (instruction-only install), and the skill ships a self-contained Node script that uses only built-in Node modules. No external downloads, package installs, or archive extraction are used.
Credentials
The skill requires no environment variables, no credentials, and no config paths. The script performs only outbound HTTPS calls to trends.google.com and does not attempt to access secrets or unrelated services.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent system-wide changes or modify other skills' configuration. Autonomous invocation is allowed by platform default but not coupled with extra privileges in this package.
Assessment
This skill appears to do what it says: a self-contained Node script that fetches and parses Google Trends endpoints and requires no API keys. Before installing or running it, review the full scripts/trends.mjs file locally (the provided manifest showed the file truncated), run it in an environment with Node.js 18+ and network access, and consider running it in a restricted environment if you are cautious about third-party code. Note the README references a GitHub project and an author; if provenance matters, verify the repository/source and maintainer before trusting the skill long-term.

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

latestvk976s4cdhk189waft7ehw5zbr183x84c

License

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

Comments