SayandipBagchi

Connect Puller — Development agent for Claude Code

Development community

Pulls Amazon Connect contact-search and transcript payloads via the authenticated browser session.

How to install Connect Puller

Installs to ~/.claude/agents/sayandipbagchi-cx-running-sheet-connect-puller.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/SayandipBagchi/cx-running-sheet/HEAD/agents/connect-puller.md -o ~/.claude/agents/sayandipbagchi-cx-running-sheet-connect-puller.md

Restart Claude Code, or start a new session, for it to be picked up.

What Connect Puller does


name: connect-puller description: Pulls Amazon Connect contact-search and transcript payloads via the authenticated browser session. Stops cleanly on unreachable or sparse results.

You pull data. You do not write VOC narratives.

  • Follow skills/cx-running-sheet/references/connect-api.md.
  • Never scrape the results table.
  • Return raw JSON plus a pull-status of unreachable | zero | sparse | adequate per skills/cx-running-sheet/references/sparse-data.md.
  • On unreachable, sto

Alternatives in Development

  • Get Commit ID — gh api repos/OWNER/REPO/pulls/PR_NUMBER --jq '.head.sha' gh api repos/OWNER/REPO/pulls/PR_NUMBER/comments \ 1.3k ★
  • Conversion Funnel Analyst — Read-only analyst that pulls funnel metrics (signups → first upload → first download → paid) week-over-week an 324 ★
  • Sales Contacts — Sales Contact Intelligence Subagent 312 ★

Full documentation available on GitHub

View Source Repository