anakot-agent

Configure, operate, and extend the Anakot Agent CLI and multi-platform gateway.

Updated Jun 7, 2026
One-click install
npx skills add https://github.com/Chensihakniroth/ANAKOT-AGENT --skill anakot-agent-chensihakniroth
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: anakot-agent
Source: https://github.com/Chensihakniroth/ANAKOT-AGENT/tree/main/skills/autonomous-ai-agents/anakot-agent
Command: npx skills add https://github.com/Chensihakniroth/ANAKOT-AGENT --skill anakot-agent-chensihakniroth

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Working with the Anakot Agent framework requires knowing dozens of CLI commands, configuration sections, provider credentials, and platform integrations. This Skill consolidates that operational knowledge so you can install, configure, troubleshoot, and extend Anakot without digging through scattered documentation. ## Core Features & Use Cases - CLI and Configuration Reference: Covers the full command surface including chat, setup, model selection, auth credential pools, sessions, cron jobs, webhooks, profiles, and MCP server management. - Multi-Agent Orchestration: Explains how to spawn independent Anakot instances via one-shot mode or tmux PTY sessions, and when to use delegate_task versus full process spawning. - Gateway and Integrations: Documents messaging platform setup (Telegram, Discord, Slack, WhatsApp, and more), webhook subscriptions with HMAC security, and native MCP client configuration. - Use Case: You want Anakot to triage new GitHub issues automatically. Use this Skill to configure a webhook subscription with a prompt template, enable the gateway, and deliver agent responses to Telegram. ## Quick Start Ask the agent to run anakot setup and then configure a model provider using anakot model to get a working chat session.

Frequently Asked Questions about anakot-agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install and set up Anakot Agent?▼

Install Anakot Agent with the curl install script on Linux, macOS, or WSL2, or run the PowerShell setup script on Windows. Then run anakot setup for the interactive wizard and anakot model to pick a provider.

How do I connect MCP servers to Anakot Agent?▼

Add server entries under the mcp_servers key in ~/.anakot/config.yaml using either a stdio command or an HTTP url, then restart the agent. Tools are auto-discovered and registered with the mcp_{server}_{tool} naming prefix.

Which LLM providers does Anakot Agent support?▼

Anakot Agent supports over 20 providers including OpenRouter, Anthropic, OpenAI, DeepSeek, Google Gemini, xAI, Kimi, and local models via LM Studio or Ollama. Configure them with anakot model or anakot auth for OAuth-based providers.

How do I run multiple Anakot agents in parallel?▼

Spawn independent instances using anakot chat -q for one-shot tasks or tmux sessions for interactive PTY mode. Use the -w worktree flag when agents edit code to prevent git conflicts between parallel sessions.

Why are my Anakot webhooks not triggering agent runs?▼

Webhooks fail when the gateway is not running, the webhook platform is not enabled in config, or the HMAC secret mismatches. Verify with curl on the health endpoint and check gateway logs for signature errors.

Does Anakot Agent work on native Windows?▼

Yes, Anakot runs natively on Windows via PowerShell, cmd, Windows Terminal, and git-bash. Some quirks exist, such as Alt+Enter being intercepted by Windows Terminal, so use Ctrl+Enter for newlines instead.