@anysiteio/agent-skills 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (27) hide show
  1. package/.claude-plugin/marketplace.json +113 -0
  2. package/.claude-plugin/plugin.json +45 -0
  3. package/LICENSE +21 -0
  4. package/README.md +221 -0
  5. package/bin/install.js +55 -0
  6. package/package.json +45 -0
  7. package/skills/anysite-audience-analysis/SKILL.md +273 -0
  8. package/skills/anysite-audience-analysis/references/PLATFORM_COVERAGE.md +53 -0
  9. package/skills/anysite-audience-analysis/references/TOOL_MAPPING.md +27 -0
  10. package/skills/anysite-brand-reputation/SKILL.md +373 -0
  11. package/skills/anysite-brand-reputation/references/MONITORING_GUIDE.md +84 -0
  12. package/skills/anysite-competitor-analyzer/SKILL.md +847 -0
  13. package/skills/anysite-competitor-intelligence/SKILL.md +642 -0
  14. package/skills/anysite-competitor-intelligence/references/ANALYSIS_PATTERNS.md +97 -0
  15. package/skills/anysite-content-analytics/SKILL.md +298 -0
  16. package/skills/anysite-content-analytics/references/METRICS_GUIDE.md +63 -0
  17. package/skills/anysite-influencer-discovery/SKILL.md +398 -0
  18. package/skills/anysite-influencer-discovery/references/DISCOVERY_CRITERIA.md +50 -0
  19. package/skills/anysite-lead-generation/SKILL.md +1022 -0
  20. package/skills/anysite-lead-generation/references/LINKEDIN_STRATEGIES.md +739 -0
  21. package/skills/anysite-lead-generation/references/WEB_SCRAPING.md +910 -0
  22. package/skills/anysite-market-research/SKILL.md +379 -0
  23. package/skills/anysite-market-research/references/RESEARCH_METHODS.md +65 -0
  24. package/skills/anysite-person-analyzer/SKILL.md +604 -0
  25. package/skills/anysite-trend-analysis/SKILL.md +310 -0
  26. package/skills/anysite-trend-analysis/references/SOCIAL_MONITORING.md +46 -0
  27. package/skills/anysite-vc-analyst/SKILL.md +269 -0
