Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Unified persistent text-based environment for AI agents. Use when an agent needs to maintain state across sessions, perform structural code editing, or manag...
Unified persistent text-based environment for AI agents. Use when an agent needs to maintain state across sessions, perform structural code editing, or manag...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
This skill provides a persistent, high-performance Emacs environment designed specifically for AI agents. It replaces fragmented CLI tools with a unified "Living Image" workflow.
The Daemon: All work happens inside a persistent Emacs daemon (emacs-agent.service). The Socket: Communication is handled via emacsclient -s /tmp/emacs0/server. Buffers as State: Files, terminal outputs, and remote connections are treated as persistent buffers. State is maintained between agent turns.
Do not use regex for complex code changes. Use ELisp forms to manipulate the AST. emacsclient -s /tmp/emacs0/server --eval "(with-current-buffer \"main.lisp\" (goto-char (point-max)) (insert \"\n(new-function)\"))"
Manage remote nodes transparently. Opening a remote file automatically establishes a persistent SSH tunnel. (find-file "/ssh:user@remote-node:/etc/config.json")
Use Magit for all Git operations to ensure high-integrity commits and staging.
For detailed patterns on recursive data processing (RLM), memory management, and REPL-based accuracy, see: usage.md - Low-level Lisp interaction patterns. agent-workflows.md - High-level operational strategies.
Always use the Emacs Lisp REPL for math, data manipulation, or status calculations. Accuracy is paramount; do not attempt manual calculations.
Run scripts/bootstrap.sh to ensure the daemon is active and the agent-init.el configuration is loaded.
Agent frameworks, memory systems, reasoning layers, and model-native orchestration.
Largest current source with strong distribution and engagement signals.