← All plugins
spark-cli-skills
v1.3.0AI agent skills for the Spark CLI - email, calendar, contacts, teams, and meetings workflows.
Codex1 skill
by Spark Mail LimitedMIT136updated 2 weeks ago
Source
git clone https://github.com/readdle/spark-cli-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
spark-cli-skills/
├── .codex-plugin/plugin.json└── skills/use-spark/SKILL.md
Skills1
use-sparkskills/use-spark/SKILL.md
Use the spark CLI to access the user's Spark email data - list emails, search by topic, read threads, check calendar events, find availability, look up contacts, and view team info. Use when the user asks about their emails, calendar, contacts, meetings, or scheduling.
Manifests1
.codex-plugin/plugin.json
{
"name": "spark-cli-skills",
"version": "1.3.0",
"description": "AI agent skills for the Spark CLI - email, calendar, contacts, teams, and meetings workflows.",
"author": {
"name": "Spark Mail Limited",
"url": "https://sparkmailapp.com"
},
"homepage": "https://sparkmailapp.com",
"repository": "https://github.com/readdle/spark-cli-skills",
"license": "MIT",
"keywords": [
"spark",
"email",
"calendar",
"contacts",
"meetings",
"inbox",
"scheduling"
],
"skills": "./skills/",
"interface": {
"displayName": "Spark",
"shortDescription": "Email and calendar workflows for the Spark CLI",
"longDescription": "Give Codex unified access to your email, calendar, contacts, and meeting notes through Spark on macOS and Windows. Works across Gmail, Outlook, iCloud, Exchange, and IMAP accounts. Codex can search semantically, read threads and attachments, check availability, draft replies, and organize messages across every connected account.",
"developerName": "Spark Mail Limited",
"category": "Productivity",
"capabilities": [
"Read",
"Write"
],
"websiteURL": "https://sparkmailapp.com",
"privacyPolicyURL": "https://sparkmailapp.com/legal/privacy-app",
"termsOfServiceURL": "https://sparkmailapp.com/legal/terms",
"defaultPrompt": [
"Use Spark to run my morning standup.",
"Use Spark to triage my inbox by category.",
"Use Spark to prep for my next meeting."
],
"composerIcon": "./assets/logo.png",
"logo": "./assets/logo.png"
}
}