sheet-readerlisted
Install: claude install-skill Dullu9/10x-Outreach-Skill
# Sheet Reader Skill
Reads recipient data from Google Sheets for use in email campaigns and outreach workflows.
## When to Use This Skill
Use this skill when the user:
- Wants to import contacts from a Google Sheet
- Needs to read campaign recipient lists
- References a Google Sheet URL or ID
## Script
```bash
python .claude/scripts/sheets_reader.py --sheet-id <SHEET_ID> --range "Sheet1!A1:Z1000"
```
## Required Environment
- `GOOGLE_CLIENT_ID` — for Google Sheets API access
- `GOOGLE_CLIENT_SECRET` — for OAuth authentication
- `GOOGLE_SHEET_ID` — default sheet ID (optional, can be passed per-call)
## Output
Saves parsed contacts to `output/discovery/` as JSON for use by outreach-manager.