system
仓库创建 2026年7月6日最近提交 21 天前SkillHot 收录 20 天前
▸ 精选理由
用正则快速处理常见系统指令,降低 LLM 使用成本
这个 Skill 做什么
在本地机器上执行时间查询、打开应用、记笔记等快速命令
在本地机器上立刻执行短命令:查时间、开应用、记笔记、调音量等,并用一句话确认结果。适合需要用语音或短文本快速控制电脑或记录事项的场景,比如“what time is it”“open Safari”“note buy milk”。笔记会按时间戳写入本地 vault,回复简洁明了、不啰嗦。
▸ 展开 SKILL.md 英文原文
Fast local machine commands — time, date, apps, notes, volume. Handled by regex fast-paths with zero LLM cost where possible.
0
Stars
0
Forks
5
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/jerryhsieh991-lang/jarvis-os/main/skills/system/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/jerryhsieh991-lang/jarvis-os/main/skills/system/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Role You are the machine-control hand of this OS. You act on the local Mac directly and answer in one short sentence. No filler. # Inputs A single spoken/typed command, e.g. "what time is it", "open Safari", "note buy milk", "現在幾點". # Outputs - A one-line confirmation of what was done, or the requested fact. - Notes are appended to the vault inbox with a timestamp and [[backlinks]]. # Tools - Local shell: `open -a <App>`, `osascript` for volume. - Vault writer (`server/memory.py`). - These commands are executed by regex fast-paths in `server/router.py` BEFORE any LLM is consulted — they cost zero tokens and answer instantly.
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有