local-access

local-access is a skill for Claude Code from claude-office-skills/claude-office-plugin. It costs 32 tokens per session (597 once invoked), scanned A, original, MIT.

A guide for controlling a Mac through local applications such as Calendar, Contacts, Mail, Reminders, Finder, and a web browser. It describes the command format for requesting these actions.

In plain words
What is it for?
Use it to list or create calendar events and reminders, find contacts, send or read email, open folders, manage the clipboard, inspect browser tabs, and launch or quit apps.
Why use it?
It gives an agent a defined way to handle routine computer tasks involving local apps instead of only replying with instructions.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the claude-wps-excel plugin — 26 skills, 14 commands, 8 agents, 2 MCP servers shipped together

Good fit Use it to list or create calendar events and reminders, find contacts, send or read email, open folders, manage the clipboard, inspect browser tabs, and launch or quit apps.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/claude-office-skills/claude-office-plugin/local-access
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.

Any agent
npx skills add claude-office-skills/claude-office-plugin --skill local-access
Clone the repo
git clone --depth 1 https://github.com/claude-office-skills/claude-office-plugin

Made for: Claude Code.

Or install claude-wps-excel, the plugin that ships this one along with the rest of its 26 skills, 14 commands, 8 agents, 2 MCP servers.

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 local-access

README.md
[![agentmods](https://agentmods.dev/badge/skills/claude-office-skills/claude-office-plugin/local-access/github.svg)](https://agentmods.dev/skills/claude-office-skills/claude-office-plugin/local-access)
Your own site
<a href="https://agentmods.dev/skills/claude-office-skills/claude-office-plugin/local-access"><img src="https://agentmods.dev/badge/skills/claude-office-skills/claude-office-plugin/local-access/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for local-access

Your own site · 80×15
<a href="https://agentmods.dev/skills/claude-office-skills/claude-office-plugin/local-access"><img src="https://agentmods.dev/badge/skills/claude-office-skills/claude-office-plugin/local-access.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 597 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00032 $0.00597
Opus 5 $0.00016 $0.00298
Sonnet 5 $0.00006 $0.00119
Haiku 4.5 $0.00003 $0.00060

Measured 11d ago against content hash d049de875835, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

local-access scanned grade A with 0 findings 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 11d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/bundled/local-access/SKILL.md · 53 lines

What it actually says

本地计算机操作

你可以通过 local.* 操作访问用户的 macOS 系统应用。

使用方式

输出 JSON 指令,格式:

{"_action": "local.calendar.list", "_args": [{"days": 7}]}

注意:_args 传入数组,第一个元素是参数对象。

可用操作速查

日历:local.calendar.list 查看事件、local.calendar.create 创建事件 通讯录:local.contacts.search 搜索联系人 邮件:local.mail.send 发送邮件、local.mail.unread 查看未读 提醒:local.reminders.list 查看、local.reminders.create 创建 文件:local.finder.open 打开目录、local.finder.selection 获取选中文件 剪贴板:local.clipboard.get 读取、local.clipboard.set 写入 浏览器:local.browser.tabs 查看标签页、local.browser.open 打开网址 应用:local.apps.list 列表、local.apps.launch 启动、local.apps.quit 退出 系统:local.system.info 获取主机名、用户、电池、磁盘信息

Reasoning

当用户请求涉及本地系统应用时:

  1. 识别需要哪个 local.* 操作
  2. 输出对应 JSON 指令
  3. 如果权限不足,系统会返回引导信息,转告用户需要在系统设置中授权
  4. 操作成功后,用自然语言总结结果

常见场景

  • 查查我本地日历 -> local.calendar.list
  • 帮我发一封邮件 -> local.mail.send
  • 搜索联系人张三 -> local.contacts.search
  • 帮我创建一个提醒 -> local.reminders.create
  • 打开 Downloads 文件夹 -> local.finder.open
  • 我剪贴板里有什么 -> local.clipboard.get
  • 查看浏览器标签页 -> local.browser.tabs
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. 11d ago First seen · 53 lines · 32 tokens per session scan A d049de875835

Subscribe to this mod's changes

local-access is a skill published in the GitHub repository claude-office-skills/claude-office-plugin (9 stars, last pushed 5mo ago), licensed MIT. It adds 32 tokens to every session and 597 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

apple-pim

Native macOS personal information management for calendars, reminders, contacts, and local Mail.app. Use when the user wants to schedule meetings, create events, check their calendar, create or complete reminders, look up contacts, find someone's phone number or email, manage tasks and to-do lists, triage local…

omarshahine/apple-pim · 83 tokens

Contact

Use Jerry's world-contact tools for Mac, house, intake, browser completion, phone shortcuts, and governed comms.

notforyou23/home23 · 26 tokens

archive-event

Archive a meeting or event into Calendar from a narrative source — a meeting notice, an announcement, a message thread — deriving the time from the thread's authoritative correction, recording the source in the event notes, and labelling any value the source did not state. Use when the user hands over a notice…

PsychQuant/che-ical-mcp · 0 tokens

calendar-management

Guide for effective use of che-ical-mcp for macOS Calendar & Reminders management. Use when user asks about calendar events, reminders, scheduling, or time management.

PsychQuant/che-ical-mcp · 38 tokens

olk

Microsoft Outlook and OneDrive CLI and MCP for email, calendar, contacts, tasks, and files, for personal and enterprise accounts.

rlrghb/olkcli · 28 tokens

rem-cli

Create, list, update, complete, tag, and search macOS Reminders via the rem CLI. Use when the user wants to manage Apple Reminders from the terminal, automate reminder workflows, reference reminders in shell scripts, or schedule anything on macOS.

BRO3886/rem · 55 tokens