Open source · MIT · Built by Hackit

Every agent
forgets.
Slick learns.

Slick writes its own skills out of the work it just did, improves them while it uses them, and builds a model of who you are that deepens every session. It is not tied to your laptop — run it on a $5 VPS, a GPU cluster, or serverless infrastructure that costs almost nothing while idle.

Linux · macOS · WSL2 · Termux
curl -fsSL https://slick-agent.hackit.cc/install.sh | bash
Windows · PowerShell
iex (irm https://slick-agent.hackit.cc/install.ps1)

Skills · memory · sessions · subagents — converging

01 / The learning loop

It is the only agent
with a way back in.

Most agents are a very good one-shot. Every session opens on an empty desk — the procedure you worked out together yesterday is gone, and you type it again. Slick closes that gap on its own, and the loop is the product.

01

Work

You hand it a task. It runs tools, spawns isolated subagents, and writes Python that calls those tools over RPC — collapsing a multi-step pipeline into one turn.

02

Distill

After anything complex it writes the procedure down as a skill. Nobody asks it to. The next run starts from the method, not from scratch.

03

Sharpen

Skills are edited while they are used, not between releases. A skill that misfires once comes back corrected.

04

Recall

FTS5 search over every past session, summarized on demand, plus periodic nudges to persist what mattered — and a dialectic model of who you are that deepens each time you talk.

02 / A real terminal

A TUI,
not a text box.

Multiline editing, slash-command autocomplete, history, interrupt-and-redirect mid-run, and tool output that streams as it happens. Then close the laptop — the same conversation is waiting in Telegram.

TelegramDiscordSlackWhatsAppSignalCLI
03 / Capabilities

Everything it needs
to be useful unattended.

A real terminal

A full TUI: multiline editing, slash-command autocomplete, conversation history, interrupt-and-redirect, and streaming tool output.

Lives where you do

Telegram, Discord, Slack, WhatsApp, Signal and the CLI, all from one gateway process — with voice memo transcription and continuity across every one of them.

A closed learning loop

Agent-curated memory, autonomous skill creation, skills that self-improve in use, cross-session recall, and Honcho user modeling. Compatible with the agentskills.io standard.

Scheduled automations

A built-in cron scheduler that delivers to any platform. Daily reports, nightly backups, weekly audits — described in plain language, running unattended.

Delegates and parallelizes

Spawn isolated subagents for parallel workstreams, each with its own context, reporting back into yours.

Research-ready

Batch trajectory generation and trajectory compression, for training the next generation of tool-calling models.

04 / Runs anywhere

Seven backends.
None of them
your laptop.

Daytona and Modal give the agent serverless persistence: the environment hibernates when idle and wakes on demand, costing next to nothing between sessions. Or point it at a $5 VPS and leave it there.

  • localready
  • Dockerready
  • SSHready
  • Singularityready
  • Modalready
  • Daytonaready
  • Vercel Sandboxready

Any model. No lock-in.

Point Slick at whichever provider you already pay for. Switching is one command — no code changes, no migration, no rewriting your skills.

Hackit PortalOpenRouterOpenAIyour own endpoint
Switch providers
slick model

Install in one line

Give it a week.
Watch it get better.

Linux · macOS · WSL2 · Termux
curl -fsSL https://slick-agent.hackit.cc/install.sh | bash