00-system/skills/heyreach/heyreach-connect/SKILL.md
Connect to HeyReach for LinkedIn automation. Load when user mentions 'heyreach', 'linkedin outreach', 'linkedin campaigns', 'heyreach campaigns', 'add leads', 'campaign stats'. Meta-skill that validates config and routes to operations.
npx skillsauth add abdullahbeam/nexus-design-abdullah heyreach-connectInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Meta-skill for HeyReach LinkedIn automation integration.
python 00-system/skills/heyreach/heyreach-master/scripts/check_heyreach_config.py --json
| ai_action | What to Do |
|-------------|------------|
| proceed_with_operation | Config OK → Continue |
| prompt_for_api_key | Ask user for API key, save to .env |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
HEYREACH API SETUP
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
1. Log into HeyReach at https://app.heyreach.io
2. Go to Settings → API
3. Copy your API key
Paste your HeyReach API key:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
All scripts located in: 00-system/skills/heyreach/heyreach-master/scripts/
| User Says | Script | Args |
|-----------|--------|------|
| "list campaigns" | list_campaigns.py | [--limit N] [--json] |
| "campaign details [X]" | get_campaign.py | --campaign-id ID [--json] |
| "pause/resume [campaign]" | toggle_campaign.py | --campaign-id ID --status ACTIVE\|PAUSED |
| "add leads to [campaign]" | add_leads.py | --campaign-id ID --linkedin-urls URLs |
| "leads in [campaign]" | get_leads.py | --campaign-id ID [--limit N] |
| "conversations" | get_conversations.py | [--campaign-id ID] [--limit N] |
| "linkedin accounts" | list_accounts.py | [--json] |
| "lead lists" | list_lists.py | [--limit N] |
| "create list [name]" | create_list.py | --name NAME |
| "analytics/stats" | get_stats.py | [--json] |
| "metrics for [campaign]" | get_metrics.py | --campaign-id ID |
python 00-system/skills/heyreach/heyreach-master/scripts/list_campaigns.py --json
python 00-system/skills/heyreach/heyreach-master/scripts/add_leads.py \
--campaign-id camp-123 \
--linkedin-urls "linkedin.com/in/user1,linkedin.com/in/user2"
python 00-system/skills/heyreach/heyreach-master/scripts/get_stats.py --json
| Error | Solution | |-------|----------| | 401 | Invalid API key - re-run setup | | 403 | API not available for subscription | | 404 | Campaign/lead not found | | 429 | Rate limited (auto-retry) |
Version: 1.0
development
Load when user says "mental model", "think through this", "structured thinking", "help me decide", "analyze this problem", "first principles", "pre-mortem", "stakeholder mapping", "what framework should I use", or any specific model name. Provides 59 thinking frameworks for decision-making, problem decomposition, and strategic analysis.
development
Generate comprehensive philosophy and standards documents for any domain (UX design, landing pages, email outbound, API design, etc.). Load when user says "create philosophy doc", "generate standards for [domain]", "build best practices guide", or "create benchmarking document". Conducts deep research, synthesizes findings, and produces structured philosophy documents with principles, frameworks, anti-patterns, checklists, case studies, and metrics.
development
Validate Nexus-v3 system integrity and fix common issues automatically. Load when user mentions "validate system", "check system", or "fix problems". Runs comprehensive checks on folder structure, metadata files, and framework consistency with auto-repair capabilities.
development
Load when user says "validate docs", "check documentation consistency", "docs vs implementation", or "find documentation mismatches". Systematically compares implementation code against documentation to identify and fix inconsistencies.