Skip to content

photon-hq/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

Skills

skills.sh License: MIT GitHub stars

Agent skills for Photon's SDKs, following the Agent Skills format.

npx skills add photon-hq/skills --skill <skill-name>

Skills

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.

imessage

npx skills add photon-hq/skills --skill imessage

Two kits, your choice of infrastructure:

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.

chat-adapter-imessage

npx skills add photon-hq/skills --skill chat-adapter-imessage

Adapter 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.

buildspace-ci-cd

npx skills add photon-hq/skills --skill buildspace-ci-cd

Configure 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.


Usage

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

Ecosystem

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

License

MIT

About

Agents skills collection for Photon's SDKs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors