📲
AutomationTypeScript

Push Notification Tester

by team-telnyx

Push Notification Tester is an Automation skill for Claude Code, published by team-telnyx in ai.

212 stars22 forkson team-telnyx/aiAdded 2026/09/04Repository updated 2026/09/03
agent-skillsaiai-coding-agentclaude-codecpaascursoriotllmsdksipsmsspeech-to-texttelephonytelnyxttstwilio-migrationvoice-agentsvoice-aiwebrtcwindsurf
Install in seconds
Install Push Notification Tester
Copy Push Notification Tester into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/team-telnyx/ai/tree/main/skills/push-notification-tester ~/.claude/skills/push-notification-tester

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/team-telnyx/ai.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/push-notification-tester/SKILL.md in team-telnyx/ai
Installs to
~/.claude/skills/push-notification-tester
Collection
One of 25 skills cataloged from this repository
Category
Automation1860 skills

What Push Notification Tester does

Push Notification Tester sends test VoIP pushes to iOS APNs and Android FCM devices. Use it to debug delivery issues, verify certificate or service account setup, and confirm a device receives pushes.

Push Notification Tester is cataloged under Automation on DirSkills. Push Notification Tester comes from a repository tagged agent-skills, ai, ai-coding-agent, claude-code and cpaas.

Documentation

README

Push Notification Tester

Send test VoIP push notifications to iOS (APNs) and Android (FCM) devices.

iOS (APNs)

node {baseDir}/scripts/send-ios-push.js \
  --token=<device_token> \
  --bundle-id=<bundle_id> \
  --cert=<path/to/cert.pem> \
  --key=<path/to/key.pem> \
  [--env=sandbox|production] \
  [--caller-name="Test Caller"] \
  [--caller-number="+1234567890"]

Required args

  • --token — 64-char hex APNs device token
  • --bundle-id — App bundle ID (e.g. com.telnyx.webrtc)
  • --cert — Path to certificate PEM file
  • --key — Path to private key PEM file

Optional args

  • --envsandbox (default) or production
  • --caller-name — Display name (default: "Test Caller")
  • --caller-number — Phone number (default: "+1234567890")

Android (FCM)

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Push Notification Tester

  • What else does team-telnyx publish alongside Push Notification Tester?

    Push Notification Tester is one of 25 skills that DirSkills catalogs from team-telnyx/ai, the repository it ships in. Its siblings there include Telnyx 10DLC, Telnyx 10DLC and Telnyx 10DLC. Each one is a separate skill with its own page in this directory, installs the same way Push Notification Tester does, and is maintained by team-telnyx in that same repository. The rest of the collection is listed on the team-telnyx/ai page.

  • How does Push Notification Tester compare to other Automation skills?

    Push Notification Tester ranks #1667 by stars among the 1860 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Push Notification Tester against them. Open each page to compare what they document and how they install.