agentsclimarketplace

Push to talk workflow

Skill gaelic-ghost/socket/skills/push-to-talk-workflow

Build an Apple Push to Talk channel experience with system controls, ephemeral PTT pushes, audio-session ownership, and an app-owned communication backend.From its SKILL.md

Install
npx -y skills add gaelic-ghost/socket --skill push-to-talk-workflow

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 6 stars6 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.9 KB, 336 tokens by cl100k_base, as published. Nobody here has run it

Push To Talk Workflow

Purpose

Build a walkie-talkie-style application using PushToTalk. The framework supplies system controls and channel lifecycle; the app still owns identity, membership, audio transport, encryption, moderation, and backend behavior.

Workflow

  1. Model a channel with stable app-owned identity, membership authorization, transmission mode, and explicit join/leave lifecycle.
  2. Use PTChannelManager and its delegate for system-visible channel state and begin/end transmission events. Treat half-duplex and full-duplex as product decisions, not interchangeable audio modes.
  3. Configure the app's audio session only in response to the applicable PTT lifecycle event; preserve interruptions, Bluetooth routing, and privacy indicators.
  4. Use the channel's ephemeral push token only for that channel lifetime. Send APNs PTT pushes with pushtotalk, the .voip-ptt topic suffix, immediate priority, and no stale-delivery window when the event is time-sensitive.
  5. Keep transport, codec, encryption, recording, retention, and moderation as explicit app/backend responsibilities.

Validation

Validate on physical iPhone/iPad hardware with multiple participants, lock screen controls, join/leave churn, token rotation, delayed audio, interruptions, Bluetooth accessories, denied microphone permission, and expired-channel push delivery.

References

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,736. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.