@arkone_ai/intro-tracker
v1.0.0
Published
Claude Code skill: track warm introductions pipeline with local CSV — add, update, and analyze intro requests
Maintainers
Readme
@arkone_ai/intro-tracker
A Claude Code skill that tracks warm introductions in a local CSV pipeline — no CRM needed.
Install
npm install -g @arkone_ai/intro-trackerUsage
In any Claude Code session:
/intro-trackerWhat it does
- Manages a local
./intro-pipeline.csvtracker (creates if missing, appends/updates if exists) - Commands: add intro, update intro status, show full pipeline, show pending intros, show conversion stats
- Tracks: target name/company/role, connector, intro type (investor/customer/partner/hire), status (requested → intro_made → meeting_scheduled → converted → declined)
- Analytics: total intros, conversion rate by type, avg time from request to meeting, top connectors, stale requests (>7 days no update)
- Fully local — no external APIs needed
License
MIT
