Home / plastic-labs / claude-honcho · plugins/honcho/skills/setup/SKILL.md · GitHub

setup skillB

setup is agent-read markdown (skill) from plastic-labs/claude-honcho: First-time Honcho configuration -- set API key, validate connection, create config.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Honcho Setup

Walk the user through first-time Honcho configuration so persistent memory works in Claude Code.

## Steps

### 1. Validate the connection

Run the setup runner. It's a committed script (`src/skills/setup-runner.ts`) that
checks for an API key (env var, then `~/.honcho/config.json`), validates the
connection, writes the config, and installs the memory statusLine:

```bash
bun run "${CLAUDE_PLUGIN_ROOT}/src/skills/setup-runner.ts"
```

If `CLAUDE_PLUGIN_ROOT` isn't set, the plugin lives here (find the version
directory inside and run the runner from there):

```bash
echo "$HOME/.claude/plugins/cache/honcho/honcho"
```

**If the runner reports "No API key found"**, it prints how to set one and exits.
Relay that to the user:

- Get a free key at https://app.honcho.dev
- **macOS / Linux:** add to `~/.zshrc` (or `~/.bashrc`): `export HONCHO_API_KEY="your-key-here"`
- **Windows (PowerShell):** `setx HONCHO_API_KEY "your-key-here"`
- Then restart Claude Code and run `/honcho:setup` again.

Do NOT ask the user to paste their key into the chat — it must be set as an
environment variable outside Claude Code. Stop here and wait for them to come back.
…

Read the whole file at its exact version.

How to install

Latest version
mdr add plastic-labs/claude-honcho/setup@git:20260723.eeaf5dd
Exact content
mdr add plastic-labs/claude-honcho/setup@sha256:9e538461d84d8345

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_menoeuunpob75e73.svg)](https://markdownregistry.com/a/art_menoeuunpob75e73)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260723.eeaf5dd latest2026-07-23 eeaf5dd 2,403 BB view · diff
git:20260602.208d00e2026-06-02 208d00e 2,980 BB view · diff
git:20260324.54427e82026-03-24 54427e8 2,596 BB view · diff
git:20260302.15579b22026-03-02 15579b2 1,860 BB view

Audit of the latest version

B  16 of 17 checks passed. Deterministic, no model, same answer every run.
  • fail: Frontmatter declares a name
  • pass: Frontmatter block present
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (2403 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

plastic-labs/claude-honcho · 63 stars · license MIT · pushed 2026-09-23 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_menoeuunpob75e73
GET https://markdownregistry.com/api/v1/resolve?ref=plastic-labs/claude-honcho/setup
GET https://markdownregistry.com/api/v1/blob/9e538461d84d834557ede8b60e4d5cb2d097ae3a1546259481f9dc04fd2cb2a2

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from plastic-labs/claude-honcho

integrate skill
plastic-labs/claude-honcho · plugins/honcho-dev/skills/integrate/SKILL.md · Integrate Honcho memory and social cognition into existing Python or TypeScript codebases. Use when adding Honcho SDK…
git:20260220.80202bf · audit B · 63 stars
migrate-py skill
plastic-labs/claude-honcho · plugins/honcho-dev/skills/migrate-py/SKILL.md · Migrates Honcho Python SDK code from v1.6.0 to v2.0.0. Use when upgrading honcho package, fixing breaking changes after…
git:20260220.80202bf · audit B · 63 stars
migrate-ts skill
plastic-labs/claude-honcho · plugins/honcho-dev/skills/migrate-ts/SKILL.md · Migrates Honcho TypeScript SDK code from v1.6.0 to v2.0.0. Use when upgrading @honcho-ai/sdk, fixing breaking changes…
git:20260220.80202bf · audit B · 63 stars
briefing skill
plastic-labs/claude-honcho · plugins/honcho/skills/briefing/SKILL.md · Load the Honcho session briefing (session summary + peer card) via a visible tool call
git:20260731.ca132f4 · audit B · 63 stars
config skill
plastic-labs/claude-honcho · plugins/honcho/skills/config/SKILL.md · Configure Honcho memory plugin settings interactively
git:20260729.073a26f · audit B · 63 stars
import skill
plastic-labs/claude-honcho · plugins/honcho/skills/import/SKILL.md · Import past local Claude Code sessions into Honcho memory (backfill history)
git:20260723.eeaf5dd · audit B · 63 stars
insights skill
plastic-labs/claude-honcho · plugins/honcho/skills/insights/SKILL.md · Distill accumulated Honcho memory into concrete Claude Code config updates — CLAUDE.md edits, output-style rules, and…
git:20260731.9e53e74 · audit B · 63 stars
interview skill
plastic-labs/claude-honcho · plugins/honcho/skills/interview/SKILL.md · Interview the user to capture stable, cross-project preferences and save them to Honcho
git:20260203.ab2f56f · audit B · 63 stars
status skill
plastic-labs/claude-honcho · plugins/honcho/skills/status/SKILL.md · Show current Honcho memory status and configuration
git:20260302.15579b2 · audit B · 63 stars

Every file in plastic-labs/claude-honcho

Other files named setup

setup skill
feder-cr/aihawk · skills/setup/SKILL.md · What the invisible_playwright_mcp browser server needs on this machine - the patched Firefox it drives, which the…
git:20260923.a602cff · audit B · 31,647 stars
setup skill
feder-cr/invisible_playwright_mcp · skills/setup/SKILL.md · What the invisible_playwright_mcp browser server needs on this machine - the patched Firefox it drives, which the…
git:20260923.a602cff · audit B · 31,653 stars
setup skill
nanocoai/nanoclaw · .claude/skills/setup/SKILL.md · Run initial NanoClaw setup. Use when user wants to install NanoClaw, configure it, or go through first-time setup…
git:20260606.14dba9b · audit A · 30,833 stars
setup skill
tencent/teamai-cli · skill-data/setup/SKILL.md · TeamAI day 0 and repo lifecycle: create a team repo as admin, join an existing team as a member, manage members, roles…
git:20260923.ca6e512 · audit A · 4,976 stars
setup skill
alsk1992/cloddsbot · src/skills/bundled/setup/SKILL.md · Setup Wizard — Configure environment for all skills
git:20260208.767d1d8 · audit A · 2,830 stars
setup rules
sipyourdrink-ltd/bernstein · .cursor/rules/setup.mdc · Setup
git:20260521.b455a7c · audit A · 1,263 stars
setup skill
fcakyon/claude-codex-settings · plugins/overleaf-skills/skills/setup/SKILL.md · This skill should be used when user asks to "set up overleaf", "configure overleaf cookie", "overleaf auth failed"…
git:20260502.ad8603b · audit A · 1,153 stars
setup skill
fcakyon/claude-codex-settings · plugins/github-dev/skills/setup/SKILL.md · This skill should be used when the user asks "how to setup GitHub CLI", "configure gh", "gh auth not working", "GitHub…
git:20260408.6476d71 · audit A · 1,153 stars

Browse by kind, by grade B, or by owner.