Agent skills for Photon's SDKs, following the Agent Skills format.
npx skills add photon-hq/skills --skill <skill-name>| Skill | Packages | Description |
|---|---|---|
imessage |
@photon-ai/imessage-kit · @photon-ai/advanced-imessage-kit |
Send and receive iMessages programmatically. Build AI agents, automations, and conversational apps — self-hosted or on Photon's production infrastructure. |
chat-adapter-imessage |
chat-adapter-imessage |
Connect the Vercel AI SDK to iMessage. Local and remote modes, all adapter methods, and gateway events. |
buildspace-ci-cd |
photon-hq/buildspace |
Configure and troubleshoot BuildSpace reusable GitHub Actions workflows for automated releases across Rust, TypeScript, Go, and Swift. |
npx skills add photon-hq/skills --skill imessageTwo kits, your choice of infrastructure:
@photon-ai/imessage-kit— Self-hosted. Runs on your Mac.@photon-ai/advanced-imessage-kit— Production infrastructure by Photon. Scales to any number of phone numbers.
Covers: sending text, images, files, effects, tapbacks, stickers, and polls · editing and unsending messages · real-time events via WebSockets · group chat management · scheduling and reminders · Find My, FaceTime, and contacts · Photon Webhook for HTTP event forwarding · Photon MCP with 67 tools at mcp.photon.codes · security best practices · error handling and plugins.
npx skills add photon-hq/skills --skill chat-adapter-imessageAdapter that connects the Vercel AI SDK (Chat) to iMessage.
Covers: createiMessageAdapter config for local and remote modes · postMessage, editMessage, deleteMessage, react, startGatewayListener · webhook payload types · feature matrix for Photon server capabilities.
npx skills add photon-hq/skills --skill buildspace-ci-cdConfigure and debug BuildSpace-powered release automation using reusable GitHub Actions workflows and blocks.
Covers: workflow selection by project type (Rust, TypeScript, Go, Swift) · required inputs, secrets, and permissions · label-gated release triggers · monorepo handling with topological sorting · cross-platform artifact builds · Homebrew tap and Jamf publishing · README drift detection · dry-run validation · troubleshooting.
Skills are automatically picked up by supported agents once installed — Cursor, Claude Code, Copilot, OpenCode, and 25+ others.
Try asking your agent:
- Build an iMessage AI agent that auto-replies to group messages
- Send a scheduled message to a contact every morning at 9am
- Connect my Next.js AI chatbot to iMessage using the Vercel AI SDK
- Set up a webhook to receive iMessage events on my server
- Give my Claude agent access to iMessage via MCP
- Set up BuildSpace release automation for my TypeScript monorepo
| Project | Description |
|---|---|
| Photon Webhook | Forward iMessage events to any HTTP endpoint, signed with HMAC-SHA256 |
| Photon MCP | 67 MCP tools for iMessage at mcp.photon.codes |
| Photon | Production iMessage infrastructure — API keys and server URLs |
MIT