Home / richfrem / agent-plugins-skills · plugins/agent-agentic-os/skills/os-signing-setup/SKILL.md · GitHub

os-signing-setup skillA

os-signing-setup is agent-read markdown (skill) from richfrem/agent-plugins-skills: Guide a human through creating the SSH signing key that authorizes the human approval gates (plan approval, code acceptance, closure): passphrase-protected key or FIDO hardware key, the allowed_signers files, the isolation status, and the interactive signing self-test, on macOS or Windows. Trigger with "set up my approval key", "create the ssh signing key", "set up signing identity", "HUMAN_PROOF_REQUIRED", "test my signing key". Never used to record decisions or advance tasks..

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

<example>
<commentary>The remediation error says the human has no signing key set up yet.</commentary>
user: "I got HUMAN_PROOF_REQUIRED and failed_checks lists missing files, what do I do?"
assistant: Points the human at the read-only status command, then the guided setup, and waits; never runs it.
</example>

<example>
<commentary>The human wants to prove the key works before an approval.</commentary>
user: "Test my signing key works."
assistant: Gives the exact self-test command for the human's own terminal and explains the prompt to expect.
</example>

# OS Signing Setup

## Purpose
The three human gates (Gate 1 `AWAITING_APPROVAL -> APPROVED`, Gate 3 `-> VERIFY_EXIT`, and closure `-> DONE`) each need a cryptographic approval from a human's SSH key. This
skill takes the human through creating that key and proving it works. The key is an **SSH key
(SSHSIG)**, not an X.509 certificate; its `SHA256:` fingerprint is the thumbprint analogue.

## Hard rules for the agent
1. **Never run the setup or the self-test yourself.** They are human tools: they refuse to run without a
   terminal and as the agent account. Give the human the exact commands and wait.
…

Read the whole file at its exact version.

How to install

Latest version
mdr add richfrem/agent-plugins-skills/os-signing-setup@git:20260920.0152ada
Exact content
mdr add richfrem/agent-plugins-skills/os-signing-setup@sha256:142fc2f3e7cf37ef

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

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260920.0152ada latest2026-09-20 0152ada 4,845 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (4845 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

richfrem/agent-plugins-skills · 6 stars · license MIT · pushed 2026-09-22 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_prkh5rdqxj6zz5sv
GET https://markdownregistry.com/api/v1/resolve?ref=richfrem/agent-plugins-skills/os-signing-setup
GET https://markdownregistry.com/api/v1/blob/142fc2f3e7cf37efc258fc413821b053255f2604caeca80b581d92b6892c194d

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 richfrem/agent-plugins-skills

AGENTS.md agents
richfrem/agent-plugins-skills · AGENTS.md
git:20260920.f29a152 · audit A · 6 stars
CLAUDE.md claude
richfrem/agent-plugins-skills · CLAUDE.md
git:20260922.9ef340f · audit A · 6 stars
critical-auditor skill
richfrem/agent-plugins-skills · plugins/agent-agentic-os/skills/critical-auditor/SKILL.md · Conducts a full-system adversarial audit of agent plugins, skills, specifications, and orchestration against enforced…
git:20260905.1c3b5a5 · audit A · 6 stars
evo-smoketest skill
richfrem/agent-plugins-skills · plugins/agent-agentic-os/skills/evo-smoketest/SKILL.md · Converts temperatures between Celsius and Fahrenheit for the evolution end-to-end smoke test harness.
v0.1.0 · audit A · 6 stars
issue-resolution-reviewer skill
richfrem/agent-plugins-skills · plugins/agent-agentic-os/skills/issue-resolution-reviewer/SKILL.md · Audits closed GitHub issues to verify whether root causes were genuinely resolved, if follow-on execution friction…
git:20260905.0cab9b3 · audit A · 6 stars
optimize-agent-instructions skill
richfrem/agent-plugins-skills · plugins/agent-agentic-os/skills/optimize-agent-instructions/SKILL.md · Audits and rewrites the canonical AGENTS.md instruction file in any repo. Strips stale or foreign content and applies…
git:20260916.9da4b53 · audit A · 6 stars
os-architect skill
richfrem/agent-plugins-skills · plugins/agent-agentic-os/skills/os-architect/SKILL.md · SME-facing front-door skill for Agentic OS ecosystem evolution. Invokes the os-architect interview flow: classifies…
git:20260827.e760414 · audit A · 6 stars
os-clean-locks skill
richfrem/agent-plugins-skills · plugins/agent-agentic-os/skills/os-clean-locks/SKILL.md · Safely removes all agent lock files from the context/.locks/ directory to resolve deadlocks caused by crashed agents…
git:20260427.a7c1e49 · audit A · 6 stars
os-environment-probe skill
richfrem/agent-plugins-skills · plugins/agent-agentic-os/skills/os-environment-probe/SKILL.md · Discovers and persists the user's available AI environments (Claude, Copilot CLI, Agy CLI, Cursor, etc.) to…
git:20260907.4f6c1a5 · audit A · 6 stars
os-eval-backport skill
richfrem/agent-plugins-skills · plugins/agent-agentic-os/skills/os-eval-backport/SKILL.md · Reviews a completed os-eval-runner lab run and backports approved changes to master plugin sources. Trigger with…
git:20260907.4f6c1a5 · audit A · 6 stars
os-eval-lab-setup skill
richfrem/agent-plugins-skills · plugins/agent-agentic-os/skills/os-eval-lab-setup/SKILL.md · Bootstraps a skill evaluation lab repo for an autoresearch improvement run. Trigger with "set up an eval lab"…
git:20260907.4f6c1a5 · audit A · 6 stars
os-eval-runner skill
richfrem/agent-plugins-skills · plugins/agent-agentic-os/skills/os-eval-runner/SKILL.md · Stateless evaluation engine that scores and gates skill improvement iterations using headless Python evaluation…
git:20260628.325c1b7 · audit A · 6 stars

Every file in richfrem/agent-plugins-skills

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