@@ -0,0 +1,113 @@
1
+ {
2
+ "$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
3
+ "name": "anysite-skills-marketplace",
4
+ "version": "1.1.0",
5
+ "description": "Marketplace for anysite MCP-powered data extraction and analysis skills",
6
+ "owner": {
7
+ "name": "Anysite Skills Contributors",
8
+ "email": "support@anysite.io"
9
+ },
10
+ "plugins": [
11
+ {
12
+ "name": "anysite-skills",
13
+ "description": "Complete suite of 11 professional skills for social media analysis, lead generation, market research, competitive intelligence, person intelligence, VC analysis, and competitor research using anysite MCP server. Supports LinkedIn, Instagram, Twitter/X, Reddit, YouTube, Y Combinator, SEC, GitHub, and web scraping. Zero configuration required - no API tokens or external tools needed.",
14
+ "version": "1.1.0",
15
+ "author": {
16
+ "name": "Anysite Skills Contributors",
17
+ "email": "support@anysite.io"
18
+ },
19
+ "source": "./",
20
+ "category": "productivity"
21
+ },
22
+ {
23
+ "name": "anysite-lead-generation",
24
+ "description": "Lead generation specialist using anysite MCP for LinkedIn prospect discovery, email finding, company research, and contact enrichment. Extract contacts from websites, find decision-makers, and build qualified prospect lists. Ideal for sales teams, recruiters, and business development professionals.",
25
+ "version": "1.0.0",
26
+ "author": {
27
+ "name": "Anysite Skills Contributors",
28
+ "email": "support@anysite.io"
29
+ },
30
+ "source": "./",
31
+ "category": "productivity",
32
+ "skills": ["./skills/anysite-lead-generation"]
33
+ },
34
+ {
35
+ "name": "anysite-competitor-intelligence",
36
+ "description": "Competitive intelligence gathering across LinkedIn, social media, Y Combinator, and the web. Track competitor activities, analyze hiring patterns, monitor content strategies, and benchmark market positioning. Perfect for product managers, strategists, and market analysts.",
37
+ "version": "1.0.0",
38
+ "author": {
39
+ "name": "Anysite Skills Contributors",
40
+ "email": "support@anysite.io"
41
+ },
42
+ "source": "./",
43
+ "category": "productivity",
44
+ "skills": ["./skills/anysite-competitor-intelligence"]
45
+ },
46
+ {
47
+ "name": "anysite-market-research",
48
+ "description": "Comprehensive market research using Y Combinator data, SEC filings, social media insights, and web scraping. Analyze market dynamics, discover emerging trends, research startup ecosystems, and understand competitive landscapes. Built for researchers, investors, and strategic planners.",
49
+ "version": "1.0.0",
50
+ "author": {
51
+ "name": "Anysite Skills Contributors",
52
+ "email": "support@anysite.io"
53
+ },
54
+ "source": "./",
55
+ "category": "learning",
56
+ "skills": ["./skills/anysite-market-research"]
57
+ },
58
+ {
59
+ "name": "anysite-social-media-analytics",
60
+ "description": "Comprehensive social media analytics bundle combining audience analysis, content performance tracking, and influencer discovery. Monitor engagement metrics, identify trends, discover influencers, and analyze content strategies across Instagram, YouTube, LinkedIn, Twitter/X, and Reddit.",
61
+ "version": "1.0.0",
62
+ "author": {
63
+ "name": "Anysite Skills Contributors",
64
+ "email": "support@anysite.io"
65
+ },
66
+ "source": "./",
67
+ "category": "productivity",
68
+ "skills": [
69
+ "./skills/anysite-audience-analysis",
70
+ "./skills/anysite-content-analytics",
71
+ "./skills/anysite-influencer-discovery",
72
+ "./skills/anysite-trend-analysis",
73
+ "./skills/anysite-brand-reputation"
74
+ ]
75
+ },
76
+ {
77
+ "name": "anysite-person-analyzer",
78
+ "description": "Deep multi-platform intelligence analysis for people combining LinkedIn (profile, posts, activity), Twitter/X (tweets, engagement), Reddit (discussions), web presence (articles, GitHub, blogs), and company intelligence. Perfect for networking, sales, partnerships, recruitment, and investor relations. Produces comprehensive cross-platform reports with conversation strategies and strategic value assessment.",
79
+ "version": "1.1.0",
80
+ "author": {
81
+ "name": "Anysite Skills Contributors",
82
+ "email": "support@anysite.io"
83
+ },
84
+ "source": "./",
85
+ "category": "productivity",
86
+ "skills": ["./skills/anysite-person-analyzer"]
87
+ },
88
+ {
89
+ "name": "anysite-vc-analyst",
90
+ "description": "Universal startup investor research and outreach agent. Onboards project context (website, pitch deck, fundraising stage), verifies investor roles on LinkedIn, scores investors based on stage fit, thesis alignment, and portfolio relevance. Detects portfolio conflicts and generates personalized outreach messages. Ideal for founders raising capital, VCs doing due diligence, and accelerators.",
91
+ "version": "1.1.0",
92
+ "author": {
93
+ "name": "Anysite Skills Contributors",
94
+ "email": "support@anysite.io"
95
+ },
96
+ "source": "./",
97
+ "category": "productivity",
98
+ "skills": ["./skills/anysite-vc-analyst"]
99
+ },
100
+ {
101
+ "name": "anysite-competitor-analyzer",
102
+ "description": "Comprehensive competitive intelligence combining web scraping, LinkedIn analysis, social media monitoring, leadership profiling, GitHub review, and community sentiment tracking. Generates detailed competitor profiles with positioning, pricing, team composition, strategic analysis, and actionable recommendations. Perfect for product managers, strategists, and sales teams.",
103
+ "version": "1.1.0",
104
+ "author": {
105
+ "name": "Anysite Skills Contributors",
106
+ "email": "support@anysite.io"
107
+ },
108
+ "source": "./",
109
+ "category": "productivity",
110
+ "skills": ["./skills/anysite-competitor-analyzer"]
111
+ }
112
+ ]
113
+ }
@@ -0,0 +1,45 @@
1
+ {
2
+ "name": "anysite-skills",
3
+ "version": "1.1.0",
4
+ "description": "Professional skills for data extraction and analysis using anysite MCP server. Covers LinkedIn, Instagram, Twitter/X, Reddit, YouTube, Y Combinator, SEC, and web scraping for lead generation, competitive intelligence, market research, social media analytics, person intelligence, VC analysis, and competitor research.",
5
+ "author": {
6
+ "name": "Anysite Skills Contributors",
7
+ "email": "support@anysite.io"
8
+ },
9
+ "homepage": "https://github.com/anysiteio/agent-skills",
10
+ "repository": "https://github.com/anysiteio/agent-skills",
11
+ "license": "MIT",
12
+ "keywords": [
13
+ "anysite",
14
+ "mcp",
15
+ "data-extraction",
16
+ "linkedin",
17
+ "instagram",
18
+ "twitter",
19
+ "reddit",
20
+ "youtube",
21
+ "market-research",
22
+ "lead-generation",
23
+ "competitor-analysis",
24
+ "social-media-analytics",
25
+ "web-scraping",
26
+ "y-combinator",
27
+ "sec-filings",
28
+ "person-intelligence",
29
+ "vc-analysis",
30
+ "investor-research"
31
+ ],
32
+ "skills": [
33
+ "./skills/anysite-lead-generation",
34
+ "./skills/anysite-competitor-intelligence",
35
+ "./skills/anysite-influencer-discovery",
36
+ "./skills/anysite-content-analytics",
37
+ "./skills/anysite-trend-analysis",
38
+ "./skills/anysite-market-research",
39
+ "./skills/anysite-audience-analysis",
40
+ "./skills/anysite-brand-reputation",
41
+ "./skills/anysite-person-analyzer",
42
+ "./skills/anysite-vc-analyst",
43
+ "./skills/anysite-competitor-analyzer"
44
+ ]
45
+ }
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Anysite Skills Contributors
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,221 @@
1
+ # Anysite MCP Skills
2
+
3
+ Official anysite agent skills for LinkedIn intelligence, social media analysis, and data extraction. Works with Claude Code, Cursor, and other AI coding assistants that support MCP.
4
+
5
+ ## Available Skills
6
+
7
+ <!-- BEGIN_SKILLS_TABLE -->
8
+ | Name | Description | Documentation |
9
+ |------|-------------|---------------|
10
+ | `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. | [SKILL.md](skills/anysite-lead-generation/SKILL.md) |
11
+ | `anysite-competitor-intelligence` | Track competitors across LinkedIn, social media, Y Combinator, and the web. Analyze hiring patterns, monitor content strategies, and benchmark market positioning. | [SKILL.md](skills/anysite-competitor-intelligence/SKILL.md) |
12
+ | `anysite-influencer-discovery` | Discover and analyze influencers across Instagram, Twitter/X, LinkedIn, and YouTube. Evaluate engagement metrics, audience quality, and partnership opportunities. | [SKILL.md](skills/anysite-influencer-discovery/SKILL.md) |
13
+ | `anysite-content-analytics` | Track post performance, engagement metrics, and content strategy effectiveness across Instagram, YouTube, LinkedIn, Twitter/X, and Reddit. | [SKILL.md](skills/anysite-content-analytics/SKILL.md) |
14
+ | `anysite-trend-analysis` | Detect emerging trends and viral content across Twitter/X, Reddit, YouTube, LinkedIn, and Instagram. Monitor topic momentum and market shifts. | [SKILL.md](skills/anysite-trend-analysis/SKILL.md) |
15
+ | `anysite-market-research` | Analyze tech markets, research startup ecosystems via Y Combinator, study public companies through SEC filings, and gather market intelligence from social platforms. | [SKILL.md](skills/anysite-market-research/SKILL.md) |
16
+ | `anysite-audience-analysis` | Analyze audience demographics, engagement patterns, and follower behavior across Instagram, YouTube, and LinkedIn. | [SKILL.md](skills/anysite-audience-analysis/SKILL.md) |
17
+ | `anysite-brand-reputation` | Monitor brand mentions, sentiment, and social media conversations across Twitter/X, Reddit, Instagram, YouTube, and LinkedIn. Track customer feedback and identify reputation risks. | [SKILL.md](skills/anysite-brand-reputation/SKILL.md) |
18
+ | `anysite-person-analyzer` | Deep multi-platform intelligence analysis for people combining LinkedIn (profile, posts, activity), Twitter/X, Reddit, GitHub, and web presence. Perfect for networking, sales, partnerships, recruitment, and investor relations. | [SKILL.md](skills/anysite-person-analyzer/SKILL.md) |
19
+ | `anysite-vc-analyst` | Universal startup investor research and outreach agent. Verify investor roles, score based on stage fit and thesis alignment, detect portfolio conflicts, and generate personalized outreach messages. | [SKILL.md](skills/anysite-vc-analyst/SKILL.md) |
20
+ | `anysite-competitor-analyzer` | Comprehensive competitive intelligence combining web scraping, LinkedIn analysis, social media monitoring, leadership profiling, GitHub review, and community sentiment tracking. | [SKILL.md](skills/anysite-competitor-analyzer/SKILL.md) |
21
+ <!-- END_SKILLS_TABLE -->
22
+
23
+ ## Installation
24
+
25
+ ```bash
26
+ npx @anysiteio/agent-skills
27
+ ```
28
+
29
+ ### Step 1: Install anysite MCP Server
30
+
31
+ First, install the anysite MCP server following the instructions at [docs.anysite.io/mcp-server](https://docs.anysite.io/mcp-server).
32
+
33
+ ### Step 2: Install Skills Marketplace
34
+
35
+ #### Claude Code
36
+
37
+ ```bash
38
+ # Add the marketplace
39
+ /plugin marketplace add https://github.com/anysiteio/agent-skills
40
+
41
+ # Install a skill
42
+ /plugin install anysite-lead-generation@anysite-skills
43
+ ```
44
+
45
+ Or use npx for quick installation:
46
+
47
+ ```bash
48
+ npx @anysiteio/agent-skills
49
+ ```
50
+
51
+ #### Cursor / Windsurf
52
+
53
+ Add to your project's `.cursor/settings.json` or use the same Claude Code plugin format.
54
+
55
+ #### Other AI Tools
56
+
57
+ Any AI tool that supports markdown context can use the skills by pointing to:
58
+ - `skills/*/SKILL.md` - Individual skill documentation
59
+ - `.claude-plugin/marketplace.json` - Skill metadata
60
+
61
+ ## Prerequisites
62
+
63
+ 1. **anysite MCP Server** - [docs.anysite.io/mcp-server](https://docs.anysite.io/mcp-server)
64
+ 2. **Claude Code / Cursor** - With MCP support enabled
65
+
66
+ That's it! No API tokens, .env files, or CLI tools required. Authentication is handled at the MCP server level.
67
+
68
+ ## Platform Coverage
69
+
70
+ ### Supported Platforms
71
+
72
+ | Platform | Tools | Primary Use Cases |
73
+ |----------|-------|-------------------|
74
+ | **LinkedIn** | 30+ tools | B2B lead generation, company research, employee discovery, email finding |
75
+ | **Instagram** | 8 tools | Influencer discovery, content analytics, audience analysis, engagement tracking |
76
+ | **Twitter/X** | 4 tools | Trend analysis, sentiment monitoring, user research, content discovery |
77
+ | **Reddit** | 5 tools | Community insights, sentiment analysis, market research, trend detection |
78
+ | **YouTube** | 5 tools | Content analytics, channel research, comment analysis, video trends |
79
+ | **Y Combinator** | 3 tools | Startup research, founder discovery, batch analysis |
80
+ | **SEC** | 2 tools | Public company filings, financial data extraction |
81
+ | **GitHub** | Available | Repository analysis, technical contributions, developer activity |
82
+ | **Web Scraping** | 3 tools | Contact extraction, sitemap parsing, general web data |
83
+
84
+ ### Platform Limitations
85
+
86
+ The anysite MCP server currently supports LinkedIn, Instagram, Twitter/X, Reddit, YouTube, Y Combinator, SEC, and web scraping. Additional platforms may be added in future updates.
87
+
88
+ ## Key Features
89
+
90
+ **Zero Configuration**
91
+ - No API tokens or .env files required
92
+ - No external CLI tools needed
93
+ - Server-level authentication handled automatically
94
+
95
+ **Synchronous Execution**
96
+ - Immediate results without polling
97
+ - No async job management required
98
+ - Real-time data access
99
+
100
+ **Native Integration**
101
+ - Direct Claude tool calls
102
+ - Seamless conversation flow
103
+ - No external scripts to manage
104
+
105
+ **Professional Grade**
106
+ - Built for sales teams, marketers, researchers, and analysts
107
+ - Production-ready workflows
108
+ - Comprehensive documentation
109
+
110
+ ## Output Formats
111
+
112
+ All skills support three output formats:
113
+
114
+ - **Chat Summary** (Default) - Natural language insights directly in conversation
115
+ - **CSV Export** - Structured data for spreadsheet analysis and CRM import
116
+ - **JSON Export** - Raw data for programmatic processing and integrations
117
+
118
+ ## Quick Start
119
+
120
+ Once installed, skills are automatically available. Simply ask Claude to perform tasks:
121
+
122
+ ```
123
+ "Find 20 sales prospects in San Francisco who work in SaaS companies"
124
+ → Uses anysite-lead-generation skill
125
+
126
+ "Analyze my competitor's LinkedIn company page and recent posts"
127
+ → Uses anysite-competitor-intelligence skill
128
+
129
+ "Find Instagram influencers in sustainable fashion with 10k-100k followers"
130
+ → Uses anysite-influencer-discovery skill
131
+
132
+ "Research this person's LinkedIn and Twitter activity"
133
+ → Uses anysite-person-analyzer skill
134
+
135
+ "Evaluate this investor for our seed round"
136
+ → Uses anysite-vc-analyst skill
137
+ ```
138
+
139
+ ## How It Works
140
+
141
+ ```
142
+ Claude Code
143
+ ↓
144
+ Anysite MCP Skills (This Repository)
145
+ ↓
146
+ Anysite MCP Server
147
+ ↓
148
+ Platform APIs (LinkedIn, Instagram, Twitter, etc.)
149
+ ```
150
+
151
+ The anysite MCP server handles all authentication and API communication. Skills provide structured workflows and analysis frameworks that Claude uses to extract, process, and present data.
152
+
153
+ ## Use Cases
154
+
155
+ ### Sales & Business Development
156
+ - **Lead Generation**: Build prospect lists from LinkedIn and web sources
157
+ - **Account Research**: Deep-dive on target companies and decision makers
158
+ - **Competitive Intelligence**: Track competitor activities and positioning
159
+ - **Person Intelligence**: Research prospects before meetings
160
+
161
+ ### Marketing & Social Media
162
+ - **Influencer Marketing**: Discover and evaluate partnership opportunities
163
+ - **Content Strategy**: Analyze performance and optimize posting
164
+ - **Brand Monitoring**: Track mentions and sentiment across platforms
165
+ - **Trend Analysis**: Identify emerging topics and viral content
166
+
167
+ ### Recruiting & HR
168
+ - **Candidate Sourcing**: Find qualified candidates on LinkedIn
169
+ - **Background Research**: Analyze candidate profiles and activity
170
+ - **Talent Intelligence**: Track hiring patterns at target companies
171
+ - **Network Analysis**: Map connections and referral paths
172
+
173
+ ### Fundraising & Investing
174
+ - **Investor Research**: Qualify and score potential investors
175
+ - **Due Diligence**: Research founders, teams, and companies
176
+ - **Market Analysis**: Study startup ecosystems and trends
177
+ - **Competitive Landscape**: Map competitors and market dynamics
178
+
179
+ ## License
180
+
181
+ MIT License - see [LICENSE](LICENSE) file for details
182
+
183
+ ## Contributing
184
+
185
+ 1. Fork this repository
186
+ 2. Create your skill in `skills/anysite-your-skill/`
187
+ 3. Add `SKILL.md` with proper frontmatter:
188
+ ```yaml
189
+ ---
190
+ name: anysite-your-skill
191
+ description: What your skill does and when to use it
192
+ ---
193
+ ```
194
+ 4. Add entry to `.claude-plugin/marketplace.json`
195
+ 5. Update this README.md skills table
196
+ 6. Submit a pull request
197
+
198
+ ## Support
199
+
200
+ - **GitHub Issues**: [github.com/anysiteio/agent-skills/issues](https://github.com/anysiteio/agent-skills/issues)
201
+ - **Documentation**: Full skill documentation in each `skills/*/SKILL.md` file
202
+ - **MCP Server**: [docs.anysite.io/mcp-server/tools](https://docs.anysite.io/mcp-server/tools)
203
+
204
+ ## Changelog
205
+
206
+ ### Version 1.1.0 (2026-01-29)
207
+
208
+ - Added 3 new advanced skills:
209
+ - `anysite-person-analyzer` - Deep multi-platform person intelligence
210
+ - `anysite-vc-analyst` - Investor research and fundraising workflows
211
+ - `anysite-competitor-analyzer` - Comprehensive competitor intelligence
212
+ - Enhanced GitHub integration support
213
+ - Updated documentation structure
214
+
215
+ ### Version 1.0.0 (2026-01-29)
216
+
217
+ - Initial release with 8 core skills
218
+ - Support for LinkedIn, Instagram, Twitter/X, Reddit, YouTube, Y Combinator, SEC, and web scraping
219
+ - Zero-configuration setup
220
+ - Complete skill documentation and reference guides
221
+ - Marketplace integration for easy installation
package/bin/install.js ADDED
@@ -0,0 +1,55 @@
1
+ #!/usr/bin/env node
2
+
3
+ /**
4
+ * Anysite Agent Skills installer for Claude Code
5
+ * Automatically adds the marketplace and displays installation instructions
6
+ */
7
+
8
+ import { execSync } from 'child_process';
9
+ import { fileURLToPath } from 'url';
10
+ import { dirname, join } from 'path';
11
+
12
+ const __filename = fileURLToPath(import.meta.url);
13
+ const __dirname = dirname(__filename);
14
+
15
+ console.log('\nšŸš€ Installing Anysite Agent Skills...\n');
16
+
17
+ // Check if we're in Claude Code environment
18
+ try {
19
+ console.log('šŸ“¦ Adding marketplace to Claude Code...\n');
20
+
21
+ // Try to add marketplace via Claude Code CLI
22
+ try {
23
+ execSync('/plugin marketplace add https://github.com/anysiteio/agent-skills', {
24
+ stdio: 'inherit'
25
+ });
26
+ console.log('\nāœ… Marketplace added successfully!\n');
27
+ } catch (error) {
28
+ console.log('āš ļø Could not add marketplace automatically.\n');
29
+ console.log('Please run this command manually in Claude Code:\n');
30
+ console.log(' /plugin marketplace add https://github.com/anysiteio/agent-skills\n');
31
+ }
32
+
33
+ console.log('šŸ“š Available Skills:');
34
+ console.log(' • anysite-lead-generation');
35
+ console.log(' • anysite-competitor-intelligence');
36
+ console.log(' • anysite-influencer-discovery');
37
+ console.log(' • anysite-content-analytics');
38
+ console.log(' • anysite-trend-analysis');
39
+ console.log(' • anysite-market-research');
40
+ console.log(' • anysite-audience-analysis');
41
+ console.log(' • anysite-brand-reputation');
42
+ console.log(' • anysite-person-analyzer');
43
+ console.log(' • anysite-vc-analyst');
44
+ console.log(' • anysite-competitor-analyzer\n');
45
+
46
+ console.log('šŸ’” To install a skill, run in Claude Code:');
47
+ console.log(' /plugin install anysite-lead-generation@anysite-skills\n');
48
+
49
+ console.log('šŸ“– Documentation: https://github.com/anysiteio/agent-skills\n');
50
+ console.log('šŸ”§ MCP Server: https://docs.anysite.io/mcp-server\n');
51
+
52
+ } catch (error) {
53
+ console.error('Error during installation:', error.message);
54
+ process.exit(1);
55
+ }
package/package.json ADDED
@@ -0,0 +1,45 @@
1
+ {
2
+ "name": "@anysiteio/agent-skills",
3
+ "version": "1.0.0",
4
+ "description": "Official anysite agent skills for LinkedIn intelligence, social media analysis, and data extraction",
5
+ "keywords": [
6
+ "mcp",
7
+ "claude-code",
8
+ "linkedin",
9
+ "social-media",
10
+ "agent-skills",
11
+ "anysite",
12
+ "skills",
13
+ "ai-agents"
14
+ ],
15
+ "homepage": "https://github.com/anysiteio/agent-skills#readme",
16
+ "bugs": {
17
+ "url": "https://github.com/anysiteio/agent-skills/issues"
18
+ },
19
+ "repository": {
20
+ "type": "git",
21
+ "url": "git+https://github.com/anysiteio/agent-skills.git"
22
+ },
23
+ "license": "MIT",
24
+ "author": "Anysite.io",
25
+ "type": "module",
26
+ "bin": {
27
+ "anysite-skills": "./bin/install.js"
28
+ },
29
+ "files": [
30
+ "skills/",
31
+ ".claude-plugin/",
32
+ "bin/",
33
+ "README.md",
34
+ "LICENSE"
35
+ ],
36
+ "scripts": {
37
+ "prepublishOnly": "echo 'Publishing @anysiteio/agent-skills to npm'"
38
+ },
39
+ "publishConfig": {
40
+ "access": "public"
41
+ },
42
+ "engines": {
43
+ "node": ">=18.0.0"
44
+ }
45
+ }