Install
$ agentstack add skill-claude-world-claude-agent-trend-scout ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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.
- Author: claude-world
- Source: claude-world/claude-agent
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.