Skip to main content
ClaudeWave

A secure persistent personal agent server in Rust. One binary, sandboxed execution, multi-provider LLMs, voice, memory, Telegram, WhatsApp, Discord, Teams, and MCP tools. Secure by design, runs on your hardware.

Subagents2.7k estrellas321 forksRustMITActualizado 7d ago
Nota editorial

Moltis is a self-hosted personal agent server written in Rust and distributed as a single binary, designed to run on hardware the user controls, from a Mac Mini to a Raspberry Pi. It connects to Claude and other LLMs through the `moltis-providers` crate, which implements multi-provider model access, and exposes MCP support via both stdio and HTTP/SSE transports through dedicated `moltis-mcp` and `moltis-mcp-agent-bridge` crates. The server includes built-in messaging channel integrations for Telegram, WhatsApp, Discord, Microsoft Teams, Signal, Slack, and Matrix, alongside voice input and output using bundled STT and TTS providers. Memory is handled through SQLite with full-text search and vector recall. Tool execution runs inside Docker, Podman, Apple Container, or WASM sandboxes, never on the host directly. A standout architectural detail is that the entire agent runner and model interface spans roughly 7,500 lines of auditable Rust, with unsafe code restricted to FFI boundaries. Privacy-focused developers and self-hosters who want a multi-channel AI agent without cloud dependencies or a runtime like Node.js will find the most utility here.

ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 6/11/2026
Install as a Claude Code subagent
Method: Clone
Terminal
git clone https://github.com/moltis-org/moltis && cp moltis/*.md ~/.claude/agents/
1. Clone the repository and copy the agent .md definitions into ~/.claude/agents (or .claude/agents inside a project).
2. Start a new Claude Code session to load the agents.
3. Delegate work to them with the Task/Agent tool or by name.

24 items en este repositorio

shipSlash Command

Commit all changes, push branch, create/update PR, and run local validation

Instalar

Manage Apple Notes via the memo CLI on macOS (create, view, search, edit).

Instalar

Manage Apple Reminders via remindctl CLI (list, add, complete, delete).

Instalar
findmySkill

Track Apple devices and AirTags via FindMy.app on macOS using AppleScript and screen capture.

Instalar

Send and receive iMessages/SMS via the imsg CLI on macOS.

Instalar

Transcribe audio via OpenAI Audio Transcriptions API (Whisper).

Instalar

Local speech-to-text with the Whisper CLI (no API key).

Instalar
sagSkill

ElevenLabs text-to-speech with mac-style say UX.

Instalar

Local text-to-speech via sherpa-onnx (offline, no cloud)

Instalar

