Agent Skills

Install ready-made GTM and research skills for Claude Code, Codex, and Claude Desktop

Agent Skills are pre-built workflows that combine AnySite MCP tools into a single instruction — lead sourcing, competitor research, CRM enrichment, outreach, and more. Installing a skill registers the AnySite MCP server alongside it, so no separate MCP setup is required.

Install

Claude Code or Codex

Run in a terminal, then sign in via the browser link it opens:
```bash
npx @anysiteio/agent-skills --target claude   # Claude Code
npx @anysiteio/agent-skills --target codex     # Codex
```
For the CRM/GTM bundle only, add `gtm` before `--target`:
```bash
npx @anysiteio/agent-skills gtm --target claude
```

Claude Desktop, Cowork, or claude.ai

The plugin installs the skills and the MCP connector together:
```bash
claude plugin marketplace add anysiteio/agent-skills
claude plugin install anysite-skills@anysite
```
Inside a Claude Code session, use `/plugin marketplace add anysiteio/agent-skills` instead.
In Cowork there is no `/plugin` command — install from **Customize → Plugins → + → Add
marketplace → anysiteio/agent-skills → Install "anysite-skills"**.

Restart your agent session

New tools and skills only load after a restart.

Other useful flags: --list (show all bundles and skills), --status (what's installed), --skill NAME (install one specific skill), --uninstall, --no-mcp (skills only, skip MCP registration). Re-running the same command later updates to the latest published version.

Verify

Run npx @anysiteio/agent-skills --status — it lists the skills and MCP registration that are currently installed for your agent.

GTM bundle

npx @anysiteio/agent-skills gtm installs only the CRM/sales workflow skills — enrichment, signals, prospecting, scoring, account briefs, lookalikes, and outreach — plus anysite-mcp. After installing it, restart your session and say /anysite-crm-setup to connect your CRM and configure field mapping. See CRM tools for how the underlying MCP connection and write policy work.

Available skills

Skill What it does
anysite-mcp Usage guide for the AnySite MCP: source map, email cascades, cost-aware calling patterns
anysite-mcp-migration Rewrite old skill/prompt tool references to the current meta-tools
anysite-lead-generation Find and enrich prospects with LinkedIn search, email discovery, and web contact extraction
anysite-person-analyzer Multi-platform intelligence on a person: LinkedIn, Twitter/X, Reddit, GitHub, web presence
anysite-competitor-analyzer Competitive intelligence: web, LinkedIn, social monitoring, leadership, GitHub
anysite-competitor-intelligence Track competitors across LinkedIn, social media, Y Combinator, and the web
competitor-discovery Map a startup's real competitors — direct, substitutes, workarounds, convergence threats
customer-pain-mining Extract verbatim competitor complaints for copy, custdev, and product strategy
positioning-map Build a 3–5 competitor positioning map and identify the open quadrant
anysite-influencer-discovery Discover and evaluate influencers across Instagram, Twitter/X, LinkedIn, YouTube
anysite-content-analytics Track post performance and content strategy across platforms
anysite-audience-analysis Analyze audience demographics and follower behavior
anysite-brand-reputation Monitor brand mentions and sentiment across platforms
anysite-trend-analysis Detect emerging trends and viral content
anysite-market-research Startup ecosystems via Y Combinator, public companies via SEC filings
anysite-vc-analyst Score investors by stage fit and thesis, detect portfolio conflicts, draft outreach
skill-audit Static security auditor for Claude Code skills — hooks, prompt injection, permissions
anysite-cli Operate the AnySite CLI for extraction, batch processing, and dataset pipelines
anysite-company-sourcing Structured per-field query DSL for the company database
anysite-people-sourcing Structured sourcing for the people database — seniority, alumni, career-shape, territory
anysite-monitor Recurring monitoring that reports only what changed since the last run
anysite-outreach Draft cold email/DM grounded in a specific collected fact, not a generic template
anysite-crm-setup Connect a CRM and configure safe AI field mapping with dry-run previews and undo
anysite-crm-enrich Enrich existing CRM records — titles, LinkedIn, firmographics, emails
anysite-crm-signals Sweep CRM accounts for buying signals: funding, exec hires, hiring surges, news
anysite-crm-champions Detect job changes among CRM contacts and propose re-engagement
anysite-crm-prospect Find net-new leads and push them into the CRM, deduplicated
anysite-crm-audit Read-only CRM data quality audit: completeness, duplicates, staleness
anysite-crm-score Score CRM companies against an ICP rubric and write the score back
anysite-crm-competitor-intel Displacement hunting: who uses a competitor, and what their users complain about
anysite-crm-account-brief Pre-meeting one-pager combining CRM context with fresh signals
anysite-crm-lookalikes Derive an ICP from closed-won customers and find lookalike companies
anysite-crm-inbound Read-only verdict on one inbound lead: identity, ICP fit, routing, talking points

Claude Desktop skill files

For Claude Desktop without the plugin flow, three skills are also published as standalone .skill files you can drag into Settings → Skills:

Person Analyzer

Multi-platform intelligence on a person

Competitor Analyzer

Competitive intelligence report

Universal Search

Search across every connected source from one prompt

These files still require the AnySite MCP server to be configured in Claude Desktop — see MCP overview.

See also