CHAT · Autonomous AI Operating System
BOOTING 0 KEYS
Yahavi
Namaste Boss. HackKnow AI OS is online. Type or hold the mic.

Agent Roster

21 specialist agents. Click any to chat, or compose a new one below.

Compose Agent

Skills Library

Plug-in skills wrapping 15+ open-source repos. Skill Smith authors new ones on demand.

Ask Skill Smith

Fine-Tuning Studio

LoRA, QLoRA, and custom Ollama Modelfiles. Pick the fastest mode for your hardware.

Ollama Custom Model

Fastest — bake a system prompt onto an existing local model.

LoRA / QLoRA

Pass a JSONL dataset. Training runs in the background.

Voice Studio

XTTS-v2 cloning with Boss's reference samples. Hindi + English. No robotic sound.

V

Cloned Voices

Reference samples bundled — Laksh (male) + Priyanka (female).

Synthesise

Model Routing

11 providers + local Ollama. Vault rotates keys with rate-limit + failover.

Groq

Llama-3.1 70B · fastest

Gemini

2.0 Flash / 1.5 Pro

OpenAI

gpt-4o / o1

Anthropic

Claude 3.5 Sonnet

OpenRouter

:free marketplace

DeepSeek

chat + reasoner

Mistral

8x22B

Together

Llama-3.1 70B

Perplexity

Sonar live

Cohere

Command R+

HuggingFace

inference API

Ollama

local · zero-key

Workflows

Native inline chain runner (always works) + Flowise bridge (when reachable).

Inline Chain

One step per line — each step receives the previous step's output.

Flowise Bridge

For visual flows built in your Flowise instance.

Browser Sessions

Playwright + browser-use. Drive any site headlessly.

Quick Scrape

Agentic Action

Automation Center

Scheduled and webhook-triggered agent runs.

Memory Explorer

Chroma-backed vector memory + RAG. Drop docs to ingest.

Ingest

Search

API Key Vault

Up to 50 keys per provider. Vault rotates with rate-limit + failover; local Ollama fallback when all exhausted.

Capacity Meter

What your key set can produce right now.

Tokens left
Hours runtime
Active keys
Cooling
0%remaining
What you can do today
Your Keys
ProviderLabelSecretStatusTokens/dayUsed

Deployments

Live targets for HackKnow AI OS.

Live

Public URL → yahavis.hackknow.com

Cloudflare

CDN · SSL · DDoS · proxied

Fly.io

Mumbai region · fly.toml ready

HF Spaces

Docker space · 16 GB free

Desktop (Tauri)

Mac/Win/Linux installers

Android (PWA)

Add to home screen

Skill Marketplace

Browse, install, publish skills. Powered by community + Skill Smith.

SEO

Keyword Cluster Pro

Cluster + outline + draft.

Excel

Sales Dashboard Kit

Auto KPI workbook.

Influencer

AI Reel Studio

30 reels/day pipeline.

Research

Deep Research Brief

Cited 20-page report.

Scraping

SERP Snapshot

Daily SERP delta.

Marketing

Hinglish Campaign Kit

India-aware launch.

Settings

Personality, language, voice defaults.

// ── wire all buttons via addEventListener (CF-proof, eval in global scope) ── function _dispatch(action) { try { eval(action); } catch(ex) { console.error("dispatch error:", action, ex); } } document.addEventListener("DOMContentLoaded", function() { document.querySelectorAll("[data-action]").forEach(function(el) { el.addEventListener("click", function(e) { e.preventDefault(); _dispatch(el.dataset.action); }); // also wire touchend for mobile responsiveness el.addEventListener("touchend", function(e) { e.preventDefault(); _dispatch(el.dataset.action); }); }); });