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 slacrawlgit 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/slacrawl)<a href="https://agentmods.dev/skills/moltis-org/moltis/slacrawl"><img src="https://agentmods.dev/badge/skills/moltis-org/moltis/slacrawl.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 2 findings, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Data Exfiltration · line 34 Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
- medium Rogue Agent · line 34 Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
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.00041 | $0.00957 |
| Opus 5 | $0.00020 | $0.00478 |
| Sonnet 5 | $0.00008 | $0.00191 |
| Haiku 4.5 | $0.00004 | $0.00096 |
Grade A, and why
slacrawl 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 8d 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 — 134 lines — stays where its author put it; the contents beside it link to each section on GitHub.
slacrawl — Slack Workspace Archive
slacrawl mirrors Slack workspace data into a local SQLite database for offline search, custom SQL queries, and inspection. Also ingests macOS Slack Desktop local data and Slack export ZIP files.
Secret Safety (MANDATORY)
- Never read, print, or send Slack tokens to LLM context.
- Never ask the user to paste tokens into chat.
- The user must set tokens in their environment or Moltis credential store manually.
- To verify credentials, only use:
slacrawl doctor.
One-Time User Setup (user runs these outside the agent)
- Create a Slack app at https://api.slack.com/apps
- Add bot token scopes:
channels:history,channels:read,groups:history,groups:read,im:history,im:read,mpim:history,mpim:read,users:read - Install the app to your workspace and copy the Bot User OAuth Token
- Set tokens:
SLACK_BOT_TOKEN— required for standard syncSLACK_APP_TOKEN— optional, for Socket Mode live tailingSLACK_USER_TOKEN— optional, for fuller thread/DM coverage
- Verify:
slacrawl doctor
Tokens can be set via environment variables or Moltis credential store (web UI → Settings → Environment Variables).
Health Check
slacrawl doctor
Sync Workspace Data
slacrawl sync
slacrawl sync --full # Full resync
slacrawl sync --channel <channel_name> # Specific channel
Live Tail (Socket Mode)
slacrawl tail
Requires SLACK_APP_TOKEN with Socket Mode enabled.
List Channels and Users
slacrawl channels
slacrawl channels --json
slacrawl users
slacrawl users --json
Search Messages
slacrawl search "query"
slacrawl search "query" --channel <channel_name>
slacrawl search "query" --limit 20 --json
slacrawl search "query" --after 2026-01-01 --before 2026-04-28
Import from Slack Export
slacrawl import /path/to/slack-export.zip
Import from Local Desktop Cache
slacrawl desktop-import
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.
- 8d ago First seen · 134 lines · 41 tokens per session scan A eb50751582df
slacrawl is a skill published in the GitHub repository moltis-org/moltis (2,847 stars, last pushed 4d ago), licensed MIT. It adds 41 tokens to every session and 957 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.