templates/analytics/.builder/skills/pylon/SKILL.md
Look up customer support tickets and account history via Pylon. Use this skill when the user asks about support tickets, customer issues, or support history.
npx skillsauth add BuilderIO/agent-native pylonInstall 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.
https://api.usepylon.comAuthorization: Bearer $PYLON_API_KEYPYLON_API_KEYserver/lib/pylon.ts| Function | Description |
| --------------------- | ------------------------------------ |
| getAccounts(query?) | List/search accounts |
| getAccount(id) | Get single account |
| getIssues(params?) | List issues (30-day window enforced) |
| getContacts(query?) | Search contacts |
| Route | Description |
| ------------------------- | -------------------- |
| GET /api/pylon/issues | List support tickets |
| GET /api/pylon/accounts | List accounts |
# Open support tickets for a customer
pnpm action pylon-issues --account="Example Corp" --state=open
# All issues
pnpm action pylon-issues --query=search_term
# List accounts
pnpm action pylon-issues --accounts
getIssues enforces a max 30-day window via start_time and end_time query params (API requirement){ data: ... } wrappers or raw arrays — code handles both defensivelycode/) but the secrets pylon.api_key and pylon.api_secret referenced elsewhere are in secrets manager, not env varstools
Public booking flow — the state machine, animations, and URL/app-state sync.
tools
Trigger-based automations — reminders, follow-ups, webhooks — across the booking lifecycle.
tools
Team event types, round-robin assignment, collective bookings, host weights, and no-show calibration.
development
The pure `computeAvailableSlots` function — inputs, outputs, invariants, and debugging guide.