Check Hermes built-ins before installing extra skills

Hermes already includes some that people often try to add through extra skills. Checking the built-in first can prevent duplicate installs. Unneeded skills can increase token use because their schemas are included with , and they add more parts to or break.

One clear example is scheduled work: Hermes has a built-in for recurring jobs. It can run daily reports, nightly backups, weekly audits, and morning briefings without manual action. Results can be delivered to connected services such as Telegram, Discord, or Slack.

A recurring task can be written in plain language, such as checking email and calendar every morning, summarizing them, and sending the result to Telegram.

Key points

  • Check Hermes built-in before installing a new skill.
  • Unneeded skills can add token and schema to .
  • The built-in can run recurring jobs such as reports, backups, audits, and briefings.
  • Hermes can send scheduled results to connected services like Telegram, Discord, and Slack.
  • Plain-language recurring tasks may remove the need for a separate skill.
Read original