add-atomic-chat-tool

Integrate local Atomic Chat models as MCP tools for containerized agents.

Updated Jun 27, 2026
One-click install
npx skills add https://github.com/VincentChong123/nanoclaw-v2-agy-api-proxy --skill add-atomic-chat-tool-vincentchong123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-atomic-chat-tool
Source: https://github.com/VincentChong123/nanoclaw-v2-agy-api-proxy/tree/main/.claude/skills/add-atomic-chat-tool
Command: npx skills add https://github.com/VincentChong123/nanoclaw-v2-agy-api-proxy --skill add-atomic-chat-tool-vincentchong123

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @modelcontextprotocol/sdk, zod.

What problem does it solve?

This skill bridges the gap between your containerized AI agent and local models running on your machine, allowing you to offload tasks to private, local LLMs without relying solely on cloud APIs.

Core Features & Use Cases

  • Local Model Access: Exposes models running in the Atomic Chat desktop app as MCP tools.
  • Tool-Based Inference: Enables the agent to list available local models and generate responses using specific local model IDs.
  • Use Case: Use this to run private, sensitive, or high-volume summarization tasks locally on your machine while keeping Claude as the primary orchestrator.

Quick Start

Ask your agent to list available atomic chat models and then use the atomic_chat_generate tool to process your prompt with a specific local model.

Frequently Asked Questions about add-atomic-chat-tool

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

FAQPage Schema
How do I integrate local LLMs into my containerized agent workflow?

Yes, you can use local models for private inference within a containerized agent environment. This skill bridges host-side Atomic Chat desktop services with the agent's toolset via the Model Context Protocol, allowing local inference without relying on cloud APIs.

Does the Model Context Protocol support connecting to local OpenAI-compatible model servers?

The Model Context Protocol supports local OpenAI-compatible model servers by using standard MCP tool registration within the agent runner. This skill bridges host-side Atomic Chat desktop services to enable local inference for your agent.

How do I expose local models running in Atomic Chat to my AI agent?

To expose local models, ask your agent to list available atomic chat models and then use the atomic_chat_generate tool to process your prompt with a specific local model ID. This tool-based inference is facilitated through standard MCP tool registration.

Do I need Docker to run local inference tasks with an MCP agent?

Yes, Docker is required for local inference tasks with this MCP agent. The skill requires Docker-based network connectivity to bridge host-side Atomic Chat desktop services with the containerized agent environment for private inference.

What are the limitations of using local LLMs for agent orchestration?

A limitation of using local LLMs for agent orchestration is the strict requirement for Docker-based network connectivity to bridge the host-side Atomic Chat services. It is designed for offloading private or high-volume tasks while keeping the primary orchestrator remote.