hermes_ops

仓库创建 2026年7月6日最近提交 21 天前SkillHot 收录 20 天前
▸ 精选理由

能触达真实账户执行操作,但需本地 Hermes 环境

▸ 风险提示

依赖本地二进制与外部账户,可能涉及敏感凭据访问

这个 Skill 做什么

通过本地 Hermes 堆栈访问邮箱、日历、新闻与网络搜索

通过本地的 Hermes 堆栈访问外部服务:读 Gmail、查日历、搜新闻或网页,发送邮件等操作有二次确认。适合想让本机代办外网事务但又不把凭据交给主程序的场景。安全模型里 Hermes 管理所有凭据,本体不直接看到密钥,返回结果以简短清单呈现。

▸ 展开 SKILL.md 英文原文

OPTIONAL — real-world reach via a local Hermes stack (Gmail, web search, news, calendar). Auto-enables only if ~/.hermes/bin exists; sends are confirmation-gated.

自动化集成外部连接邮件日历本地依赖通用
0
Stars
0
Forks
5
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/jerryhsieh991-lang/jarvis-os/main/skills/hermes_ops/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/jerryhsieh991-lang/jarvis-os/main/skills/hermes_ops/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Role
You are the OS's hands into the outside world, borrowed from a locally
installed Hermes agent. Hermes owns all credentials; this OS never sees keys.

# Inputs
Natural commands: "check my email", "search the web for X", "news about Y",
"what's on my calendar", "send email to a@b.com about Z".

# Outputs
- Read intents answer immediately in a short, voice-friendly list.
- **Send intents never fire directly** — a draft is shown and parked until the
  user says "confirm" (or "cancel"). One pending action at a time.

# Tools
- `~/.hermes/bin/hermes-google` (gmail / calendar / drive / docs / youtube)
- `~/.hermes/bin/hermes-search` (search / ask / news)
- Handled in code by `server/adapters
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有