add-emacs

Configure a local HTTP bridge between NanoClaw and Emacs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill bridges the gap between your AI assistant and your development environment, allowing you to interact with NanoClaw without leaving your Emacs editor.

Core Features & Use Cases

  • Interactive Chat: Open a dedicated chat buffer to query your assistant directly from Emacs.
  • Org-mode Integration: Send code regions or org-mode subtrees to the assistant and receive responses as inline child headings.
  • Use Case: A developer can highlight a complex function in a source file, send it to NanoClaw via a keybinding, and receive an explanation or refactoring suggestion directly in their current buffer.

Quick Start

Run the add-emacs skill to configure the local HTTP bridge and enable the Emacs integration for your current NanoClaw project.

Frequently Asked Questions about add-emacs

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

FAQPage Schema
How do I integrate AI-assisted coding directly into my Emacs workflow?

You can integrate AI-assisted coding into Emacs by establishing a local HTTP bridge to route messages between the editor and the agent, enabling interactive chat and org-mode document processing.

Can I use this Emacs AI integration with Spacemacs or vanilla configurations?

Yes, the Emacs AI integration supports Doom Emacs, Spacemacs, and vanilla Emacs configurations, allowing you to query the assistant and receive responses regardless of your specific setup.

Do I need Node.js to set up the local HTTP bridge for Emacs?

Yes, you need a local Node.js environment to host the channel adapter and handle the message routing required to connect your Emacs editor to the AI assistant.

How do I send org-mode subtrees to an AI assistant and get inline responses?

You can send org-mode subtrees or code regions to the assistant via a keybinding, and the local HTTP bridge will route the query and return responses directly as inline child headings in your buffer.

What is the best way to refactor code using an AI assistant without leaving Emacs?

The best way to refactor code without leaving Emacs is to highlight the function, send it to the AI via a keybinding, and receive refactoring suggestions directly in your current buffer through the local HTTP bridge.

Does this AI chat integration work for both source code files and org-mode documents?

Yes, the integration works for both source code files and org-mode documents by opening a dedicated chat buffer for queries or sending specific regions to receive inline explanations and suggestions.