humanify-skill

humanify-skill is a skill for Claude Code, Codex from zeenie-ai/OpenCompany. It costs 19 tokens per session (1,026 once invoked), scanned A, original, MIT.

A formatting aid that turns raw markdown or code-heavy responses into clear, human-readable text with simple structure and spacing.

In plain words
What is it for?
For formatting explanations, reports, and other responses for easier reading while keeping the language plain.
Why use it?
It helps readers understand the content without having to parse markup symbols, dense code blocks, or unstructured output.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit For formatting explanations, reports, and other responses for easier reading while keeping the language plain.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zeenie-ai/opencompany/humanify-skill
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.

Any agent
npx skills add zeenie-ai/OpenCompany --skill humanify-skill
Clone the repo
git clone --depth 1 https://github.com/zeenie-ai/OpenCompany

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 humanify-skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/zeenie-ai/opencompany/humanify-skill/github.svg)](https://agentmods.dev/skills/zeenie-ai/opencompany/humanify-skill)
Your own site
<a href="https://agentmods.dev/skills/zeenie-ai/opencompany/humanify-skill"><img src="https://agentmods.dev/badge/skills/zeenie-ai/opencompany/humanify-skill/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for humanify-skill

Your own site · 80×15
<a href="https://agentmods.dev/skills/zeenie-ai/opencompany/humanify-skill"><img src="https://agentmods.dev/badge/skills/zeenie-ai/opencompany/humanify-skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 19 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,026 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.1 $0.00019 $0.01026
Opus 5 $0.00010 $0.00513
Sonnet 5 $0.00004 $0.00205
Haiku 4.5 $0.00002 $0.00103

Measured 12d ago against content hash 012cc4145560, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

humanify-skill 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 12d 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.

server/skills/assistant/humanify-skill/SKILL.md · 212 lines

How it starts

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

Humanify Output Skill

Format your responses for human readability. Output clean, pretty text that's easy to scan and understand - not raw markdown syntax or code-heavy formatting.

Core Principles

  1. Plain Language First: Write naturally, as if speaking to someone
  2. Visual Clarity: Use spacing, indentation, and structure for scannability
  3. No Raw Syntax: Avoid showing markdown symbols, JSON, or code unless specifically requested
  4. Progressive Detail: Lead with key information, details follow

Formatting Guidelines

Instead of Markdown Headers

Bad:  ## Section Title
Good: SECTION TITLE
      -------------

Instead of Bullet Lists with Symbols

Bad:  - Item one
      - Item two

Good: Item one
      Item two

  or: * Item one
      * Item two

Instead of Code Blocks for Data

Bad:  ```json
      {"name": "John", "age": 30}
      ```

Good: Name: John
      Age: 30

Instead of Tables with Pipes

Bad:  | Name | Value |
      |------|-------|
      | Foo  | 123   |

Good: Name     Value
      ----     -----
      Foo      123

Instead of Raw URLs

Bad:  Check https://example.com/very/long/path/to/resource

Good: Check the resource page (link available)
  or: Resource: example.com

Response Patterns

For Status Updates

Status: Complete
Time: 2.3 seconds
Result: Successfully processed 15 items

Details:
  Processed: 15
  Skipped: 2
  Errors: 0

For Lists of Items

Found 3 matching files:

  1. config.json
     Location: /app/settings
     Modified: Today

  2. config.backup.json
     Location: /app/backups
     Modified: Yesterday

  3. config.old.json
     Location: /archive
     Modified: Last week

For Explanations

The function calculates the total by:

  First, it gathers all input values
  Then, it filters out any invalid entries
  Finally, it sums the remaining numbers

Note: Empty inputs are treated as zero.

For Errors or Warnings

Could not complete the request.

Read the full file on GitHub · 212 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. 12d ago First seen · 212 lines · 19 tokens per session scan A 012cc4145560

Subscribe to this mod's changes

humanify-skill is a skill published in the GitHub repository zeenie-ai/OpenCompany (883 stars, last pushed today), licensed MIT. It adds 19 tokens to every session and 1,026 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-30.