Hermes Agent Wiki 非公式・日本語wiki

Automation Blueprints

Automation Blueprints は、すぐ動かせる自動化のひな形です。ひとつ選んでいくつかの欄を埋めるだけで、Hermes が cron ジョブとして予約します — cron 構文の知識は要りません。

どの blueprint もすべての入口から動きます:

  • dashboard / デスクトップアプリ — Cron ページを開いて Blueprints タブに切り替え、フォームを埋めて Schedule it を押します。
  • CLI・TUI・メッセンジャー/blueprint <name>(例: /blueprint morning-brief)と打つと、Hermes が必要な項目を1つずつ聞いてから予約します。名前の照合はゆるく、前方一致や近い綴りでも解決します。慣れてきたら /blueprint morning-brief time=08:00 のように値をまとめて渡して質問を飛ばせます。
  • デスクトップアプリ — 各 blueprint の Send to App を押すと、コマンドが入力欄にセットされた状態でアプリが開きます。

blueprint が黙って何かを予約することはありません — ジョブが作られる前に必ず確認が入ります。作ったジョブは /cron でいつでも管理できます。

朝のブリーフィング

毎日 08:00

今日の予定、天気、急ぎの用件を短くまとめて毎日届ける。

dailybriefing
/blueprint morning-brief time=08:00 deliver=origin
Send to App ↗ または CLI・TUI・メッセンジャーにコマンドを貼り付け

重要メールの監視

30分ごと

受信箱を定期的に確認し、本当に対応が要るメールだけ知らせる。

emailmonitor
/blueprint important-mail interval_min=30 criteria="needs a reply today, is from my manager or family, or mentions a deadline" deliver=origin
Send to App ↗ または CLI・TUI・メッセンジャーにコマンドを貼り付け

週次レビュー

日曜 18:00

1週間の振り返り。終わったこと、残っていること、これから来ることをまとめる。

weeklyreview
/blueprint weekly-review time=18:00 day=sunday deliver=origin
Send to App ↗ または CLI・TUI・メッセンジャーにコマンドを貼り付け

始業リマインダー

平日 09:00

平日の朝に、その日の予定と優先度の高い用件をひと押しで知らせる。

dailyfocus
/blueprint workday-start time=09:00 deliver=origin
Send to App ↗ または CLI・TUI・メッセンジャーにコマンドを貼り付け

カスタムリマインダー

毎日 14:00

自分の言葉で書いた用件を、決めたスケジュールで繰り返し知らせる。

reminder
/blueprint custom-reminder what="take a break and stretch" time=14:00 recurrence=everyday deliver=origin
Send to App ↗ または CLI・TUI・メッセンジャーにコマンドを貼り付け

夜のクールダウン

毎日 21:00

1日の終わりの確認。明日の予定をざっと見て、今夜のうちに準備しておくことを知らせる。

dailyevening
/blueprint evening-winddown time=21:00 deliver=origin
Send to App ↗ または CLI・TUI・メッセンジャーにコマンドを貼り付け

トピック別ニュースダイジェスト

平日 18:00

気になるトピックのダイジェストを定期的に。送信済みのものは重複排除するので、本当に新しい話題だけが届く。

digestresearch
/blueprint news-digest topic="AI and technology" time=18:00 recurrence=weekdays count=5 deliver=origin
Send to App ↗ または CLI・TUI・メッセンジャーにコマンドを貼り付け

支払い・更新のリマインダー

毎日 10:00

定期支払い、サブスクの更新、期限の前に知らせる。気づかないうちに自動課金されるのを防ぐ。

reminderfinance
/blueprint bill-renewal-watch what="my streaming subscription renews soon" time=10:00 recurrence=everyday deliver=origin
Send to App ↗ または CLI・TUI・メッセンジャーにコマンドを貼り付け

価格・在庫の監視

スケジュール実行

特定の商品、航空券、ホテル、出品を見張り、決めた価格や在庫の条件を満たしたら知らせる。

pricesshoppingtravelmonitor
/blueprint price-watch item="a product URL or exact flight/hotel/listing description" condition="the all-in price drops below my target" interval_h=6 deliver=origin
Send to App ↗ または CLI・TUI・メッセンジャーにコマンドを貼り付け

競合ニュースの監視

月曜 09:00

指定した企業の動き(新製品、価格、資金調達、開示)を追い、出典つきのダイジェストにまとめる。

competitorsnewsmonitorresearch
/blueprint competitor-watch companies="two or three competitors, by canonical name" categories="product launches, pricing changes, funding, partnerships, executive moves, incidents" time=09:00 recurrence=monday deliver=origin
Send to App ↗ または CLI・TUI・メッセンジャーにコマンドを貼り付け

習慣のチェックイン

毎日 20:00

習慣を続けるためのひと押しを定期的に。実際にできたかどうかも振り返る。

habitwellbeing
/blueprint habit-checkin habit="20 minutes of reading" time=20:00 recurrence=everyday deliver=origin
Send to App ↗ または CLI・TUI・メッセンジャーにコマンドを貼り付け

水分補給と運動のひと押し

平日 1時間ごと

日中に定期的に、水を飲む、立ち上がる、ストレッチをする、と声をかける。

wellbeingfocus
/blueprint hydration-move interval_hours=1 start_hour=9 end_hour=17 deliver=origin
Send to App ↗ または CLI・TUI・メッセンジャーにコマンドを貼り付け

1週間の献立

日曜 17:00

1週間分の献立と、まとめた買い物リスト。食事の方針と、料理にかけられる時間に合わせる。

weeklyfood
/blueprint meal-plan diet="no restrictions" meals="dinner only" effort=quick time=17:00 day=sunday deliver=origin
Send to App ↗ または CLI・TUI・メッセンジャーにコマンドを貼り付け

毎日の学習ドリップ

平日 08:30

学びたいトピックについて、1日ひと口サイズのレッスンを。少しずつ積み上げていく。

learningdaily
/blueprint learn-daily topic="Spanish vocabulary" time=08:30 recurrence=weekdays deliver=origin
Send to App ↗ または CLI・TUI・メッセンジャーにコマンドを貼り付け

感謝と振り返りの問いかけ

毎日 21:30

夜に、その日を振り返って良かったことを書き留めるための、やわらかい問いかけ。

wellbeingreflection
/blueprint gratitude-journal time=21:30 recurrence=everyday deliver=origin
Send to App ↗ または CLI・TUI・メッセンジャーにコマンドを貼り付け

今日は何の日

毎日 07:30

1日ひとつの好奇心。歴史上の出来事、豆知識、今日の言葉を届ける。

dailycuriosity
/blueprint on-this-day flavor="on this day in history" time=07:30 deliver=origin
Send to App ↗ または CLI・TUI・メッセンジャーにコマンドを貼り付け

自分で作る

blueprint の実体は、SKILL.md の frontmatter に metadata.hermes.blueprint ブロックを持つ skill です。slot のスキーマと公開のしかたは Creating Skills → Automation Blueprints を見てください。