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.
npx skills add claude-office-skills/claude-office-plugin --skill local-accessgit clone --depth 1 https://github.com/claude-office-skills/claude-office-pluginWrote 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.
[](https://agentmods.dev/skills/claude-office-skills/claude-office-plugin/local-access)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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
当用户请求涉及本地系统应用时:
- 识别需要哪个 local.* 操作
- 输出对应 JSON 指令
- 如果权限不足,系统会返回引导信息,转告用户需要在系统设置中授权
- 操作成功后,用自然语言总结结果
常见场景
- 查查我本地日历 -> local.calendar.list
- 帮我发一封邮件 -> local.mail.send
- 搜索联系人张三 -> local.contacts.search
- 帮我创建一个提醒 -> local.reminders.create
- 打开 Downloads 文件夹 -> local.finder.open
- 我剪贴板里有什么 -> local.clipboard.get
- 查看浏览器标签页 -> local.browser.tabs
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.
- 11d ago First seen · 53 lines · 32 tokens per session scan A d049de875835
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.
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…
Contact
Use Jerry's world-contact tools for Mac, house, intake, browser completion, phone shortcuts, and governed comms.
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…
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.
olk
Microsoft Outlook and OneDrive CLI and MCP for email, calendar, contacts, tasks, and files, for personal and enterprise accounts.
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.