add-emacs

Integrate NanoClaw with Emacs via a local HTTP bridge for in-editor AI chat.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/nrupala/nanoclaw --skill add-emacs-nrupala
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-emacs
Source: https://github.com/nrupala/nanoclaw/tree/main/.claude/skills/add-emacs
Command: npx skills add https://github.com/nrupala/nanoclaw --skill add-emacs-nrupala

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables in-editor AI assistance by integrating NanoClaw with Emacs, providing an interactive chat buffer and org-mode integration via a local HTTP bridge.

Core Features & Use Cases

  • Emacs channel that lets you chat with NanoClaw from within Emacs (Doom, Spacemacs, or vanilla Emacs 27.1+)
  • Inline org-mode interactions: responses integrated into your org notes
  • Local-bridge privacy: all communications stay on your machine without external tokens

Quick Start

Follow Phase 3 setup steps to install and configure the Emacs bridge and verify basic chat and org-mode interactions.

Frequently Asked Questions about add-emacs

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

FAQPage Schema
How do I integrate an AI assistant into Emacs for in-editor code chat?

To integrate an AI assistant into Emacs, you can use NanoClaw to establish a local HTTP bridge. This creates an interactive chat buffer and org-mode integration directly inside the editor without external API tokens.

Does this Emacs AI integration support Doom Emacs and Spacemacs?

Yes, the NanoClaw Emacs integration supports Doom Emacs, Spacemacs, and vanilla Emacs 27.1+. It configures the local bridge to function across these distributions for consistent AI assistance.

How can I embed AI responses into org-mode notes in Emacs?

You can embed AI responses into org-mode notes by using the NanoClaw local HTTP bridge channel. It provides inline org-mode interactions that integrate AI outputs directly into your existing org documents.

Can I run an Emacs AI assistant locally without external API tokens?

Yes, you can run an Emacs AI assistant locally without external tokens by configuring the NanoClaw local HTTP bridge. This setup ensures all communications stay securely on your machine for privacy.

What are the limitations of using a local HTTP bridge for Emacs AI chat?

The local HTTP bridge requires Emacs 27.1+ and depends on local machine resources, limiting cloud scalability. Configuration requires pre-flight checks and code changes to ensure repeatable deployments.