add-emacs

Adds an Emacs channel to NanoClaw for in-editor chat and org-mode integration.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Many developers must leave Emacs or copy content between tools to ask questions, review code, or capture notes, which breaks focus and context; this Skill integrates NanoClaw into Emacs so interactions, reviews, and org-mode captures happen inline.

Core Features & Use Cases

  • Interactive Chat Buffer: Open a live chat buffer in Emacs to ask coding questions, get explanations, or draft text without leaving the editor.
  • Org-mode Integration: Send headings or selected regions using nanoclaw-org-send and receive responses inserted as child nodes for meeting summaries, action items, or inline edits.
  • Developer Workflows: Use for code review, debugging assistance, research capture, drafting, and scheduler tasks with seamless editor-based interaction.
  • Local HTTP Bridge: Runs a local Emacs bridge (default port 8766) with optional EMACS_AUTH_TOKEN for access control so no external bot token is required.

Quick Start

Load emacs/nanoclaw.el in your Emacs config, reload Emacs, and open the NanoClaw chat buffer with the configured keybinding.

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 assistant directly inside Emacs for coding questions?▼

You can chat with an AI assistant directly inside Emacs by loading the NanoClaw bridge files into your configuration, which opens a live chat buffer for asking coding questions without leaving the editor.

Can I send org-mode headings to an AI and insert responses as child nodes?▼

Yes, you can send org-mode headings or selected regions to the AI using nanoclaw-org-send, and the responses are automatically inserted as child nodes for meeting summaries or action items.

Does this Emacs chat integration work with Doom Emacs and Spacemacs?▼

Yes, this Emacs chat integration works with Doom Emacs, Spacemacs, and vanilla Emacs, allowing developers to perform code review and capture notes seamlessly within their preferred configuration.

How do I configure authentication and port settings for a local Emacs HTTP bridge?▼

You configure the local Emacs HTTP bridge by optionally setting the EMACS_AUTH_TOKEN for access control and EMACS_CHANNEL_PORT for port selection, with the service defaulting to port 8766.

What is the best way to perform code review without switching windows from Emacs?▼

The best way to perform code review without switching windows is to use the NanoClaw Emacs integration, which runs a local HTTP bridge enabling inline debugging assistance and code review directly in your editor.