Skip to main content

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 for instructions.

Installation

Claude Code

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

Available Skills

Sales & Lead Generation

Lead Generation

anysite-lead-generationFind 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-analyzerDeep 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-intelligenceTrack 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-analyzerComprehensive 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-discoveryDiscover 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-analyticsTrack post performance, engagement metrics, and content strategy effectiveness across multiple platforms.Platforms: Instagram, YouTube, LinkedIn, Twitter/X, Reddit

Brand Reputation

anysite-brand-reputationMonitor brand mentions, sentiment, and social conversations. Track customer feedback and identify reputation risks.Platforms: Twitter/X, Reddit, Instagram, YouTube, LinkedIn

Audience Analysis

anysite-audience-analysisAnalyze audience demographics, engagement patterns, and follower behavior.Platforms: Instagram, YouTube, LinkedIn

Research & Analysis

Trend Analysis

anysite-trend-analysisDetect emerging trends and viral content. Monitor topic momentum, trending hashtags, and market shifts.Platforms: Twitter/X, Reddit, YouTube, LinkedIn, Instagram

Market Research

anysite-market-researchAnalyze 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-analystInvestor 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-cliCommand-line tool operator for data extraction, batch processing, dataset pipelines, scheduling, and database operations via Anysite CLI.Docs: CLI Documentation

Skill Audit

skill-auditStatic 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:
FormatUse case
Chat Summary (default)Natural language insights directly in conversation
CSV ExportStructured data for spreadsheets and CRM import
JSON ExportRaw 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

PlatformToolsPrimary Use Cases
LinkedIn30+B2B leads, company research, employee discovery, email finding
Instagram8Influencer discovery, content analytics, audience analysis
Twitter/X4Trend analysis, sentiment monitoring, user research
Reddit5Community insights, sentiment, market research
YouTube5Content analytics, channel research, comment analysis
Y Combinator3Startup research, founder discovery, batch analysis
SEC2Public company filings, financial data
Web Scraping3Contact extraction, sitemap parsing, general web data

Next Steps