Install pre-built AI agent skills for lead generation, competitive intelligence, influencer discovery, and more
Source code, skill documentation, and contributions — MIT licensed
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:
.env files neededPrerequisite: Anysite MCP Server must be installed and configured. See MCP Server setup for instructions.
# 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.
Add to your project's .cursor/settings.json or use the same plugin format as Claude Code.
Any AI tool that supports markdown context can use skills by pointing to:
skills/*/SKILL.md — individual skill documentation.claude-plugin/marketplace.json — skill metadataRun this to see all available skills and installation instructions:
npx @anysiteio/agent-skills
**`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
**`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
**`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
**`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
**`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
**`anysite-content-analytics`**
Track post performance, engagement metrics, and content strategy effectiveness across multiple platforms.
**Platforms:** Instagram, YouTube, LinkedIn, Twitter/X, Reddit
**`anysite-brand-reputation`**
Monitor brand mentions, sentiment, and social conversations. Track customer feedback and identify reputation risks.
**Platforms:** Twitter/X, Reddit, Instagram, YouTube, LinkedIn
**`anysite-audience-analysis`**
Analyze audience demographics, engagement patterns, and follower behavior.
**Platforms:** Instagram, YouTube, LinkedIn
**`anysite-trend-analysis`**
Detect emerging trends and viral content. Monitor topic momentum, trending hashtags, and market shifts.
**Platforms:** Twitter/X, Reddit, YouTube, LinkedIn, Instagram
**`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
**`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
**`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`**
Static security auditor for Claude Code skills. Detects hooks, prompt injection, and dangerous permissions in skill files.
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
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 |
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 | Tools | Primary Use Cases |
|---|---|---|
| 30+ | B2B leads, company research, employee discovery, email finding | |
| 8 | Influencer discovery, content analytics, audience analysis | |
| Twitter/X | 4 | Trend analysis, sentiment monitoring, user research |
| 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 |
Browse all 65+ MCP tools that power the skills
Unlimited MCP requests for $30/month
Deep-dive into the Person Analyzer skill
Source code, issues, and contributions