agentsclimarketplace

Trend intel

Skill damionrashford/RivalSearch-Plugin/skills/trend-intel

Claude Code Plugin with AI research agent skills powered by MCP. 10 MCP tools, 5 agent skills, 6 AI research agents via RivalSearchMCP. Zero API keys.

Install
npx -y skills add damionrashford/RivalSearch-Plugin --skill trend-intel

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Track and analyze trends, breaking news, and market shifts. Measures velocity across web, social, news, GitHub, and academic signals. Produces news digests and trend trajectory reports. Use when tracking news, identifying trends, or monitoring developments.

SKILL.md

4.0 KB, as published. Nobody here has run it

Trend Intelligence

Analyze trends and news for: $ARGUMENTS

Follow these steps precisely using RivalSearchMCP tools. Report progress after each step.

Step 1: Breaking News Scan

Use news_aggregation twice to establish recency and trajectory:

  1. query: "$ARGUMENTS", max_results: 15, time_range: "week"
  2. query: "$ARGUMENTS", max_results: 15, time_range: "month"

Compare weekly to monthly volume. Is coverage accelerating, steady, or declining?

Step 2: Web Context

Use web_search twice for broader context:

  1. query: "$ARGUMENTS trends 2025 2026", num_results: 15, extract_content: true
  2. query: "$ARGUMENTS emerging growth adoption", num_results: 10, extract_content: true

Capture analysis from non-news sources (blogs, industry sites, company announcements).

Step 3: Social Signal Measurement

Use social_search twice to measure community momentum:

  1. query: "$ARGUMENTS", platforms: ["reddit", "hackernews", "producthunt", "devto", "medium"], max_results_per_platform: 15, time_filter: "month"
  2. query: "$ARGUMENTS", platforms: ["reddit", "hackernews"], max_results_per_platform: 15, time_filter: "year"

Compare recent (month) vs historical (year) volume. Note sentiment shifts, new voices, and debate intensity.

Step 4: Developer Adoption Signals

Use github_search twice:

  1. query: "$ARGUMENTS", sort: "stars", max_results: 15, include_readme: true
  2. query: "$ARGUMENTS", sort: "updated", max_results: 15

Compare established projects (stars) vs active development (updated). Note star counts, contributor numbers, and issue activity.

Step 5: Academic Foundation

Use scientific_research:

  • operation: "academic_search", query: "$ARGUMENTS", max_results: 10, sources: ["semantic_scholar", "arxiv"]

Is there peer-reviewed research driving this trend? How recent are the publications?

Step 6: Deep Dives

For the 3 most insightful articles or reports found, use content_operations:

  • operation: "retrieve", url: <article_url>, extraction_method: "markdown"
  • operation: "analyze", content: <retrieved>, analysis_type: "general", extract_key_points: true, summarize: true

For the top 2-3 companies or projects driving this trend:

  • Use map_website with url: <player_url>, mode: "research", max_pages: 5, max_depth: 1

Step 7: Compile Trend Report

  1. Headlines — Top 3-5 stories in bullet form with one-line summaries
  2. Key Developments — Expanded coverage of the most significant stories (2-3 paragraphs each)
  3. Velocity Indicators — Table with metrics:
    SignalMeasurementDirection
    News frequencyX articles/weekAccelerating/Steady/Declining
    Social mentionsX threads/month...
    GitHub starsTop repo: X stars...
    Academic papersX papers in last year...
  4. Community Pulse — What practitioners and the public are saying
  5. Maturity Assessment — Nascent / Emerging / Growing / Mainstream / Mature / Declining
  6. Key Players & Catalysts — Who and what is driving adoption
  7. Trajectory Projection — Bull case vs bear case with evidence
  8. What to Watch — Upcoming events, expected announcements, early signals to track
  9. Sources — All URLs consulted

Keep it concise but data-rich. Use clean markdown with inline citations Source Name.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.