add-emacs

Configure Emacs to chat with NanoClaw via a local HTTP bridge.

30.5k|12.9k|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/nanocoai/nanoclaw --skill add-emacs-nanocoai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-emacs
Source: https://github.com/nanocoai/nanoclaw/tree/main/.claude/skills/add-emacs
Command: npx skills add https://github.com/nanocoai/nanoclaw --skill add-emacs-nanocoai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pypdf, pdfplumber, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables Emacs users to communicate directly with NanoClaw through a local HTTP bridge, providing an integrated chat experience within the editor.

Core Features & Use Cases

  • Real-time Chat: Open an Emacs buffer to ask questions or issue commands to NanoClaw without leaving the editor.
  • Org Mode Integration: Send selected regions or entire subtree content as prompts and view responses inline as org headings.
  • Meeting Notes & Drafts: Capture notes or generate text revisions directly in org files, streamlining work flows with AI assistance.

Quick Start

Configure Emacs to load the nanoclaw.el file, then invoke nanoclaw-chat to start chatting with the assistant directly from Emacs in a few simple steps.

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 chat?

To integrate an AI assistant into Emacs, you can use a local HTTP bridge to establish a chat interface directly within the editor, enabling real-time communication for coding and note-taking without leaving your workflow.

Can I send org-mode subtree content to an AI assistant and view responses inline?

Yes, org-mode integration allows you to send selected regions or entire subtree content as prompts to the AI assistant, and view the generated responses inline directly as org headings.

What Python dependencies are required to set up a local Emacs chat interface?

Setting up a local Emacs chat interface requires the Python dependencies pypdf and pdfplumber, which must be installed alongside configuring the local HTTP bridge setup for the editor.

Does this local AI chat integration work for generating meeting notes and drafts?

Yes, this local AI chat integration supports generating meeting notes and drafts by allowing you to capture notes and generate text revisions directly in org files, streamlining content generation workflows.

What is the best way to start chatting with an AI assistant from an Emacs buffer?

The best way to start chatting from an Emacs buffer is to load the nanoclaw.el configuration file and invoke the nanoclaw-chat command, opening a direct communication channel with the assistant.