add-emacs

Connect Emacs to NanoClaw via a local HTTP bridge channel.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Emacs users who want seamless access to NanoClaw can run the agent inside their editor environment without leaving the UI. This skill provides a dedicated local channel bridge so you can chat with the assistant directly from Emacs, with Org-mode integration for inline editing and task management.

Core Features & Use Cases

  • Native Emacs channel with a local HTTP bridge
  • Org-mode integration for in-buffer chat, replies, and task notes
  • Works with Doom Emacs, Spacemacs, and Vanilla Emacs 27.1+
  • Lightweight setup with a token-based security option

Quick Start

Fetch the channels branch, copy the Emacs adapter and Lisp client, append the self-registration import, then build and verify the Emacs bridge.

Frequently Asked Questions about add-emacs

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

FAQPage Schema
How do I integrate Emacs with an AI agent for in-editor chat?

You can integrate Emacs with an AI agent by configuring a local HTTP bridge channel. This wires the editor to the assistant, enabling in-buffer chat and task management directly within your development environment.

Can I use org-mode for inline task management with an external assistant?

Yes, org-mode integration supports in-buffer chat, replies, and task notes. By wiring the adapter to a local channel bridge, you can manage tasks and edit text inline with the assistant directly in your buffers.

Does the Emacs local HTTP bridge work with Doom and Spacemacs setups?

The local HTTP bridge channel works with Doom Emacs, Spacemacs, and Vanilla Emacs 27.1+. You must enable EMACS_ENABLED, wire the adapter, and ensure the Emacs Lisp client is present in your configuration.

What is the best way to set up a local channel bridge for Emacs?

To set up a local channel bridge, fetch the channels branch, copy the Emacs adapter and Lisp client to your configuration, append the self-registration import, then build and verify the Emacs bridge connection.

Do I need a token-based security option for an Emacs local bridge?

A lightweight setup with a token-based security option is available for the Emacs local bridge. This provides an authentication layer when connecting your editor environment to the external assistant.