Delegate coding tasks to Claude Code (Anthropic's CLI agent). Use for building features, refactoring, PR reviews, and iterative coding. Requires the claude CLI installed.

Instalar
codexSkill

Delegate coding tasks to OpenAI Codex CLI agent. Use for building features, refactoring, PR reviews, and batch issue fixing. Requires the codex CLI and a git repository.

Instalar

Delegate coding tasks to OpenCode CLI agent for feature implementation, refactoring, PR review, and long-running autonomous sessions. Requires the opencode CLI installed and authenticated.

Instalar

Generate dark-themed SVG diagrams of software systems and cloud infrastructure as standalone HTML files with inline SVG graphics. Semantic component colors (cyan=frontend, emerald=backend, violet=database, amber=cloud/AWS, rose=security, orange=message bus), JetBrains Mono font, grid background. Best suited for software architecture, cloud/VPC topology, microservice maps, service-mesh diagrams, database + API layer diagrams, security groups, message buses — anything that fits a tech-infra deck with a dark aesthetic. If a more specialized diagramming skill exists for the subject (scientific, educational, hand-drawn, animated, etc.), prefer that — otherwise this skill can also serve as a general-purpose SVG diagram fallback. Based on Cocoon AI's architecture-diagram-generator (MIT).

Instalar

Generate ASCII art using pyfiglet (571 fonts), cowsay, boxes, toilet, image-to-ascii, remote APIs (asciified, ascii.co.uk), and LLM fallback. No API keys required.

Instalar

Production pipeline for ASCII art video — any format. Converts video/audio/images/generative input into colored ASCII character video output (MP4, GIF, image sequence). Covers: video-to-ASCII conversion, audio-reactive music visualizers, generative ASCII art animations, hybrid video+audio reactive, text/lyrics overlays, real-time terminal rendering. Use when users request: ASCII video, text art video, terminal-style video, character art animation, retro text visualization, audio visualizer in ASCII, converting video to ASCII art, matrix-style effects, or any animated ASCII output.

Instalar

Generate professional infographics with 21 layout types and 21 visual styles. Analyzes content, recommends layout×style combinations, and generates publication-ready infographics. Use when user asks to create "infographic", "visual summary", "信息图", "可视化", or "高密度信息大图".

Instalar

Create hand-drawn style diagrams using Excalidraw JSON format. Generate .excalidraw files for architecture diagrams, flowcharts, sequence diagrams, concept maps, and more. Files can be opened at excalidraw.com or uploaded for shareable links.

Instalar

Generate project ideas through creative constraints. Use when the user says 'I want to build something', 'give me a project idea', 'I'm bored', 'what should I make', 'inspire me', or any variant of 'I have tools but no direction'. Works for code, art, hardware, writing, tools, and anything that can be made.

Instalar

Production pipeline for mathematical and technical animations using Manim Community Edition. Creates 3Blue1Brown-style explainer videos, algorithm visualizations, equation derivations, architecture diagrams, and data stories. Use when users request: animated explanations, math animations, concept visualizations, algorithm walkthroughs, technical explainers, 3Blue1Brown style videos, or any programmatic animation with geometric/mathematical content.

Instalar
p5jsSkill

Production pipeline for interactive and generative visual art using p5.js. Creates browser-based sketches, generative art, data visualizations, interactive experiences, 3D scenes, audio-reactive visuals, and motion graphics — exported as HTML, PNG, GIF, MP4, or SVG. Covers: 2D/3D rendering, noise and particle systems, flow fields, shaders (GLSL), pixel manipulation, kinetic typography, WebGL scenes, audio analysis, mouse/keyboard interaction, and headless high-res export. Use when users request: p5.js sketches, creative coding, generative art, interactive visualizations, canvas animations, browser-based visual art, data viz, shader effects, or any p5.js project.

Instalar

Convert images into retro pixel art with hardware-accurate palettes (NES, Game Boy, PICO-8, C64, etc.), and animate them into short videos. Presets cover arcade, SNES, and 10+ era-correct looks. Use `clarify` to let the user pick a style before generating.

Instalar

>

Instalar

>

Instalar
Casos de uso

Resumen de Subagents

README no disponible. Visita el repo en GitHub para la documentación completa.
ai-agentai-assistantclawdbotllmmcpopenclawrustsandboxself-hostedsingle-binarytelegram-botvoice-assistant

Lo que la gente pregunta sobre moltis

¿Qué es moltis-org/moltis?

+

moltis-org/moltis es subagents para el ecosistema de Claude AI. A secure persistent personal agent server in Rust. One binary, sandboxed execution, multi-provider LLMs, voice, memory, Telegram, WhatsApp, Discord, Teams, and MCP tools. Secure by design, runs on your hardware. Tiene 2.7k estrellas en GitHub y se actualizó por última vez 7d ago.

¿Cómo se instala moltis?

+

Puedes instalar moltis clonando el repositorio (https://github.com/moltis-org/moltis) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar moltis-org/moltis?

+

Nuestro agente de seguridad ha analizado moltis-org/moltis y le ha asignado un Trust Score de 100/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene moltis-org/moltis?

+

moltis-org/moltis es mantenido por moltis-org. La última actividad registrada en GitHub es de 7d ago, con 81 issues abiertos.

¿Hay alternativas a moltis?

+

Sí. En ClaudeWave puedes explorar subagents similares en /categories/agents, ordenados por popularidad o actividad reciente.

Despliega moltis en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: moltis-org/moltis
[![Featured on ClaudeWave](https://claudewave.com/api/badge/moltis-org-moltis)](https://claudewave.com/repo/moltis-org-moltis)
<a href="https://claudewave.com/repo/moltis-org-moltis"><img src="https://claudewave.com/api/badge/moltis-org-moltis" alt="Featured on ClaudeWave: moltis-org/moltis" width="320" height="64" /></a>

Más Subagents