add-atomic-chat-tool Skill
Add Atomic Chat MCP server so the container agent can call local models served by the Atomic Chat desktop app via its OpenAI-compatible API. Published by microsoft in amplifier-app-nanoclaw.
What is add-atomic-chat-tool Skill?
Add Atomic Chat MCP server so the container agent can call local models served by the Atomic Chat desktop app via its OpenAI-compatible API. Published by microsoft in amplifier-app-nanoclaw. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Design and media
- Design and media use cases
Technical details
- Install or run with Copy skill directory
When to use add-atomic-chat-tool Skill
- Use it for design and media.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/amplifier-app-nanoclaw
- Skill file: .claude/skills/add-atomic-chat-tool/SKILL.md
What it does
Add Atomic Chat MCP server so the container agent can call local models served by the Atomic Chat desktop app via its OpenAI-compatible API.
Skill instructions
Add Atomic Chat Integration This skill adds a stdio-based MCP server that exposes models running in the local Atomic Chat desktop app as tools for the container agent. Claude remains the orchestrator but can offload work to local models served by Atomic Chat on http://127.0.0.1:1337/v1 (OpenAI-compatible). Tools exposed: - atomicchatlistmodels — list models currently available in Atomic Chat (GET /v1/models) - atomicchatgenerate — send a prompt to a specified model and return the response (POST /v1/chat/completions) Model management (download, delete) is done through the Atomic Chat desktop UI — the app is a fork of Jan and manages its own model library. The skill ships the MCP server source in this folder and copies it into the agent-runner tree at install time, then wires it up with small edits to index.ts, providers/claude.ts, and container-runner.ts. No branch merge — all edits are additive and idempotent. Phase 1: Pre-flight Check if already applied Check if container/agent-runner
Explore related resources
Frequently asked questions
What is add-atomic-chat-tool?
add-atomic-chat-tool is a open-source AI agent skill with Copy skill directory. Add Atomic Chat MCP server so the container agent can call local models served by the Atomic Chat desktop app via its OpenAI-compatible API.
Who is add-atomic-chat-tool best for?
add-atomic-chat-tool is best for reusing agent instructions, scripts, and references, design and media workflows.
How do I install add-atomic-chat-tool?
Install or run add-atomic-chat-tool using Copy skill directory. Check add-atomic-chat-tool for the latest setup command.
Is add-atomic-chat-tool actively maintained?
add-atomic-chat-tool may need a closer maintenance check before production use.
Auto-fetched from GitHub.