Moltis is a persistent personal agent server written in Rust that runs on hardware controlled by its user. It provides an AI agent with sandboxed command execution, model-provider connections, memory, voice, scheduling, messaging integrations, browser automation, and MCP tools. Its catalogue add-ons extend the agent’s workflows and available tools.
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 moltis-org/moltis --skill himalayagit clone --depth 1 https://github.com/moltis-org/moltisWrote 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/moltis-org/moltis/himalaya)<a href="https://agentmods.dev/skills/moltis-org/moltis/himalaya"><img src="https://agentmods.dev/badge/skills/moltis-org/moltis/himalaya/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/moltis-org/moltis/himalaya"><img src="https://agentmods.dev/badge/skills/moltis-org/moltis/himalaya.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00039 | $0.01116 |
| Opus 5 | $0.00019 | $0.00558 |
| Sonnet 5 | $0.00008 | $0.00223 |
| Haiku 4.5 | $0.00004 | $0.00112 |
Grade A, and why
himalaya 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 9d 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.
How it starts
The opening of the file, as written. The whole thing — 143 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Himalaya v2 Email CLI
Use this skill only with Himalaya major version 2. Its command and configuration syntax differs from v1.
References
references/configuration.mdfor v2 config paths, accounts, and backends.references/message-composition.mdfor v2 compose and send flows.
Install and configure
Install a v2 build and verify it before continuing:
himalaya --version
Official installation options include Homebrew and the current Git repository:
brew install himalaya
cargo install --locked --git https://github.com/pimalaya/himalaya.git
If the package manager installs v1, use a v2 release or the Git installation. Run the v2 setup wizard with no subcommand:
himalaya
The wizard prints TOML that can be saved or merged into the config. There is no
v2 account configure command. Check the result with:
himalaya --json account list
himalaya --account=work account check
Command conventions
Use v2's global account and backend selectors before the subcommand. Mailbox selectors belong to the leaf command:
himalaya --json --account=work --backend=imap envelope list --mailbox=INBOX
--jsonselects structured output; v2 does not use--output json.--accountand--backendare global selectors.--mailboxis a leaf-command option; these can also be written as-a,-b, and-m.- Shared read backends are
imap,jmap,gmail,msgraph,maildir, andm2dir. SMTP sends messages; it does not fetch them. - Message IDs are mailbox-relative for some backends. Re-list after moving mail or changing mailboxes.
Read operations
List mailboxes and envelopes:
himalaya --json --account=work --backend=imap mailbox list
himalaya --json --account=work --backend=imap \
envelope list --mailbox=INBOX --page=1 --page-size=20
Search with the v2 shared query language:
himalaya --json --account=work --backend=imap \
envelope search --mailbox=INBOX -- \
from [email protected] and subject meeting order by date desc
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 9d ago First seen · 143 lines · 39 tokens per session scan A 4751221c0e36
himalaya is a skill published in the GitHub repository moltis-org/moltis (2,846 stars, last pushed 6d ago), licensed MIT. It adds 39 tokens to every session and 1,116 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-30.
Other skills, from other repositories
welcome
Introduce yourself to a newly connected channel. Triggered automatically when a channel is first wired. Send a friendly greeting and brief overview of what you can do.
add-teams
Add Microsoft Teams channel integration via Chat SDK.
slack-tools
Slack workspace management and automation specialist.
notion
Notion workspace management and content creation specialist.
schedule-meeting
Schedule meetings, calls, or events on the calendar. Use when the user wants to book, plan, schedule, or set up a meeting or appointment with someone at a time.
weekly-brief
Brief me on my week, my day, or what to focus on. Use for "brief me", "what's on my week", "what should I focus on", "my day", "catch me up", morning briefing.