> ## Documentation Index
> Fetch the complete documentation index at: https://docs.anysite.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Claude Code Skills

> Install pre-built AI agent skills for lead generation, competitive intelligence, influencer discovery, and more

<Card title="GitHub Repository" icon="github" href="https://github.com/anysiteio/agent-skills">
  Source code, skill documentation, and contributions — MIT licensed
</Card>

## Overview

Agent Skills are specialized workflows that extend AI coding assistants with ready-made data extraction and analysis capabilities. Each skill combines multiple Anysite MCP tools into a focused workflow — lead generation, competitor research, person intelligence, and more.

Skills work with **Claude Code**, **Cursor**, **Windsurf**, and any AI tool that supports MCP or markdown context.

**Key points:**

* Zero configuration — no API tokens or `.env` files needed
* Authentication handled at the MCP server level
* 13 skills covering sales, marketing, recruiting, investing, and security
* Immediate results via synchronous MCP tool calls

<Info>
  **Prerequisite:** Anysite MCP Server must be installed and configured. See [MCP Server setup](/mcp-server/tools) for instructions.
</Info>

## Installation

### Claude Code

```bash theme={null}
# Add the skills marketplace
/plugin marketplace add https://github.com/anysiteio/agent-skills

# Install a specific skill
/plugin install anysite-lead-generation@anysite-skills
```

After installation, skills are automatically available — just describe what you need in natural language.

### Cursor / Windsurf

Add to your project's `.cursor/settings.json` or use the same plugin format as Claude Code.

### Other AI Tools

Any AI tool that supports markdown context can use skills by pointing to:

* `skills/*/SKILL.md` — individual skill documentation
* `.claude-plugin/marketplace.json` — skill metadata

### Quick Preview

Run this to see all available skills and installation instructions:

```bash theme={null}
npx @anysiteio/agent-skills
```

## Available Skills

### Sales & Lead Generation

<CardGroup cols={2}>
  <Card title="Lead Generation" icon="user-plus">
    **`anysite-lead-generation`**

    Find and enrich prospects with LinkedIn search, email discovery, and contact extraction from websites. Build qualified prospect lists for sales, recruiting, and business development.

    **Platforms:** LinkedIn, Web
  </Card>

  <Card title="Person Analyzer" icon="user-magnifying-glass" href="/claude-skills/person-analyzer">
    **`anysite-person-analyzer`**

    Deep multi-platform intelligence combining LinkedIn profile, posts, activity, Twitter/X, Reddit, GitHub, and web presence. Perfect for networking, sales, partnerships, and recruitment.

    **Platforms:** LinkedIn, Twitter/X, Reddit, GitHub, Web
  </Card>
</CardGroup>

### Competitive Intelligence

<CardGroup cols={2}>
  <Card title="Competitor Intelligence" icon="binoculars">
    **`anysite-competitor-intelligence`**

    Track competitors across LinkedIn, social media, Y Combinator, and the web. Analyze hiring patterns, monitor content strategies, and benchmark market positioning.

    **Platforms:** LinkedIn, Twitter/X, Y Combinator, Web
  </Card>

  <Card title="Competitor Analyzer" icon="magnifying-glass-chart" href="/claude-skills/competitor-analyzer">
    **`anysite-competitor-analyzer`**

    Comprehensive competitive intelligence combining web scraping, LinkedIn analysis, social media monitoring, leadership profiling, GitHub review, and community sentiment tracking.

    **Platforms:** LinkedIn, Twitter/X, Reddit, GitHub, Web
  </Card>
</CardGroup>

### Marketing & Social Media

<CardGroup cols={2}>
  <Card title="Influencer Discovery" icon="hashtag">
    **`anysite-influencer-discovery`**

    Discover and analyze influencers across Instagram, Twitter/X, LinkedIn, and YouTube. Evaluate engagement metrics, audience quality, and partnership opportunities.

    **Platforms:** Instagram, Twitter/X, LinkedIn, YouTube
  </Card>

  <Card title="Content Analytics" icon="chart-line">
    **`anysite-content-analytics`**

    Track post performance, engagement metrics, and content strategy effectiveness across multiple platforms.

    **Platforms:** Instagram, YouTube, LinkedIn, Twitter/X, Reddit
  </Card>

  <Card title="Brand Reputation" icon="shield-halved">
    **`anysite-brand-reputation`**

    Monitor brand mentions, sentiment, and social conversations. Track customer feedback and identify reputation risks.

    **Platforms:** Twitter/X, Reddit, Instagram, YouTube, LinkedIn
  </Card>

  <Card title="Audience Analysis" icon="users">
    **`anysite-audience-analysis`**

    Analyze audience demographics, engagement patterns, and follower behavior.

    **Platforms:** Instagram, YouTube, LinkedIn
  </Card>
