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.
npx skills add zeenie-ai/OpenCompany --skill humanify-skillgit clone --depth 1 https://github.com/zeenie-ai/OpenCompanyWrote 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.
[](https://agentmods.dev/skills/zeenie-ai/opencompany/humanify-skill)<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.
<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>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once 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 |
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.
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
- Plain Language First: Write naturally, as if speaking to someone
- Visual Clarity: Use spacing, indentation, and structure for scannability
- No Raw Syntax: Avoid showing markdown symbols, JSON, or code unless specifically requested
- 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.
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.
- 12d ago First seen · 212 lines · 19 tokens per session scan A 012cc4145560
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.
Other skills, from other repositories
browser-automation
Use when controlling web pages with the OpenClaw browser tool, especially multi-step flows, login checks, tab management, or recovery from stale refs/timeouts.
imsg
Use the imsg CLI from OpenClaw agents for iMessage/SMS DMs, groups, replies, reactions, polls, watching, and private-API actions.
coding-agent
Delegate coding work to Codex, Claude Code, or OpenCode as background workers; not simple edits or read-only code lookup.
acp-router
Route plain-language requests for Claude Code, Cursor, Copilot, OpenClaw ACP, OpenCode, Gemini CLI, Qwen, Kiro, Kimi, iFlow, Factory Droid, Kilocode, or explicit ACP harness work into either OpenClaw ACP runtime sessions or direct acpx-driven sessions ("telephone game" flow). For coding-agent thread requests, read…
control-ui
Operate and troubleshoot the OpenClaw Control UI: navigate connected clients, organize sessions, build session dashboards, and handle direct or Tailscale-hosted Gateways.
gh-issues
Fetch GitHub issues, select candidates, spawn background fix agents, open PRs, and optionally process PR review comments.