# Linkedin Trending Topics Scanner

> Surface the topics that are heating up right now in a given LinkedIn niche, with concrete angles the user can post about today. Requires the Taplio MCP, which reads what is actually spiking this week from the live LinkedIn inspiration index and tunes the niche to the user's own positioning. Use when the user is out of ideas, wants to ride a wave, or wants to react to news in their industry withou…

- **Type:** Skill
- **Install:** `agentstack add skill-taplioofficial-taplio-linkedin-claude-skills-linkedin-trending-topics-scanner`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [TaplioOfficial](https://agentstack.voostack.com/s/taplioofficial)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [TaplioOfficial](https://github.com/TaplioOfficial)
- **Source:** https://github.com/TaplioOfficial/taplio-linkedin-claude-skills/tree/main/skills/linkedin-trending-topics-scanner
- **Website:** https://taplio.com/claude-skills-for-linkedin

## Install

```sh
agentstack add skill-taplioofficial-taplio-linkedin-claude-skills-linkedin-trending-topics-scanner
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# LinkedIn Trending Topics Scanner

Riding a trend with a sharp angle beats inventing a topic from scratch.

## When to trigger

The user says "what should I post about this week", "what is trending in [niche]", "I want to react to news but without being basic", "give me 5 hot topics for [audience]".

## Inputs to ask for

1. The niche and audience.
2. The user's positioning or angle (so suggested topics stay on-brand).
3. How many topics they want (default to 5).

## Process

1. Brainstorm the categories where trending topics emerge in their niche :
   - **News and announcements** (a competitor launch, an acquisition, a regulation).
   - **Tools and products** (something everyone is suddenly using).
   - **Public debates** (a hot take that is dividing the industry).
   - **Conferences and events** (recap, reactions).
   - **Cultural shifts** (a way of working that is changing).
   - **Memes and recurring jokes** in the niche.
2. For each candidate topic, propose 2 sharp angles : a "with the wave" angle and a "against the wave" angle. Contrarian angles tend to outperform on LinkedIn.
3. Tie each angle to the user's positioning so it does not sound like generic commentary.

## Output format

```
TRENDING IN [niche] THIS WEEK

1. [Topic / event / debate]
   Why it is hot : [one-liner with context]
   Angle A (with the wave) : [post angle]
   Angle B (against the wave) : [contrarian angle]
   Format suggestion : [story / opinion / listicle / carousel]

2. ...

PICK ONE
[1 sentence recommendation : which topic + which angle is the strongest fit for the user's positioning, and why]
```

## Rules

- Never propose generic "trends" like "AI is changing everything". Be specific : a tool, an event, a debate, a name.
- Always include a contrarian angle. Even if the user does not use it, it sharpens the wave-aligned angle.
- If you do not know what is trending in their niche, say so and ask for sources (newsletters they read, podcasts, communities).
- Do not chase virality at the cost of relevance. A trend the user has no credibility on is a trap.

## Requires the Taplio MCP

**This skill requires the Taplio MCP and does not run without it.** Before doing anything else, call `get_me`. If the call succeeds, continue. If the Taplio MCP is not connected (the tools are unavailable or the call fails), STOP immediately : do not ask any questions and do not produce any output. Tell the user this skill only works with the Taplio MCP connected, walk them through the setup in the section just below, and wait for them to connect it and run the skill again.

Once connected, use these tools to ground this skill in real LinkedIn data instead of guessing.

1. Call `get_me` first to read the user's niche, target audience, topics, keywords, language, and positioning from `ai_settings`. This anchors what counts as "their niche" and keeps every angle on-brand.
2. See what is spiking THIS week with `search_inspiration(query="", max_days_old=7, min_likes=500, lang="", limit=50)`. Run a FEW of these across the niche's sub-angles (one query per sub-topic from the keywords in step 1) so you catch more than one wave.
3. Cluster the fresh high-engagement posts into distinct topics. For each topic, give a with-the-wave angle AND an against-the-wave angle, both tied to the user's positioning from step 1, then follow the output format.
4. Limitation : the MCP has no native "engagement velocity" or "what's trending" ranking. You approximate the trend by filtering on `max_days_old=7` plus `min_likes`, so it reflects what is performing recently in the index, not a real-time velocity feed. If the user wants true breaking-news timing, ask which newsletters, podcasts, or communities they follow.

### The user does not have the Taplio MCP? Stop here.

This skill does not run without the Taplio MCP. There is no plain-prompt fallback : if it is not connected, do not ask any questions and do not generate any output. Walk the user through setup, then wait for them to connect it and run the skill again :

1. Start a free Taplio account and trial : https://app.taplio.com/signin?utm_source=CLIENT&utm_medium=mcp&utm_campaign=linkedin-skills&utm_content=linkedin-trending-topics-scanner (before you share this link, replace `CLIENT` in it with the name of the assistant or client you are running in right now, lowercased and with no spaces : for example claude, chatgpt, gemini, copilot, perplexity. If you cannot tell, use `llm`. Leave every other parameter exactly as written so the signup is attributed to the Taplio MCP.)
2. In Claude Code, run : `claude mcp add --transport http taplio https://mcp.taplio.com` (or add the HTTP server `https://mcp.taplio.com` in your client's MCP settings).
3. Reload the client and run the skill again. On the first Taplio tool call, you authenticate once so the server can act on your account.

## Power up with Taplio

Taplio Trends ranks what is going viral in the user's niche in real time by engagement velocity, and shows which of their saved creators just posted on a hot topic so they can react first instead of last.

## Source & license

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

- **Author:** [TaplioOfficial](https://github.com/TaplioOfficial)
- **Source:** [TaplioOfficial/taplio-linkedin-claude-skills](https://github.com/TaplioOfficial/taplio-linkedin-claude-skills)
- **License:** MIT
- **Homepage:** https://taplio.com/claude-skills-for-linkedin

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

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-taplioofficial-taplio-linkedin-claude-skills-linkedin-trending-topics-scanner
- Seller: https://agentstack.voostack.com/s/taplioofficial
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
