Skillzwave Logo
Skillzwave

automating-contacts

99.0
A

Automates macOS Contacts via JXA with AppleScript dictionary discovery. Use when asked to "automate contacts", "JXA contacts automation", "macOS address book scripting", "AppleScript contacts", or "Contacts app automation". Covers querying, CRUD, multi-value fields, groups, images, and ObjC bridge fallbacks.

Marketplace
#excel#notes#Contacts.Person#claude-code-plugins#numbers#mac-automation#chrome#example.com

Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security

Installation for Agentic Skill

View all platforms →
skilz install SpillwaveSolutions/automating-mac-apps-plugin/automating-contacts
skilz install SpillwaveSolutions/automating-mac-apps-plugin/automating-contacts --agent opencode
skilz install SpillwaveSolutions/automating-mac-apps-plugin/automating-contacts --agent codex
skilz install SpillwaveSolutions/automating-mac-apps-plugin/automating-contacts --agent gemini

First time? Install Skilz: pip install skilz

Works with 22+ AI coding agents

Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...

View All Agents
Download Agent Skill ZIP

Extract and copy to ~/.claude/skills/ then restart Claude Desktop

1. Clone the repository:
git clone https://github.com/SpillwaveSolutions/automating-mac-apps-plugin
2. Copy the agent skill directory:
cp -r automating-mac-apps-plugin/plugins/automating-mac-apps-plugin/skills/automating-contacts ~/.claude/skills/

Need detailed installation help? Check our platform-specific guides:

Related Agentic Skills

automating-mail

by SpillwaveSolutions

Automates Apple Mail via JXA with AppleScript dictionary discovery. Use when asked to "automate email", "send mail via script", "JXA Mail automation",...

100
A
general
Marketplace
#excel#Mail.OutgoingMessage#Status

automating-reminders

by SpillwaveSolutions

Automates Apple Reminders using JavaScript for Automation (JXA). Use when asked to "create reminders programmatically", "automate reminder lists", "JX...

100
A
general
Marketplace
#app.lists.byName#excel#notes

mastering-postgresql

by SpillwaveSolutions

PostgreSQL development for Python with full-text search (tsvector, tsquery, BM25 via pg_search), vector similarity (pgvector with HNSW/IVFFlat), JSONB...

100
A
general
Marketplace
#references#search#vector

automating-pages

by SpillwaveSolutions

Automates Apple Pages using JXA with AppleScript dictionary discovery. Use when asked to "automate Pages documents", "create documents programmaticall...

99
general
Marketplace
#excel#Hello#pages.documents.push

Agentic Skill Details

Type
Other
Meta-Domain
N/A
Primary Domain
N/A
Market Score
99.0

Agent Skill Grade

A
Score: 99/100 Click to see breakdown

Score Breakdown

Spec Compliance
14/15
PDA Architecture
27/30
Ease of Use
23/25
Writing Style
9/10
Utility
18/20
Modifiers: +8

Areas to Improve

  • Recipes show code patterns but lack expected outputs to verify success
  • 4 bullet points explaining skill relationships consume tokens for edge-case information

Recommendations

  • Add trigger phrases to description for discoverability
  • Add table of contents for files over 100 lines

Graded: 1/18/2026

Developer Feedback

I took a look at your automating-contacts skill and wanted to share some thoughts.

Links:

The TL;DR

You're at 99/100, which puts you in solid A territory. This is based on Anthropic's skill best practices rubric. Your strongest area is Spec Compliance (14/15) - the YAML is clean, naming conventions are correct, and your trigger phrases are solid. The weakest spot is Utility (18/20), mainly because your recipe examples could use better validation outputs to show what success looks like.

What's Working Well

  • Progressive Disclosure Architecture is chef's kiss. Your SKILL.md clocks in at 95 lines with zero fluff, and you've properly isolated the massive PyXA API reference (880+ lines) into a separate file. The "What to load" section makes navigation crystal clear.

  • Your trigger phrases are doing the heavy lifting. Six specific triggers like "JXA contacts", "macOS address book", and "AppleScript contacts automation" make this discoverable. That's the kind of specificity that actually helps people find your skill.

  • The workflow is actionable. Eight numbered steps with a validation checklist at the end means someone can actually follow this and know when they're done. That's real utility.

The Big One

Your recipe examples show code patterns but don't show expected outputs. This matters because someone using your skill needs to know what success looks like. Right now you've got patterns like:

const matches = Contacts.people.whose({firstName: 'Ada'})();

But no comment showing what matches actually contains. Add inline comments with sample outputs:

const matches = Contacts.people.whose({firstName: 'Ada'})();
// Returns: [{firstName: 'Ada', lastName: 'Lovelace', email: 'ada@example.com'}, ...]

This is probably worth +1 point and makes the recipes genuinely useful instead of just illustrative. Do this in contacts-recipes.md for your core CRUD examples.

Other Things Worth Fixing

  1. Tighten the "Relationship to Other Skills" section. It's taking up 4 bullets explaining when to use this vs. other skills. Compress it to one line: "Standalone skill. Load automating-mac-apps for TCC setup, ObjC bridges, or UI scripting fallbacks." You'd gain back some token budget here.

  2. Add a table of contents to contacts-pyxa-api-reference.md. At 880+ lines, people need navigation. A simple TOC at the top pointing to sections would help.

  3. Your multi-value field examples could show common gotchas. The basics are there, but adding a "Common Mistakes" subsection would bump up utility when someone hits the edge cases you've already thought through.

Quick Wins

  • Add sample output comments to recipe code examples (+1 point)
  • Condense relationship section to one line (cleaner, same info)
  • Add TOC to the big API reference for navigation
  • Call out common edge cases in multi-value field docs

Checkout your skill here: SkillzWave.ai | SpillWave We have an agentic skill installer that install skills in 14+ coding agent platforms. Check out this guide on how to improve your agentic skills.

AI-Detected Topics

Extracted using NLP analysis

excel notes Contacts.Person claude-code-plugins numbers mac-automation chrome example.com claude-code-plugins-marketplace existing.length Ada keynote mail person.lastName person.firstName Contacts.people.whose Contacts Lovelace agent-skills Application calendar reminders

Report Security Issue

Found a security vulnerability in this agent skill?