add-emacs

Create an Emacs HTTP bridge channel for NauggieClaw chat and org notes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill keeps NauggieClaw interactions inside Emacs so you avoid context switching, obtain inline org-mode assistance, and rely on NauggieClaw’s secure container channels without needing external bots or tokens.

Core Features & Use Cases

  • Emacs HTTP bridge: Adds the HTTP channel server, channel registration, and Emacs module files so Doom, Spacemacs, or vanilla Emacs can talk to NauggieClaw safely over the network.
  • Chat buffer and org integration: Open the dedicated chat buffer or send org headings and receive the agent’s responses inline for coding help, meeting notes, and drafting in org-mode.
  • Environment and security controls: Supports optional port and authentication token overrides synced to the container, with verification steps for testing the bridge and logs when connecting.
  • Real workflows: Useful when you need to review code, summarize notes, or schedule tasks directly from Emacs while NauggieClaw runs in an isolated container.

Quick Start

Merge the skill branch, rebuild NauggieClaw, configure the Emacs module to match your optional port or token, and then open the chat or org commands from within your editor.

Frequently Asked Questions about add-emacs

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

FAQPage Schema
How do I chat with an AI agent directly from Emacs without switching contexts?

To chat with an AI agent from Emacs without switching contexts, this Skill creates an HTTP bridge that connects your editor to NauggieClaw, allowing you to send prompts and receive responses directly inside an Emacs chat buffer.

Can I send org-mode notes and headings to NauggieClaw for inline assistance?

Yes, you can send org-mode notes and headings to NauggieClaw for inline assistance. The Emacs module integrates with org-mode to let you request coding help, summarize meeting notes, and draft tasks directly from your headings.

Does this Emacs integration work with Doom Emacs and Spacemacs configurations?

This Emacs integration works with Doom Emacs, Spacemacs, and vanilla Emacs configurations. You load the nanoclaw module inside your editor to establish the HTTP channel and communicate with the isolated NauggieClaw container.

How do I set up and configure the HTTP bridge for NauggieClaw in Emacs?

To set up the HTTP bridge, merge the upstream skill branch, rebuild NauggieClaw, and load the nanoclaw module in Emacs. You can optionally configure port and authentication token variables to sync with your secure container channel.

What security controls are available for the Emacs NauggieClaw HTTP channel?

Security controls for the Emacs NauggieClaw HTTP channel include optional port and authentication token overrides synced to the isolated container. The bridge also provides verification steps for testing connections and logs when connecting to the agent.

What are the limitations of running NauggieClaw interactions inside Emacs?

A limitation of running NauggieClaw interactions inside Emacs is that it requires merging the upstream skill branch and rebuilding the project before use. The integration also depends on a running isolated container to handle the secure HTTP channel.