render-output

render-output is a skill for Claude Code, Codex from arnaudgelas/K-Ops. It costs 24 tokens per session (192 once invoked), scanned A, original, MIT.

A tool for turning research or notes stored in a vault into practical documents and specifications. Outputs can include memos, reports, slide outlines, diagrams, and chart instructions.

In plain words
What is it for?
Use it to produce research briefs, executive memos, architecture notes, comparison tables, Mermaid diagram descriptions, or slide outlines saved as organized files.
Why use it?
It creates reader-facing material from existing notes while keeping the result tied to those sources. This avoids losing track of which notes support each conclusion.

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/arnaudgelas/k-ops/render-output
Any agent
npx skills add arnaudgelas/K-Ops --skill render-output
Clone the repo
git clone --depth 1 https://github.com/arnaudgelas/K-Ops

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 render-output

README.md
[![agentmods](https://agentmods.dev/badge/skills/arnaudgelas/k-ops/render-output.svg)](https://agentmods.dev/skills/arnaudgelas/k-ops/render-output)
Your own site
<a href="https://agentmods.dev/skills/arnaudgelas/k-ops/render-output"><img src="https://agentmods.dev/badge/skills/arnaudgelas/k-ops/render-output.svg" alt="Measured on agentmods" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 192 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.00024 $0.00192
Opus 5 $0.00012 $0.00096
Sonnet 5 $0.00005 $0.00038
Haiku 4.5 $0.00002 $0.00019

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

Security

Grade A, and why

render-output 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/render-output/SKILL.md · 24 lines

What it actually says

Render Output

Goal

Transform the current vault into human-facing deliverables.

Common outputs

  • executive memo
  • research brief
  • slide outline (structured markdown outline, not a binary file)
  • architecture note
  • comparison table
  • Mermaid diagram spec

Rules

  • Deliverables must be strictly grounded in the vault. Do not introduce outside information.
  • Include a "Source Map" section at the end of the rendered document, detailing which Concept pages and Source summaries (with Obsidian wikilinks) informed the content.
  • Save all rendered outputs under the outputs/ directory with a clean, lowercase, hyphenated filename (e.g. outputs/multi-agent-orchestration-slides.md).
  • Print the file paths of all generated files when done.
Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 24 lines · 24 tokens per session scan A 252e8714a219

Subscribe to this mod's changes

render-output is a skill published in the GitHub repository arnaudgelas/K-Ops (1 stars, last pushed 16d ago), licensed MIT. It adds 24 tokens to every session and 192 once invoked, about $0.0001 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

kb-ingest

Build and integrate documents in a PARA Knowledge Base. Classifies, creates or moves, summarizes, links, indexes, validates, and records new vault knowledge from Inbox, a specified path, or a direct request to create/update wiki content.

ernestolee13/para-knowledge-base · 51 tokens

papers-download-from-list

Uses colocated paper download tools to download, verify, and repair local PDFs from obsidian-vault/paperlist.csv rows so that obsidian-vault/paperPDFs/ stays complete and deduplicated. Use when candidate rows are in state=Wait and should become Downloaded before the formal analysis chain.

RipeMangoBox/BITE · 75 tokens

kb-index

Update Knowledge Base indexes. Smart mode detects changes and updates only what's needed. Full rebuild available with --full flag. Use after adding/moving documents or when indexes feel stale.

ernestolee13/para-knowledge-base · 38 tokens

wiki-ingest

Ingest exactly one research paper or source document into an open-llm-wiki vault. Use when the user explicitly asks to add, ingest, process, or publish a paper into the wiki. The workflow parses the source, drafts a source page, runs independent QA, publishes only after the quality gate passes, extracts and normalizes…

AIwork4me/open-llm-wiki · 116 tokens

obsidian-cli

Interact with Obsidian vaults using the Obsidian CLI to read, create, search, and manage notes, tasks, properties, and more. Also supports plugin and theme development with commands to reload plugins, run JavaScript, capture errors, take screenshots, and inspect the DOM. Use when the user asks to interact with their…

breferrari/obsidian-mind · 102 tokens

youtube-fetcher

Turn a YouTube video into a structured, Obsidian-ready archival Markdown note containing its transcript, creator metadata, description, chapters, language, and capture provenance. Use when a user shares a YouTube URL or video ID and wants transcripts, captions, subtitles, notes, a knowledge-base record, summarization…

JimmySadek/youtube-fetcher-to-markdown · 102 tokens