Real Skill packageSource verifiedClawHub registry

Google Trends API

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

Identity and source

Publisher attributionTerry Djonyregistry owner unverified by skillvetai
Functional categoryData, Spreadsheets & Analyticsautomatically inferred · 54% rule confidence
Package forminstruction with code5 recorded files
Canonical sourceClawHub registryclawhub:terryds:google-trends-api
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/19/2026.claude/skills/google-trends

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/19/2026.agents/skills/google-trends

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/19/2026skills/google-trends

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @terryds/google-trends-api
clawhub inspect @terryds/google-trends-api --version 1.0.0

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
5 / 5 inspected as text
Checked
8/19/2026, 1:10:55 PM
Scanner
0.1.3
Policy
1.0.3
3 inferred permission indicators
  • network access — automatically inferred
  • filesystem write — automatically inferred
  • external write action — automatically inferred
2 dependency and API indicators
  • api: clawhub.ai
  • api: github.com
External clawhub result: clean

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
5/29/2026, 8:32:53 PM
Release binding
Matches this record
  • vt: clean
  • skillspector: clean
  • llm: clean

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:b9439629dd52686f176340379c6d8777ac6d69d0a907db3d053d086149360b00
Show up to 5 recorded paths
  • README.md
  • reference.md
  • scripts/trends.mjs
  • skill-card.md
  • SKILL.md

Source changelog

Initial skill release with big functional update: - Adds a comprehensive Node.js script to fetch Google Trends data with multiple commands: daily trends, real-time trends, autocomplete, trend exploration, regional interest, related topics, and related queries. - Replaces previous shell scripts with a unified, script-based interface for running all trend queries. - Output is standardized as JSON for easy parsing and integration. - Includes basic error handling with retry logic for rate limiting. - All usage instructions and commands are documented in the new SKILL.md.