my-personal-assistant CLAUDE.md

my-personal-assistant CLAUDE.md is an instructions file for coding agents from ronnycoding/my-personal-assistant. It costs 2,054 tokens per session, scanned B, original, MIT.

A repository instruction file for a macOS personal assistant that automates email, calendars, reminders, and finance tasks with AppleScript. It also documents commands for running tests and checking macOS permissions.

In plain words
What is it for?
Use it when changing the assistant, running AppleScript tests, checking permissions, or processing financial statement PDFs and CSV files.
Why use it?
It gives coding agents the project background and the commands needed to work on and verify the repository correctly.

Instructions file

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/ronnycoding/my-personal-assistant/claude-md
Clone the repo
git clone --depth 1 https://github.com/ronnycoding/my-personal-assistant

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for my-personal-assistant CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/ronnycoding/my-personal-assistant/claude-md.svg)](https://agentmods.dev/instructions/ronnycoding/my-personal-assistant/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/ronnycoding/my-personal-assistant/claude-md"><img src="https://agentmods.dev/badge/instructions/ronnycoding/my-personal-assistant/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,054 This file is loaded in full into every session.
When invoked 2,054 The same file — it is already loaded in full.
Security scan B 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.02054 $0.02054
Opus 5 $0.01027 $0.01027
Sonnet 5 $0.00411 $0.00411
Haiku 4.5 $0.00205 $0.00205

Measured 3d ago against content hash ee8c34d88241, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade B, and why

my-personal-assistant CLAUDE.md scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

- Verify: `sudo systemsetup -gettimezone`
CLAUDE.md · 312 lines

How it starts

The opening of the file, as written. The whole thing — 312 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

Repository Overview

Personal AI assistant for macOS productivity automation via AppleScript skills. Dual-platform support: Claude Code (skill-based) and Gemini CLI (command-based). Key domains: email management (Apple Mail), calendar intelligence (macOS Calendar), task orchestration (Reminders), and personal finance (Jupyter notebooks).

Key Commands

Testing

# Run all AppleScript tests
./tests/framework/run_tests.sh

# Test specific domain
./tests/framework/run_tests.sh --domain apple-mail

# Verify macOS permissions
./tests/framework/verify_permissions.sh

# Test individual skill
osascript .claude/skills/scan-inbox/scripts/scan_inbox.scpt 24 false
osascript .claude/skills/read-calendar/scripts/read_events.scpt "2025-10-26" "2025-10-26"
osascript .claude/skills/list-reminders/scripts/list_tasks.scpt

Finance Commands

# Extract transactions from PDFs
cd .claude/finance-notebooks
python extract_pdf_statements.py ~/Documents/Finance/*.pdf -o output.csv

# Consolidate multiple CSV files
python consolidate_statements.py ~/Documents/Finance/*.csv -o combined.csv

# Finance command workflow (via Claude Code)
/finance init --notebook="2025-budget"
/finance import --source="transactions.csv" --type="checking"
/finance analyze --type=overview
/finance advise --focus="savings"

Architecture

Dual-Platform Design

Claude Code (.claude/):

  • Skill-based architecture with SKILL.md files
  • Scripts distributed in skill directories
  • Complex workflow orchestration
  • Best for: Multi-step tasks, agent coordination

Gemini CLI (.gemini/):

  • TOML command files with embedded instructions
  • Centralized scripts in .gemini/scripts/
  • Flat, self-contained structure
  • Best for: Quick commands, CLI workflows

Shared Components: Both use identical AppleScript implementations - only invocation differs.

Core System Flow

Read the full file on GitHub · 312 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 312 lines · 2,054 tokens per session scan B ee8c34d88241

Subscribe to this mod's changes

my-personal-assistant CLAUDE.md is an instructions file published in the GitHub repository ronnycoding/my-personal-assistant (12 stars, last pushed 10mo ago), licensed MIT. It adds 2,054 tokens to every session, about $0.0103 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-02.