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 agentmods add skills/moltis-org/moltis/discrawlnpx skills add moltis-org/moltis --skill discrawlgit 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/discrawl)<a href="https://agentmods.dev/skills/moltis-org/moltis/discrawl"><img src="https://agentmods.dev/badge/skills/moltis-org/moltis/discrawl.svg" alt="Measured on agentmods" height="20"></a>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.00042 | $0.00940 |
| Opus 5 | $0.00021 | $0.00470 |
| Sonnet 5 | $0.00008 | $0.00188 |
| Haiku 4.5 | $0.00004 | $0.00094 |
Grade A, and why
discrawl 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 6d 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 — 130 lines — stays where its author put it; the contents beside it link to each section on GitHub.
discrawl — Discord Guild Archive
discrawl mirrors Discord guild data (channels, threads, messages, members) into a local SQLite database for offline search and inspection.
This is different from the discord channel skill — discrawl is for archiving and searching historical guild data; the discord channel skill is for sending messages via Moltis.
Secret Safety (MANDATORY)
- Never read, print, or send Discord bot tokens to LLM context.
- Never ask the user to paste tokens into chat.
- The user must set
DISCORD_BOT_TOKENin their environment or Moltis credential store manually. - To verify credentials, only use:
discrawl doctor.
One-Time User Setup (user runs these outside the agent)
- Create a Discord application at https://discord.com/developers/applications
- Create a bot user and copy the bot token
- Set the token:
- Via env var:
export DISCORD_BOT_TOKEN=<token> - Via Moltis credential store (web UI → Settings → Environment Variables)
- Via discrawl config:
~/.discrawl/config.toml
- Via env var:
- Invite the bot to target guilds with message read permissions
- Verify:
discrawl doctor
Health Check
discrawl doctor
Sync Guild Data
discrawl sync --guild <guild_id>
discrawl sync --guild <guild_id> --full # Full resync
discrawl sync --all # All configured guilds
List Guilds and Channels
discrawl guilds
discrawl guilds --json
discrawl channels --guild <guild_id>
discrawl channels --guild <guild_id> --json
Search Messages
discrawl search "query"
discrawl search "query" --guild <guild_id>
discrawl search "query" --channel <channel_id> --limit 20
discrawl search "query" --json
discrawl search "query" --after 2026-01-01 --before 2026-04-28
Export and Backup
discrawl snapshot --guild <guild_id> # NDJSON snapshot for Git backup
discrawl snapshot --guild <guild_id> --output /path/to/export/
SQL Queries
discrawl sql "SELECT * FROM messages WHERE content LIKE '%keyword%' ORDER BY timestamp DESC LIMIT 10"
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.
- 6d ago First seen · 130 lines · 42 tokens per session scan A 9111afd9bd6b
discrawl is a skill published in the GitHub repository moltis-org/moltis (2,845 stars, last pushed 3d ago), licensed MIT. It adds 42 tokens to every session and 940 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
slack-agent-flow
Let an existing Slack agent create new agents that arrive as their own Slack bots — provisioned app, operator DM, and a shared three-way room, hot-started without a host restart.
add-codex
Use Codex (OpenAI's codex app-server) as a full agent provider — planning, tool orchestration, MCP tools, server-side history, session resume — alongside or instead of Claude. ChatGPT subscription or OpenAI API key, vault-only via OneCLI. Per-group via ncl groups config update --provider codex. Distinct from using…
youtube-search
Use when the user wants to find YouTube content on any topic: searching for videos or channels, finding creators who cover a subject, discovering tutorials, talks, or expert discussions, or looking up a channel by name or handle. Also use proactively when the user wants to research a topic and YouTube is a good…
slack-tools
Slack workspace management and automation specialist.
review-pr
Walk Sean through an incoming waku-agent PR or issue and present it his way — four fixed sections: what this is, why it matters, how HE can test it with you as copilot, and are we ready to merge / reply / close and why. Use whenever Sean asks to look at, test, triage, or decide on a pull request or an issue, and…
openapi-expert
OpenAPI/Swagger expert for API specification design, validation, and code generation.