惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
Visual Studio Blog
N
Netflix TechBlog - Medium
GbyAI
GbyAI
大猫的无限游戏
大猫的无限游戏
博客园 - 三生石上(FineUI控件)
T
Tailwind CSS Blog
IT之家
IT之家
博客园 - Franky
雷峰网
雷峰网
博客园 - 聂微东
腾讯CDC
M
MIT News - Artificial intelligence
B
Blog RSS Feed
博客园_首页
罗磊的独立博客
S
SegmentFault 最新的问题
I
InfoQ
博客园 - 叶小钗
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
阮一峰的网络日志
阮一峰的网络日志
D
Docker
宝玉的分享
宝玉的分享
B
Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报

Hacker News - Newest: "AI"

AI can't read an investor deck AI as an attorney? Student uses ChatGPT, Gemini to sue UW over alleged racial discrimination Hacking MCP Servers in AI Systems – The Rug Pull: Tool Changes After Approval GitHub - MeepCastana/KubeezCut: Free Web based video editor Can AI judge journalism? A Thiel-backed startup says yes, even if it risks chilling whistleblowers Coming soon: 10 Things That Matter in AI Right Now DARPA built an AI to fact-check enemy weapons claims What explains heterogeneity in AI adoption? When AI Meets Muscle: Context-Aware Electrical Stimulation Promises a New Way to Guide Human Movements - Department of Computer Science AI Changed How We Build. It Did Not Change What Matters. Linux rules on using AI-generated code - Copilot is OK, but humans must take 'full responsibility for the… Meta spins up AI version of Mark Zuckerberg to engage with employees Code Mode: Let Your AI Write Programs, Not Just Call Tools | TanStack Blog GitHub - Delavalom/graft: Go framework for building AI agents. Type-safe tools, multi-provider (OpenAI, Anthropic, Gemini, Bedrock), zero vendor SDKs. India's TCS tops estimates, says new AI models did not dent services demand Gen Z's fading AI hype Strong feeling: we are in a folded AI reality GitHub - machinarii/total-recall-catalog: A reference catalog of latest knowledge retrieval, memory & RAG systems GitHub - mensfeld/code-on-incus: Give each AI agent its own isolated machine with root, Docker, and systemd. Active defense detects and stops threats automatically.. Quantization, LoRA, and the 8% Problem: Benchmarking Local LLMs for Production AI Iran war: We spoke to the man making Lego-style AI videos that experts say are powerful propaganda Powell, Bessent discussed Anthropic's Mythos AI cyber threat with major U.S. banks GitHub - immartian/bellamem: Persistent belief-graph memory for AI agents. Retrieves decisive context by importance — not recency, not RAG, not /compact. recursive-mode: The Repo-Native Operating System for AI Engineering After the attack on Sam Altman's home, will AI CEO's go on the offensive? The biggest advance in AI since the LLM Opus 4.6 vs GPT 5.4 One Prompt Unity World Generation Test “AI polls” are fake polls Client Challenge Can AI be a 'child of God'? Inside Anthropic's meeting with Christian leaders
GitHub - readdle/spark-cli-skills: Spark CLI Skills
andriydruk · 2026-05-08 · via Hacker News - Newest: "AI"

AI agent skills for the Spark CLI. Install individual skills or the full set to give your AI agent structured workflows for email, calendar, contacts, teams, and meetings.

Requirements

  • macOS with a recent build of Spark Desktop, signed in to at least one account.
  • Spark CLI enabled: in Spark, go to Settings → AI Agents → Spark CLI Setup and follow the prompts.
  • Per-account access levels - read-only or triage (everything in read-only plus drafts, comments, and email/contact actions) - configured in Settings → AI Agents -> Spark CLI Access. Recipes and personas declare the level they need; running one against an account with insufficient access returns an error explaining how to upgrade.

Skills Index

Base Skill

The foundation. Every recipe and persona below depends on use-spark for the actual command reference and filter syntax - install it first.

Skill Description
use-spark Complete command reference for the Spark CLI - mail, calendar, contacts, teams, meetings

Recipes

Step-by-step workflows for a specific task. Composable - one recipe per job, run them on demand.

Skill Description
recipe-morning-standup Today's events + unread by category + team assignments
recipe-end-of-day Close out the day, review loose ends, preview tomorrow
recipe-weekly-digest Weekly summary of events, email, and team status
recipe-inbox-by-category Process inbox in priority order by smart category
recipe-inbox-zero Process the inbox to zero with category-first triage
recipe-vacation-catchup Process a large backlog after time away with batch processing
recipe-new-sender-review Process GateKeeper's new sender queue - accept or block
recipe-draft-batch Review and finalize multiple pending drafts in a batch session
recipe-multi-account-review Review inbox status across multiple accounts
recipe-meeting-prep Gather context for an upcoming meeting
recipe-meeting-followup Review a meeting transcript and draft follow-up emails with action items
recipe-schedule-meeting Find mutual availability and suggest times
recipe-invitation-manager Process pending invitations with availability checks
recipe-calendar-audit Analyze meeting load, back-to-back chains, and free blocks
recipe-shared-inbox-status Review shared inbox health - open, done, and unassigned items
recipe-shared-inbox-triage Process open items in shared inboxes - assign, respond, mark done
recipe-team-workload Audit team assignment distribution and spot imbalances
recipe-delegate-and-track Assign emails to teammates with context and track delegation status
recipe-topic-timeline Build a chronological narrative from meetings and emails
recipe-stakeholder-brief Compile a relationship dossier from all interactions with a person
recipe-priority-tuning Fine-tune Spark's priority category by adjusting contact-level settings
recipe-newsletter-cleanup Audit newsletter subscriptions - block, unsubscribe, or summarize
recipe-notification-hygiene Reclassify, group, and bulk-archive noisy notifications
recipe-label-organize Organize emails with labels and folders - attach, detach, or move

Personas

Long-running roles that shape how the agent works across a session - tone, defaults, and which recipes to reach for. Install one persona to bias the agent toward a particular workflow style.

Skill Description
persona-exec-assistant Executive assistant - briefings, drafts, scheduling, contact lookup
persona-founder Founder / CEO - high-volume triage, aggressive delegation, oversight
persona-team-lead Team lead - workload review, assignment distribution, standup prep
persona-project-manager Project manager - thread tracking, stakeholder updates, action items
persona-sales-rep Sales rep / account manager - pipeline review, follow-up cadence
persona-support-agent Support agent - shared inbox processing, routing, escalation
persona-meeting-manager Meeting manager - prep, transcript review, follow-ups, scheduling
persona-freelancer Freelancer - multi-client management, invoice follow-ups, availability

Installation

A typical setup is use-spark plus a handful of recipes you actually run, optionally with one persona.

# Install everything in this repo
npx skills add https://github.com/readdle/spark-cli-skills

# Or pick only what you need - the base skill plus one or more recipes/personas
npx skills add https://github.com/readdle/spark-cli-skills/tree/main/skills/use-spark
npx skills add https://github.com/readdle/spark-cli-skills/tree/main/skills/recipe-inbox-zero
npx skills add https://github.com/readdle/spark-cli-skills/tree/main/skills/persona-exec-assistant

License

MIT © Spark Mail Limited