← All creators

sliamh11

User

A token-efficient open-source AI assistant that remembers, adapts, and improves — secured, self-hosted, and entirely yours.

38 indexed · 0 Featured · 43 stars · avg score 80
Prolific

Categories

Indexed Skills (38)

AI & Automation Listed

research

Multi-stage research pipeline with evidence-quality ratings and citations. Classifies intent, clarifies scope, then routes to shallow (single-pass) or deep (parallel fan-out) research. Composes with Parallel AI MCP when available.

43 Updated today
sliamh11
Code & Development Listed

code-review

Multi-agent code review with learning feedback loop — reviews PRs using parallel specialized agents (style, logic, security) with confidence scoring and false-positive reduction

43 Updated today
sliamh11
AI & Automation Listed

agent-browser

Browse the web for any task — research topics, read articles, interact with web apps, fill forms, take screenshots, extract data, and test web pages. Use whenever a browser would be useful, not just when the user explicitly asks.

43 Updated today
sliamh11
AI & Automation Listed

add-gcal

Add Google Calendar integration to Deus. Agents can list, create, update, and delete calendar events. Guides through GCP OAuth setup, token generation, keep-alive timer, and CLI command installation.

43 Updated today
sliamh11
AI & Automation Listed

setup

Run initial Deus setup — dependencies, container, credentials, service, and CLI. Channels are added separately after setup completes. Triggers on "setup", "install", "configure deus", or first-time setup requests.

43 Updated today
sliamh11
AI & Automation Listed

add-asana

Add Asana project management MCP integration to Deus. Gives host-side Claude Code sessions read/write access to Asana tasks, projects, sections, and tags via @roychri/mcp-server-asana.

43 Updated today
sliamh11
AI & Automation Listed

add-editor

Wire Deus's memory + evolution layers into an external code editor (Zed and other ACP/MCP clients) so the editor's own agent gains Deus's vault recall and self-improving reflexion loop. Configuration only — no new code. Triggers on "add editor", "use Deus in my editor", "zed integration", "editor integration", "wire Deus into Zed", or ACP/MCP editor setup requests.

43 Updated today
sliamh11
AI & Automation Listed

add-understand-anything

Install the Understand-Anything plugin so the agent gains /understand, /understand-chat, /understand-dashboard and related codebase-analysis skills (interactive knowledge graphs, guided tours, deep-dive explanations). Claude Code backend only — adds the plugin from its GitHub marketplace end-to-end; non–Claude-Code backends use the upstream install.sh fallback.

43 Updated today
sliamh11
AI & Automation Listed

add-codex

Add OpenAI/Codex as a backend. Guides through API key setup, service backend configuration, optional CLI setup, and verification. Can run alongside Claude (default) or replace it.

43 Updated today
sliamh11
AI & Automation Listed

add-compact

Add /compact command for manual context compaction. Solves context rot in long sessions by forwarding the SDK's built-in /compact slash command. Main-group or trusted sender only.

43 Updated today
sliamh11
AI & Automation Listed

add-gmail

Add Gmail integration to Deus. Can be configured as a tool (agent reads/sends emails when triggered from WhatsApp) or as a full channel (emails can trigger the agent, schedule tasks, and receive replies). Guides through GCP OAuth setup and implements the integration.

43 Updated today
sliamh11
AI & Automation Listed

add-image-vision

Add image vision to Deus agents. Resizes and processes WhatsApp image attachments, then sends them to Claude as multimodal content blocks.

43 Updated today
sliamh11
AI & Automation Listed

add-linear

Add Linear project management MCP integration to Deus. Gives host-side Claude Code sessions read/write access to Linear issues, projects, cycles, and workflow states via @tacticlaunch/mcp-linear.

43 Updated today
sliamh11
AI & Automation Listed

add-listen-hotkey

Install a global hotkey that triggers `deus listen` from anywhere on the OS. Also installs sox, whisper-cli, and a whisper model.

43 Updated today
sliamh11
AI & Automation Listed

add-llama-cpp

Install and verify a local llama.cpp server for optional Deus local-generation experiments. Keeps Ollama as the required default for embeddings and judge work.

43 Updated today
sliamh11
AI & Automation Listed

add-ollama-tool

Add Ollama MCP server so the container agent can call local models for cheaper/faster tasks like summarization, translation, or general queries.

43 Updated today
sliamh11
AI & Automation Listed

add-parallel

Add Parallel AI MCP integration to Deus for advanced web research capabilities.

43 Updated today
sliamh11
Data & Documents Listed

