Pynchy Plugin Authoring

Pynchy Plugin Authoring is a skill for Claude Code, Codex from crypdick/pynchy. It costs 64 tokens per session (1,005 once invoked), scanned A, original, MIT.

A guide for creating and maintaining Pynchy plugins, which add capabilities such as channels, integrations, skills, agent cores, or container runtimes.

In plain words
What is it for?
Scaffolding plugins, adding hooks, registering them in configuration, defining plugin settings, and checking plugin discovery and wiring.
Why use it?
It clarifies how to structure plugins, register them, keep responsibilities focused, and avoid unsafe setup code.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/crypdick/pynchy/pynchy-plugin-authoring
Any agent
npx skills add crypdick/pynchy --skill pynchy-plugin-authoring
Clone the repo
git clone --depth 1 https://github.com/crypdick/pynchy

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for Pynchy Plugin Authoring

README.md
[![agentmods](https://agentmods.dev/badge/skills/crypdick/pynchy/pynchy-plugin-authoring.svg)](https://agentmods.dev/skills/crypdick/pynchy/pynchy-plugin-authoring)
Your own site
<a href="https://agentmods.dev/skills/crypdick/pynchy/pynchy-plugin-authoring"><img src="https://agentmods.dev/badge/skills/crypdick/pynchy/pynchy-plugin-authoring.svg" alt="Measured on agentmods" height="20"></a>
Per session 64 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,005 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00064 $0.01005
Opus 5 $0.00032 $0.00502
Sonnet 5 $0.00013 $0.00201
Haiku 4.5 $0.00006 $0.00101

Measured 5d ago against content hash f2292d5d1718, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

Pynchy Plugin Authoring scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/pynchy-plugin-authoring/SKILL.md · 114 lines

How it starts

The opening of the file, as written. The whole thing — 114 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Pynchy Plugin Authoring

When To Use

Use this skill when the user asks to:

  • Create a new pynchy plugin
  • Add a new hook to an existing plugin
  • Register/enable plugins in config.toml
  • Validate plugin discovery and runtime behavior

Core Rules

  1. Keep plugin responsibilities narrow. One plugin can implement multiple hooks, but avoid unrelated concerns in one package.
  2. In the plugin repository pyproject.toml (not pynchy/pyproject.toml), define entry points under [project.entry-points."pynchy"].
  3. For host runtime/channel code, treat plugin code as high trust and avoid risky side effects in import-time code.
  4. For plugin docs, cross-link to pynchy/docs/plugins/* instead of duplicating long explanations.
  5. Refer to the quickstart guide for the recommended plugin directory structure.
  6. Plugin config models belong in the plugin. Define Pydantic config models inside the plugin's own source file, not in pynchy/src/pynchy/config/models.py. The core config/models.py is for pynchy core settings only.

File Scope Conventions

When this skill mentions config files, use this mapping:

  • Host app config: config.toml ([plugins.<name>] entries enable repos)
  • Host app package metadata: pyproject.toml
  • Plugin package metadata: <plugin-repo>/pyproject.toml (entry points live here)
  • Plugin source: <plugin-repo>/src/<plugin_module>/...

Authoring Workflow

Copy this checklist and complete it in order:

Plugin Authoring Checklist
- [ ] Choose plugin scope and hook categories
- [ ] Create plugin directory structure (or update existing plugin)
- [ ] Implement hook methods and runtime logic
- [ ] Add/update tests
- [ ] Configure local pynchy [plugins.<name>] entry
- [ ] Run tests and smoke checks
- [ ] Update docs if behavior is user-visible

Hook Map

  • pynchy_create_channel: Host-side channel instance
  • pynchy_speech_synthesizer: Shared speech output provider
  • pynchy_service_handler: Typed host actions (IPC dispatch)
  • pynchy_computer_use_backend: Computer-use provider
  • pynchy_action_specs: Semantic action contracts
  • pynchy_skill_paths: Skill directories mounted into container
  • pynchy_agent_core_info: Agent core implementation metadata
  • pynchy_agent_hook_specs: Trusted agent lifecycle hook modules
  • pynchy_container_runtime: Host container runtime provider
  • pynchy_tunnel: Host tunnel provider
  • pynchy_connection_runtime: Long-lived authenticated connection runtime
  • pynchy_observer: Host event observer
  • pynchy_webhook_routes: Authenticated webhook routes
  • pynchy_mcp_server_spec: MCP server template
  • pynchy_workspace_spec: Managed workspace definitions
  • pynchy_job_specs: Config-backed jobs

Read the full file on GitHub · 114 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 114 lines · 64 tokens per session scan A f2292d5d1718

Subscribe to this mod's changes

Pynchy Plugin Authoring is a skill published in the GitHub repository crypdick/pynchy (10 stars, last pushed 2d ago), licensed MIT. It adds 64 tokens to every session and 1,005 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

migrate-from-openclaw

Migrate from OpenClaw to NanoClaw v2. Detects an existing OpenClaw installation, extracts identity, channel credentials, scheduled tasks, and other config, then guides interactive migration. Triggers on "migrate from openclaw", "openclaw migration", "import from openclaw".

nanocoai/nanoclaw · 71 tokens

add-dial-tool

Give chosen NanoClaw agents a real phone number as a container tool — the dial CLI baked into the agent image plus OneCLI credential injection for api.getdial.ai, scoped per agent, so the agents you pick can send SMS, place AI voice calls, and receive verification codes from inside the sandbox. Independent of the Dial…

nanocoai/nanoclaw · 117 tokens

add-signal

Add Signal channel integration via signal-cli device-link. Native adapter — no Chat SDK bridge.

nanocoai/nanoclaw · 22 tokens

add-telegram

Add Telegram channel integration via Chat SDK.

nanocoai/nanoclaw · 12 tokens

migrate-slack-agents

Migrate a classic single-bot Slack install to one provisioned Slack app per existing agent group while preserving agent identities, workspaces, memory, and wiring behavior — or record the operator's choice to stay on classic, which remains supported. Use when /update-nanoclaw surfaces the Slack agents requirement, or…

nanocoai/nanoclaw · 75 tokens

slack-agent-flow

Let an existing Slack agent create new agents that arrive as their own Slack bots — provisioned app, operator DM, and a shared three-way room, hot-started without a host restart.

nanocoai/nanoclaw · 43 tokens