Ad-hoc connectivity check across Attio and PhantomBuster. Read-only — no state mutations.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add mat-lucie/outbound-sales-agent --skill health-check --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Health Check?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/mat-lucie-health-check)More formats (shields.io, HTML) on the badges page.
---
name: health-check
description: Ad-hoc connectivity check across Attio and PhantomBuster. Read-only — no state mutations.
---
# /health-check
Operator runs this whenever something feels off. Verifies that:
1. `ATTIO_API_KEY` resolves to a usable session.
2. The Operator Review Queue object is queryable (proves API + auth).
3. `PB_SESSION_COOKIE` constructs a `PhantomBusterClient` without raising.
Exit code 0 on healthy; 1 on any reachability failure.
## Invocation
```bash
sales health-check
```
Read-only; no MCP-scope canary required. If you need the full
Attio MCP read+list+write+delete canary, run `/sales-daily --dry-run`
which includes the step-0 canary by design.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!