</CardGroup>

### Research & Analysis

<CardGroup cols={2}>
  <Card title="Trend Analysis" icon="arrow-trend-up">
    **`anysite-trend-analysis`**

    Detect emerging trends and viral content. Monitor topic momentum, trending hashtags, and market shifts.

    **Platforms:** Twitter/X, Reddit, YouTube, LinkedIn, Instagram
  </Card>

  <Card title="Market Research" icon="globe">
    **`anysite-market-research`**

    Analyze tech markets, research startup ecosystems via Y Combinator, study public companies through SEC filings, and gather market intelligence.

    **Platforms:** Y Combinator, SEC, LinkedIn, Twitter/X, Web
  </Card>

  <Card title="VC Analyst" icon="handshake" href="/claude-skills/vc-analyst">
    **`anysite-vc-analyst`**

    Investor research and outreach agent. Score investors by stage fit and thesis alignment, detect portfolio conflicts, generate personalized outreach messages.

    **Platforms:** LinkedIn, Y Combinator, Web
  </Card>
</CardGroup>

### Developer Tools

<CardGroup cols={2}>
  <Card title="Anysite CLI" icon="terminal">
    **`anysite-cli`**

    Command-line tool operator for data extraction, batch processing, dataset pipelines, scheduling, and database operations via Anysite CLI.

    **Docs:** [CLI Documentation](/cli/overview)
  </Card>

  <Card title="Skill Audit" icon="lock">
    **`skill-audit`**

    Static security auditor for Claude Code skills. Detects hooks, prompt injection, and dangerous permissions in skill files.
  </Card>
</CardGroup>

## Usage Examples

After installing a skill, just describe what you need:

```
"Find 20 sales prospects in San Francisco who work in SaaS companies"
→ anysite-lead-generation

"Analyze my competitor's LinkedIn page and recent posts"
→ anysite-competitor-intelligence

"Find Instagram influencers in sustainable fashion with 10k-100k followers"
→ anysite-influencer-discovery

"Research this person's LinkedIn and Twitter activity"
→ anysite-person-analyzer

"Evaluate this investor for our seed round"
→ anysite-vc-analyst

"What's trending on Twitter about AI agents this week?"
→ anysite-trend-analysis
```

## Output Formats

All skills support three output formats:

| Format                     | Use case                                           |
| -------------------------- | -------------------------------------------------- |
| **Chat Summary** (default) | Natural language insights directly in conversation |
| **CSV Export**             | Structured data for spreadsheets and CRM import    |
| **JSON Export**            | Raw data for programmatic processing               |

## How It Works

```
Your AI Assistant (Claude Code / Cursor / Windsurf)
    ↓
Anysite Agent Skills (workflow + analysis logic)
    ↓
Anysite MCP Server (authentication + API calls)
    ↓
Platform APIs (LinkedIn, Instagram, Twitter, etc.)
```

Skills provide structured workflows and analysis frameworks. The MCP server handles all authentication and API communication. No API tokens or environment variables needed in your project.

## Platform Coverage

| Platform         | Tools | Primary Use Cases                                              |
| ---------------- | ----- | -------------------------------------------------------------- |
| **LinkedIn**     | 30+   | B2B leads, company research, employee discovery, email finding |
| **Instagram**    | 8     | Influencer discovery, content analytics, audience analysis     |
| **Twitter/X**    | 4     | Trend analysis, sentiment monitoring, user research            |
| **Reddit**       | 5     | Community insights, sentiment, market research                 |
| **YouTube**      | 5     | Content analytics, channel research, comment analysis          |
| **Y Combinator** | 3     | Startup research, founder discovery, batch analysis            |
| **SEC**          | 2     | Public company filings, financial data                         |
| **Web Scraping** | 3     | Contact extraction, sitemap parsing, general web data          |

## Next Steps

<CardGroup cols={2}>
  <Card title="MCP Server Tools" icon="toolbox" href="/mcp-server/tools">
    Browse all 65+ MCP tools that power the skills
  </Card>

  <Card title="MCP Unlimited Plan" icon="infinity" href="/mcp-server/unlimited-plan">
    Unlimited MCP requests for \$30/month
  </Card>

  <Card title="Person Analyzer Guide" icon="user-magnifying-glass" href="/claude-skills/person-analyzer">
    Deep-dive into the Person Analyzer skill
  </Card>

  <Card title="GitHub Repository" icon="github" href="https://github.com/anysiteio/agent-skills">
    Source code, issues, and contributions
  </Card>
</CardGroup>
