add-emacs
仓库创建 2026年1月31日最近提交 1 天前SkillHot 收录 20 天前
▸ 精选理由
在编辑器内即可交互与做代码审查,提升开发效率与流畅度。
▸ 风险提示
需修改 Emacs 配置并启用本地 HTTP 服务,注意本机端口与权限。
这个 Skill 做什么
在 Emacs 内通过本地 HTTP 桥接提供 NanoClaw 聊天缓冲与 org-mode 集成。
在 Emacs 里开一个可交互的聊天缓冲并把回答插到 org-mode,边写代码边问 NanoClaw 很方便。支持 Doom、Spacemacs 和 vanilla Emacs,通过本地 HTTP 桥接通信,不用配置 bot token 或外部服务。常用场景是查函数用法、定位报错或把代码片段发给 AI 做 Review,交互体验像在编辑器里直接对话。
▸ 展开 SKILL.md 英文原文
Add Emacs as a channel. Opens an interactive chat buffer and org-mode integration so you can talk to NanoClaw from within Emacs (Doom, Spacemacs, or vanilla). Local HTTP bridge — no bot token or external service needed.
3.0w
Stars
1.3w
Forks
40
仓库内 Skill
+241
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/nanocoai/nanoclaw/main/.claude/skills/add-emacs/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/nanocoai/nanoclaw/main/.claude/skills/add-emacs/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Add Emacs Channel Adds Emacs support via a local HTTP bridge. Works with Doom Emacs, Spacemacs, and vanilla Emacs 27.1+. ## What you can do with this - **Ask while coding** — open the chat buffer (`C-c n c` / `SPC N c`), ask about a function or error without leaving Emacs - **Code review** — select a region and send it with `nanoclaw-org-send`; the response appears as a child heading inline in your org file - **Meeting notes** — send an org agenda entry; get a summary or action item list back as a child node - **Draft writing** — send org prose; receive revisions or continuations in place - **Research capture** — ask a question directly in your org notes; the answer lands exactly where
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有