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

config skillB

config is agent-read markdown (skill) from plastic-labs/claude-honcho: Configure Honcho memory plugin settings interactively.

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 Configuration

Interactive configuration for the Honcho memory plugin. Uses AskUserQuestion for all menus and selections — never dump numbered text lists.

## Step 1: Status Header

Call `get_config` to load the current state. The response includes a `card` field — a pre-rendered box-drawing card with perfect alignment.

**Output the `card` value exactly as-is inside a code fence.** Do not modify it, re-render it, or add any formatting. Just wrap it in triple backticks:

````
```
{card value here, verbatim}
```
````
- Do NOT show cache info, config paths, or raw JSON.
- Do NOT show warnings unless they indicate something is broken (skip env var shadowing warnings where the values match what's configured).
- If `configExists` is false, tell the user no config exists and offer to create one.

## Step 2: Menu

Present ONE question with these options (the user can select "Other" to reach advanced settings):

```
AskUserQuestion:
  question: "What would you like to configure?"
  header: "Config"
  options:
    - label: "Peers"
      description: "Your name and AI name (currently: {resolved.peerName} / {resolved.aiPeer})"
    - label: "Session mapping"
…

Read the whole file at its exact version.

How to install

Latest version
mdr add plastic-labs/claude-honcho/config@git:20260729.073a26f
Exact content
mdr add plastic-labs/claude-honcho/config@sha256:c3c2a36ecb3b358f

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_eie35fja2icjy3oh.svg)](https://markdownregistry.com/a/art_eie35fja2icjy3oh)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260729.073a26f latest2026-07-29 073a26f 12,378 BB view · diff
git:20260728.6397fd72026-07-28 6397fd7 10,899 BB view · diff
git:20260724.ebf3bde2026-07-24 ebf3bde 10,392 BB view · diff
git:20260723.0c72db42026-07-23 0c72db4 9,768 BB view · diff
git:20260723.04855a82026-07-23 04855a8 9,578 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 (12378 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_eie35fja2icjy3oh
GET https://markdownregistry.com/api/v1/resolve?ref=plastic-labs/claude-honcho/config
GET https://markdownregistry.com/api/v1/blob/c3c2a36ecb3b358f002085dedec88a2c72332c1b554feeb3a0f0b27d059e91c7

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
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
setup skill
plastic-labs/claude-honcho · plugins/honcho/skills/setup/SKILL.md · First-time Honcho configuration -- set API key, validate connection, create config
git:20260723.eeaf5dd · 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 config

config skill
jmagly/aiwg · agentic/code/addons/aiwg-utils/skills/config/SKILL.md · Manage the user-level AIWG configuration file for persistent preferences across all projects
git:20260430.6d8a12e · audit A · 211 stars
config skill
gcrft123/tailr · plugin/skills/config/SKILL.md · Read or change the reviewer's Tailr settings — the key they hold to mark, and whether Tailr makes a sound. Invoke with…
git:20260906.c40b683 · audit A · 7 stars
config skill
okisdev/claude-code-fusion · plugins/fusion/skills/config/SKILL.md · Configures model defaults, capability scores, and orchestration posture across the Claude, Grok, and Codex…
git:20260802.7b9a0cd · audit A · 3 stars

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