Skip to main content
Fliiq ships with 57 core skills organized by category. All are available out of the box — no configuration needed for file, search, system, web, memory, and knowledge skills. Communication and audio skills require credentials in .env. Some skills require optional dependencies.

File Operations

System

Web

The web_navigate skill is powered by browser-use. It runs headless by default — use --show-browser to watch the browser work. Includes a safety checkpoint that pauses for user confirmation before irreversible actions (form submissions, payments, account creation). The fetch_arxiv skill supports keyword search (returns ranked results with titles, authors, and abstracts) and direct paper lookup by arXiv ID (e.g. 2301.07041). No credentials required. The read_pdf skill accepts local file paths or public URLs. It returns per-page text, page count, and a full-text concatenation. No credentials required.

Memory

Knowledge

Knowledge records are stored locally in .fliiq/knowledge/. Supports four record types: decision (what was chosen and why), constraint (rules that must be respected), heuristic (learned best practices), and domain_rule (business or regulatory rules). Records can be anchored to specific code files and line ranges — Fliiq computes a content hash and flags records when the anchored code drifts.

Communication — Email

All email skills support OAuth authentication (preferred) and fall back to app passwords. Pass gmail_address to specify which account to use for multi-account workflows.

Google Calendar

The calendar skill uses an action parameter to select the operation: Supports multi-account via calendar_account and multi-calendar via calendar_id. See Google Integration for setup.

Google Drive

The Drive skill uses an action parameter:

Google Sheets

Google Docs

Google Slides

All Google Workspace skills support multi-account via account_email. Authorize accounts with fliiq google auth. See Google Integration for setup.

Office Documents

The excel skill supports create, read, write, list_sheets, add_sheet, and delete actions. The powerpoint skill supports create, read, add_slide, modify_slide, delete_slide, and delete. The word skill supports create, read, add_content (heading, paragraph, table), replace_text, and delete. No credentials or optional dependencies required — powered by openpyxl, python-pptx, and python-docx which ship with Fliiq.

Communication — SMS

Communication — Telegram

The daemon also runs a real-time Telegram listener for incoming messages, including voice notes. When a voice message is received, speech_to_text transcribes it automatically before passing it to the agent.

Communication — Slack

Communication — Discord

Communication — WhatsApp

Use send_message for free-form text within the 24-hour conversation window, or send_template with an approved template name for outbound messages outside that window.

Communication — Voice

Audio

The cantonese_tts skill uses a two-step pipeline: Claude first translates English to Traditional Chinese using Cantonese-native vocabulary (e.g. 唔知 not 不知道, 係 not 是), then Google Cloud TTS generates audio with proper Cantonese tones. Set translate: false to pass Chinese text directly. Pair with send_telegram_audio for language learning and pronunciation delivery workflows. The text_to_speech skill supports multiple voices and languages, including Cantonese, Mandarin, and English. Available voices: Pair text_to_speech with send_telegram_audio to deliver audio pronunciation directly to Telegram — useful for language tutoring and translation workflows. The speech_to_text skill uses OpenAI’s Whisper API and auto-detects language. Pass an optional language parameter (ISO-639-1 code, e.g. en, zh) to skip auto-detection. Supports OGG, MP3, M4A, WAV, and WEBM formats.

Music

Productivity

The tasks skill supports priority levels (low, medium, high, urgent), status tracking (todo, in_progress, done, cancelled), due dates, tags, and project grouping. The contacts skill stores data locally and includes a deal pipeline with stages (lead, qualified, proposal, negotiation, closed_won, closed_lost). The reminders skill creates lightweight scheduled jobs — recurring reminders use cron expressions.

Weather

Returns temperature, humidity, wind, conditions, and up to 7-day daily forecasts. No API key required.

Image Generation

Supports standard and HD quality, and three sizes: 1024x1024, 1792x1024 (landscape), 1024x1792 (portrait). Generated images are saved to ~/.fliiq/generated/.

Project Management

The github skill uses the gh CLI under the hood — run gh auth login to authenticate. The notion skill requires an integration token from notion.so/my-integrations.

Utility

Colony — Multi-Agent Mode

Colony is not a skill but a built-in multi-agent system. Give Fliiq a mission and five specialized agents collaborate on a shared codebase to deliver results:
Colony requires a local .fliiq/ directory (fliiq init --project). Directed mode runs for up to 1 hour and generates a full session report on completion.