Skip to main content
Fliiq is an AI agent that evolves. Install it via pip, and it comes with 54 built-in skills — but when it hits a capability gap, it researches the API, writes the skill, and uses it mid-conversation. Email, calendar, Slack, Discord, WhatsApp, Telegram, GitHub, Notion, weather, image generation, browser automation, scheduled jobs, persistent memory, institutional knowledge — all from your terminal, all on your machine.

Quick Example

pip install fliiq
fliiq init
fliiq run "build a Flask todo app with SQLite"
Fliiq decomposes the task, creates files, installs dependencies, starts the dev server, and verifies everything works — all in one command.

Quickstart

Install and run your first command in 5 minutes.

Self-Generating Skills

See how Fliiq built its own Spotify integration from scratch.

Why Fliiq?

It evolves

When Fliiq can’t do something, it researches the API, writes the skill, and uses it — right in the conversation. Your agent gets more capable every time you use it.

It learns

Persistent memory across sessions. After each conversation, Fliiq automatically extracts people, topics, and decisions and merges them into structured memory files — so context carries forward without any manual effort.

You own it

Runs locally. Your API keys, your data. No cloud lock-in, no subscription to a platform you don’t control.

Capabilities

File Operations

Read, write, edit, list, grep, and find files across your codebase.

Shell & Dev Server

Run commands, install dependencies, start and manage dev servers.

Web Search, Fetch & Navigate

Search the web, fetch page content, and automate browsers — fill forms, extract data, and interact with web pages.

Persistent Memory

Curated MEMORY.md loaded every session. After each conversation, Fliiq auto-extracts people, topics, and decisions into structured memory files. Daily logs and keyword search across all memory files.

Self-Generating Skills

Agent detects capability gaps, researches APIs, and builds new skills autonomously.

Email, SMS, Messaging & Voice

Give Fliiq its own Gmail, Telegram bot, and Twilio number. Send and receive via Slack, Discord, and WhatsApp. Voice calls via Twilio. Send voice notes to the bot — it transcribes and responds. Text-to-speech for Cantonese, Mandarin, and English audio. Email threading (CC, BCC, reply chains) and a daemon email listener that polls your inbox automatically.

Daemon & Scheduled Jobs

Background process runs cron, interval, and webhook-triggered automations with per-job memory.

Google Workspace

Drive, Sheets, Docs, and Slides — all via OAuth. Manage files, build spreadsheets, draft documents, and create presentations.

MCP Integration

Connect any MCP server and its tools are available alongside built-in skills.

Personas & Identity

Run as a product manager, frontend dev, or coder. SOUL.md defines personality. Playbooks add domain expertise. Create your own.

Multi-LLM Support

Anthropic, OpenAI, Gemini, and self-hosted LLMs. Switch providers per-command or set a persistent default.

Colony — Multi-Agent Mode

Give Fliiq a mission and five specialized agents (Intelligence, Research, Scout, QA, Governance) collaborate to deliver results. Run with fliiq colony start --mission "your objective".