swaylq

Hermit Agent — Development skill for Claude Code

Development community

Hermit-crab agent — one npx command bootstraps a Telegram-connected Claude Code (or Codex CLI) agent with persona, long-term memory, scheduler, and browser automation.

How to install Hermit Agent

This entry records only its repository, not the path inside it, so there is no exact command to give. Open swaylq/hermit-agent and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Hermit Agent does

Hermit-crab agent — one npx command bootstraps a Telegram-connected Claude Code (or Codex CLI) agent with persona, long-term memory, scheduler, and browser automation.

Alternatives in Development

  • Octo Doctor — Environment diagnostics — check providers, auth, config, hooks, scheduler, and more 2.8k ★
  • Mem0 Chrome Extension — OpenMemory Chrome Extension: Long-term memory for ChatGPT, Claude, Perplexity, Grok etc 671 ★
  • Agentcontrolplane — ACP is the Agent Control Plane - a distributed agent scheduler optimized for simplicity, clarity, and control 463 ★

README

Hermit Agent logo

Hermit Agent

**Not a standalone agent framework — a hermit crab that lodges inside an existing AI coding host. One command bootstraps a Telegram-connected agent with persona, long-term memory, scheduler, and browser automation. Default host is [Claude Code](https://docs.claude.com/claude-code); pass `--host codex` to lodge inside [OpenAI Codex CLI](https://developers.openai.com/codex/cli) and use a ChatGPT subscription instead of API spend.**

[English](README.md) · [中文](README.zh-CN.md)

[![npm](https://img.shields.io/npm/v/create-hermit-agent?style=flat-square)](https://www.npmjs.com/package/create-hermit-agent) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow?style=flat-square)](LICENSE) [![Node 18+](https://img.shields.io/badge/node-18%2B-green?style=flat-square)](https://nodejs.org) [![macOS](https://img.shields.io/badge/platform-macOS-blue?style=flat-square)](https://www.apple.com/macos/) [![Claude Code](https://img.shields.io/badge/host-Claude_Code-orange?style=flat-square)](https://docs.claude.com/claude-code) [![Codex CLI](https://img.shields.io/badge/host-Codex_CLI-black?style=flat-square)](https://developers.openai.com/codex/cli)


Why a hermit crab?

Claude Code closes its third-party subscription surface, so I built an agent that **lodges inside its host CLI itself** — fusing the best ideas from three agent-harness frameworks. The default host is Claude Code; v0.1.38+ also supports Codex CLI as a sibling host (see [Host choice](#host-choice-claude-code-or-codex)).

Borrowed from What it contributed
Claude Code The default shell. Every agent literally runs inside claude --dangerously-skip-permissions. Plugins, MCP, tools, hooks — all native, nothing reimplemented.
Codex CLI (opt-in via --host codex) Alternative she