This skill helps users extract structured best-selling product data from Amazon via the BrowserAct API. Agent should proactively apply this skill when users express needs like search for best selling products on Amazon, extract Amazon product data based on keywords, find top rated Amazon products, monitor Amazon competitor prices and sales, discover trending products on Amazon marketplace, extract Amazon product titles prices and ratings, gather Amazon product sales volume for market research, search Amazon best sellers in specific region, collect Amazon product reviews and promotion details, analyze Amazon product availability and badges, get Amazon product data for market analysis.
add-atomic-chat-tool
add-atomic-chat-tool is an open-source backend skill for Claude Code and compatible agents, published by nanocoai. Its author describes it as: “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.”. The project has 31k stars on GitHub and is available under the MIT license. Add it to your setup with `git clone https://github.com/nanocoai/nanoclaw ~/.claude/skills/add-atomic-chat-tool`.
What add-atomic-chat-tool does
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).
Installation
Add add-atomic-chat-tool to your agent with:
git clone https://github.com/nanocoai/nanoclaw ~/.claude/skills/add-atomic-chat-tool Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.
What's inside
The SKILL.md for add-atomic-chat-tool is organised into these sections:
- Phase 1: Pre-flight
- Check if already applied
- Check prerequisites
- Phase 2: Apply Code Changes
- Copy the skill's source and tests into both trees
- Register the MCP server in the agent-runner
- Forward host env vars into the container
- Surface [ATOMIC] log lines at info level
- Add env-var stubs to .env.example
- Validate code changes
- Phase 3: Configure
- Set Atomic Chat host (optional)
When to use it
Reach for add-atomic-chat-tool when you want backend help from your agent without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.
Strengths
- Clear MIT license — safe to read and adapt
- Ships in nanocoai/nanoclaw, an established project with 30,542 GitHub stars
- Actively maintained (recent commits)
Topics
Frequently asked questions
- What does add-atomic-chat-tool do?
- 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.
- How do I install add-atomic-chat-tool?
- Run git clone https://github.com/nanocoai/nanoclaw ~/.claude/skills/add-atomic-chat-tool in your agent, then reload your skills. Review the source at https://github.com/nanocoai/nanoclaw before installing.
- Is add-atomic-chat-tool free to use?
- Yes. add-atomic-chat-tool is free and open source under the MIT license, so you can read, run, and adapt it within that license's terms.
- Where does add-atomic-chat-tool come from?
- add-atomic-chat-tool ships inside nanocoai/nanoclaw, a repository that contains 41 catalogued skills in total. The repository's 30,542 GitHub stars apply to that whole collection, not to this skill on its own.
Related skills
More Backend →Comprehensive REST API design review with automated linting, breaking-change detection, and design scorecards. Catches inconsistent conventions, missing versioning, and design smells before APIs ship. Use when reviewing a PR that adds or changes API endpoints, auditing an existing API for v2 migration, or establishing API standards for a team.
Use when the user asks to generate API tests, create integration test suites, test REST endpoints, or build contract tests.
Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.
Use when designing REST or GraphQL APIs, creating OpenAPI specifications, or planning API architecture. Invoke for resource modeling, versioning strategies, pagination patterns, error handling standards.