# Search

> Search for posts and content on X, LinkedIn, or Reddit; open YouTube search results via browser URL

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

## Install

```sh
agentstack add skill-ninnettesudanese653-claude-plugins-search
```

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

## About

# Search Social Media

Search for posts, topics, and conversations across platforms.

## Workflow

1. **Check connection**
   ```
   socials_check_access
   ```

2. **Get search parameters**
   - Platform: X, LinkedIn, Reddit, or YouTube?
   - Keywords or search query
   - Type: Latest, Top, or People (X only)

3. **Open the platform**
   ```
   socials_open_tab({ url: "[platform URL]" })
   ```

4. **Execute search**

   **On X:**
   ```
   socials_x_search({
     query: "[keywords]",
     type: "Latest" | "Top" | "People"
   })
   ```

   **On LinkedIn:**
   ```
   socials_linkedin_posts_search({ query: "[keywords]" })
   ```
   Or for people:
   ```
   socials_linkedin_people_search({ keywords: "[name or title]" })
   ```

   **On Reddit:**
   Navigate to the subreddit and use:
   ```
   socials_get_feed({ platform: "reddit" })
   ```

   **On YouTube (search in the browser):**
   There is no separate MCP search tool. Build a results URL and open it (URL-encode the query, same idea as `encodeURIComponent`):
   ```
   socials_open_tab({
     url: "https://www.youtube.com/results?search_query=hello+kitty"
   })
   ```
   Use **`socials_navigate`** on the agent tab to change the search. Apply search filters with:
   ```
   socials_apply_search_filters({
     platform: "youtube",
     filters: ["Videos", "This week", "HD"]
   })
   ```
  For a specific video page (`/watch?v=...`), use `socials_get_page_content` to extract video metadata plus comments.

5. **Show results**
   For X, LinkedIn, or Reddit:
   ```
   socials_get_feed({ platform: "[platform]" })
   ```
  For YouTube search results, call **`socials_get_page_content`** (optional **`limit`**, 1–80, default 40) to read **video cards** from the results page.
  For YouTube watch pages, call **`socials_get_page_content`** with optional `comment_sort` (`top` or `newest`) and `comments_limit` to read fresh comments in that order.
   Call **`socials_fetch_image`** for thumbnail URLs only when visual inspection materially improves the answer (comparison/detail checks). If text/URLs are enough, keep image URLs as text to reduce token usage.

6. **Offer next actions**
   - Get more details on a specific post
   - Engage with a post
   - Search with different terms

## Arguments

Provide the search query after the command.

Examples:
- `/socials:search AI startups on X`
- `/socials:search product managers on LinkedIn`
- `/socials:search r/entrepreneur`

## Source & license

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

- **Author:** [ninnettesudanese653](https://github.com/ninnettesudanese653)
- **Source:** [ninnettesudanese653/claude-plugins](https://github.com/ninnettesudanese653/claude-plugins)
- **License:** MIT

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-ninnettesudanese653-claude-plugins-search
- Seller: https://agentstack.voostack.com/s/ninnettesudanese653
- 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%.
