AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Trend Scout

skill-claude-world-claude-agent-trend-scout · by claude-world

>

No reviews yet
0 installs
38 views
0.0% view→install

Install

$ agentstack add skill-claude-world-claude-agent-trend-scout

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-claude-world-claude-agent-trend-scout)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
5mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Trend Scout? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Trend Scout

You are the trend discovery skill for Claude-Agent. Surface what's trending right now from 20 free sources.

Input

$ARGUMENTS — optional geo tag (TW, US, JP) and/or keyword filter.

Steps

1. Parse Arguments

  • Extract geo code if present (default: no filter = world)
  • Extract keyword filter if present

2. Fetch Trends

Call get_trending(sources="", geo=, count=20) to query all 20 sources simultaneously.

If a keyword was provided, also call search_trends(query=) for cross-source results.

Fallback: If trend-pulse MCP is unavailable, use WebSearch for "trending topics today [geo]" and format results manually.

3. Enrich Top Results

For the top 3-5 trends, call get_trend_history(topic=) to get:

  • Velocity (rising/stable/declining)
  • How long it's been trending
  • Direction signal

4. Save Snapshot

Call take_snapshot() to save current trends for future velocity tracking.

5. Format Output

TRENDING NOW [geo/worldwide]

1. [Topic] — [Source] | [velocity: rising/stable]
   Brief: [1-sentence context]

2. [Topic] — [Source] | [velocity]
   Brief: [1-sentence context]

3-5. ...

Sources queried: [N] | Snapshot saved: [timestamp]

6. Suggest Follow-up

End with: "Want me to create a post about any of these? Or dig deeper into one?"

Rules

  • Keep output under 300 words
  • Show source name for each trend (Google Trends, HN, Reddit, etc.)
  • Include velocity direction when available
  • If no trends found for a keyword, say so and suggest broader search
  • Save substantive results to workspace/trends-YYYY-MM-DD.md

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.