> ## Agent Instructions
>
> Base URL: https://api.anysite.io
> Authentication: send the `access-token` header. Do NOT use `Authorization: Bearer`.
> Full endpoint catalog: https://app.anysite.io/docs
# Claude Code Skills

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

#### GitHub Repository

  Source code, skill documentation, and contributions — MIT licensed

## 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

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

## Installation

### Claude Code

```bash
# 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
npx @anysiteio/agent-skills
```

## Available Skills

### Sales & Lead Generation

  
#### Lead Generation

    **`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
  

  
#### 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
  

### Competitive Intelligence

  
#### Competitor Intelligence

    **`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
  

  
#### 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
  

### Marketing & Social Media

  
#### Influencer Discovery

    **`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
  

  
#### Content Analytics

    **`anysite-content-analytics`**

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

    **Platforms:** Instagram, YouTube, LinkedIn, Twitter/X, Reddit
  

  
#### Brand Reputation

    **`anysite-brand-reputation`**

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

    **Platforms:** Twitter/X, Reddit, Instagram, YouTube, LinkedIn
  

  
#### Audience Analysis

    **`anysite-audience-analysis`**

    Analyze audience demographics, engagement patterns, and follower behavior.

    **Platforms:** Instagram, YouTube, LinkedIn
  

### Research & Analysis

  
#### Trend Analysis

    **`anysite-trend-analysis`**

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

    **Platforms:** Twitter/X, Reddit, YouTube, LinkedIn, Instagram
  

  
#### Market Research

    **`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
  

  
#### 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
  

### Developer Tools

  
#### Anysite CLI

    **`anysite-cli`**

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

    **Docs:** [CLI Documentation](/docs/cli/overview)
  

  
#### Skill Audit

    **`skill-audit`**

    Static security auditor for Claude Code skills. Detects hooks, prompt injection, and dangerous permissions in skill files.
  

## 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

  
#### MCP Server Tools

    Browse all 65+ MCP tools that power the skills
  

  
#### MCP Unlimited Plan

    Unlimited MCP requests for $30/month
  

  
#### Person Analyzer Guide

    Deep-dive into the Person Analyzer skill
  

  
#### GitHub Repository

    Source code, issues, and contributions
