spark-cli-skills
v1.3.0AI agent skills for the Spark CLI - email, calendar, contacts, teams, and meetings workflows.
By Spark Mail LimitedLicense: MIT136 GitHub starsUpdated 2 months ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Jul 21, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install spark-cli-skills for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add spark-cli-skills@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/readdle/spark-cli-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json└── skills/use-spark/SKILL.md
Included Skills1
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.
Plugin manifests1
{
"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"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[spark-cli-skills on Agent Plugins Marketplace](https://pluginsmp.com/plugins/spark-cli-skills)