add-emacs

Configure Emacs chat and org-mode integration with NanoCrew via a local HTTP bridge.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/CjLogic/nanocrew --skill add-emacs-cjlogic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-emacs
Source: https://github.com/CjLogic/nanocrew/tree/main/.codex/skills/add-emacs
Command: npx skills add https://github.com/CjLogic/nanocrew --skill add-emacs-cjlogic

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Adds Emacs integration as a local channel for NanoCrew, enabling an in-editor chat bridge and org-mode workflow without external services or tokens.

Core Features & Use Cases

  • Interactive chat buffer in Emacs for coding questions and on-the-fly guidance
  • Org-mode integration for sending regions or headings and receiving inline results
  • Local HTTP bridge with optional auth and port control for secure usage

Quick Start

Install the Emacs adapter and Lisp client into your checkout, build NanoCrew, and configure Emacs to connect to the local endpoint.

Frequently Asked Questions about add-emacs

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

FAQPage Schema
How do I integrate AI chat directly inside Emacs?

You can integrate AI chat inside Emacs by installing a local HTTP bridge adapter and Lisp client, enabling an interactive chat buffer for coding questions directly in your editor.

Can I use org-mode to send text regions to an AI assistant?

Yes, org-mode integration allows you to send specific text regions or headings to the AI assistant and receive inline results directly within your Emacs buffer.

Does this Emacs integration work with Doom Emacs and Spacemacs?

The integration supports Doom Emacs, Spacemacs, and vanilla Emacs configurations, allowing seamless conversations and AI guidance across local environments.

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

You can configure port and authentication settings by setting the EMACS_ENABLED flag and adjusting the local endpoint configuration to ensure secure usage of the HTTP bridge.

What is the best way to get in-editor coding guidance without external API tokens?

Using a local channel adapter provides in-editor coding guidance without requiring external services or tokens, routing AI conversations securely through a local HTTP bridge.