distilly
Distilly — Distill how they think into reusable Skills for any Agent or Bot. Formerly Colleague Skill(原同事 Skill).
Distilly
Distill how they think into Person Profiles for Agents.
Colleague Skill / colleague-skill (original name)
Distilly is a local-first product for turning a person's source material, working habits, judgment, and voice into a versioned Person Profile for Agents. The profile can be recalled temporarily during a run or explicitly installed as a long-lived host Skill. The storage authority stays local; no additional model API key is required.
This repository now defaults to the unreleased 0.1.0-preview.1 Developer Preview on distilly-plugin. Codex, OpenClaw 2026.3.24, and Hermes v0.9.0 each have an immutable real-host transport-capacity fixture. The OpenClaw and Hermes measurements use a deterministic synthetic fixture server through the real host executable, model, and MCP transport; they do not by themselves certify packaged restart or the full product lifecycle. Setup remains fail-closed for any unrecorded host version or changed release tuple. It is the default GitHub branch, but it is not a tagged release or an npm package yet.
Chinese · Español · Deutsch · 日本語 · 한국어 · Português · Русский
Install the Developer Preview
For an agent
Give your coding agent the following task and let it run the commands in a fresh checkout:
Install the Distilly Developer Preview from the
distilly-pluginbranch, build it with Node 22.19+ (or Node 24), rundistilly setup --host codex, rundistilly doctor --host codex, and report the result. Do not modify another branch.
The exact checkout and setup commands are shown below so the agent can verify every step.
For a human
Requirements: Node.js 22.19+ or 24, pnpm 10.32+, and a locally installed Codex CLI. From a terminal:
git clone --branch distilly-plugin https://github.com/titanwings/distilly.git
cd distilly
corepack enable
pnpm install --frozen-lockfile
pnpm run build
node packages/cli/lib/bin.js setup --host codex
node packages/cli/lib/bin.js doctor --host codex
Restart Codex after setup. The launcher registers the self-contained Plugin and its five MCP tools. To remove the host integration while keeping all local people, profiles, and source data:
node packages/cli/lib/bin.js uninstall --host codex
To install one approved profile as a persistent Skill after a profile has been created, use its exact subject id:
node packages/cli/lib/bin.js install subject_<32 lowercase hex characters> --host codex
Host compatibility and explicit Legacy fallback
Codex uses the native Plugin preview above. The Preview also includes compatibility bindings for OpenClaw and Hermes:
- OpenClaw loads the Claude-compatible bundle from
~/.openclaw/extensions/distillyand its real.mcp.json. Check discovery withopenclaw plugins inspect distilly --json. - Hermes installs the canonical Skill at
~/.hermes/skills/distilly, a managed wrapper at~/.distilly/bin/distilly-hermes, and an MCP entry in~/.hermes/config.yaml.resourcesandpromptsare disabled so the exposed surface remains five tools; check it withhermes mcp test distilly.
같은 카테고리 다른 리소스
Next.js
React 기반 풀스택 프레임워크. App Router와 서버 컴포넌트(RSC)가 사실상 표준이며, SSR·SSG·ISR을 한 프로젝트 안에서 다룬다.
shadcn/ui
복사·붙여넣기 방식의 React 컴포넌트 모음. npm 의존성이 아닌 코드 소유권 모델이라 커스터마이징이 자유롭다.
Supabase
PostgreSQL 기반 BaaS. Auth · Realtime · Storage · Edge Functions 통합.
Anthropic MCP
Claude가 외부 도구/데이터에 접근하도록 해주는 프로토콜 표준. 생태계의 근간.