add-pdf-reader

Add PDF reading to Deus agents. Extracts text from PDFs via pdftotext CLI. Handles WhatsApp attachments, URLs, and local files.

43 Updated today
sliamh11
Web & Frontend Listed

add-reactions

Add WhatsApp emoji reaction support — receive, send, store, and search reactions.

43 Updated today
sliamh11
AI & Automation Listed

add-slack

Add Slack as a channel. Can replace WhatsApp entirely or run alongside it. Uses Socket Mode (no public URL needed).

43 Updated today
sliamh11
AI & Automation Listed

add-telegram-swarm

Add Agent Swarm (Teams) support to Telegram. Each subagent gets its own bot identity in the group. Requires Telegram channel to be set up first (use /add-telegram). Triggers on "agent swarm", "agent teams telegram", "telegram swarm", "bot pool".

43 Updated today
sliamh11
AI & Automation Listed

add-telegram

Add Telegram as a channel. Can replace WhatsApp entirely or run alongside it. Also configurable as a control-only channel (triggers actions) or passive channel (receives notifications only).

43 Updated today
sliamh11
AI & Automation Listed

add-voice-transcription

Add voice message transcription to Deus using OpenAI's Whisper API. Automatically transcribes WhatsApp voice notes so the agent can read and respond to them.

43 Updated today
sliamh11
AI & Automation Listed

add-whatsapp

Add WhatsApp as a channel. Can replace other channels entirely or run alongside them. Uses QR code or pairing code for authentication.

43 Updated today
sliamh11
AI & Automation Listed

convert-to-apple-container

Switch from Docker to Apple Container for macOS-native container isolation. Use when the user wants Apple Container instead of Docker, or is setting up on macOS and prefers the native runtime. Triggers on "apple container", "convert to apple container", "switch to apple container", or "use apple container".

43 Updated today
sliamh11
AI & Automation Listed

customize

Add new capabilities or modify Deus behavior. Use when user wants to add channels (Telegram, Slack, email input), change triggers, add integrations, modify the router, or make any other customizations. This is an interactive skill that asks questions to understand what the user wants.

43 Updated today
sliamh11
AI & Automation Listed

debug

Debug container agent issues. Use when things aren't working, container fails, authentication problems, or to understand how the container system works. Covers logs, environment variables, mounts, and common issues.

43 Updated today
sliamh11
AI & Automation Listed

review-logs

Review Deus system health logs, show daily reports, surface pinned issues, and rotate old log files. Uses a local Ollama model to analyze errors and warnings.

43 Updated today
sliamh11
AI & Automation Listed

update-skills

Check for and apply updates to installed skill branches from upstream.

43 Updated today
sliamh11
AI & Automation Listed

use-local-whisper

Use when the user wants local voice transcription instead of OpenAI Whisper API. Switches to whisper.cpp running on Apple Silicon. WhatsApp only for now. Requires voice-transcription skill to be applied first.

43 Updated today
sliamh11
AI & Automation Listed

x-integration

X (Twitter) integration for Deus. Post tweets, like, reply, retweet, and quote. Use for setup, testing, or troubleshooting X functionality. Triggers on "setup x", "x integration", "twitter", "post tweet", "tweet".

43 Updated today
sliamh11
AI & Automation Listed

capabilities

Show what this Deus instance can do — installed skills, available tools, and system info. Read-only. Use when the user asks what the bot can do, what's installed, or runs /capabilities.

43 Updated today
sliamh11
AI & Automation Listed

status

Quick read-only health check — session context, workspace mounts, tool availability, and task snapshot. Use when the user asks for system status or runs /status.

43 Updated today
sliamh11
AI & Automation Listed

add-discord

Add Discord bot channel integration to Deus.

43 Updated today
sliamh11
AI & Automation Listed

add-youtube-transcript

Add YouTube transcript extraction as an MCP tool. Installs the MCP server and configures it so the agent can fetch video captions/subtitles on demand.

43 Updated today
sliamh11
AI & Automation Listed

compress

Save the current session to the vault. Writes a compact session log with a TL;DR frontmatter (always) and full details below (when useful).

43 Updated today
sliamh11
AI & Automation Listed

preserve

Scan the current conversation and silently save anything worth permanent memory to CLAUDE.md. Keeps the file compact — structured key:value, no prose.

43 Updated today
sliamh11
AI & Automation Listed

resume

Load context from permanent memory and recent session logs. Tiered loading — CLAUDE.md full, session logs frontmatter-only by default.

43 Updated today
sliamh11

Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.