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 agentmods add skills/victortomaili/skill-cli/hello-worldnpx skills add VictorTomaili/skill-cli --skill hello-worldgit clone --depth 1 https://github.com/VictorTomaili/skill-cliWrote 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/victortomaili/skill-cli/hello-world)<a href="https://agentmods.dev/skills/victortomaili/skill-cli/hello-world"><img src="https://agentmods.dev/badge/skills/victortomaili/skill-cli/hello-world.svg" alt="Measured on agentmods" height="20"></a>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 | $0.00017 | $0.00275 |
| Opus 5 | $0.00009 | $0.00138 |
| Sonnet 5 | $0.00003 | $0.00055 |
| Haiku 4.5 | $0.00002 | $0.00028 |
Grade A, and why
hello-world 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 3d 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.
What it actually says
Hello, world!
This is the smallest possible skill. When a user types /hello (or /hi), the
agent runs skill trigger hello and this body is loaded into context.
What to do
- Greet the user warmly.
- Briefly offer to help with whatever they're working on.
Make it your own
Replace the frontmatter and this body with your own instructions. The only
required field is name; description, version, and triggers are recommended.
---
name: my-skill # required, plain identifier (a-z 0-9 . _ -)
description: What it does # recommended — shown by `skill list` / `skill show`
version: 1.0.0 # recommended — surfaced by `skill update`
triggers: [x, y] # optional — powers /x and /y
---
Try it locally
# from a checkout of this repo, install this example into your store:
skill install ./examples
# then:
skill list
skill trigger hello
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.
- 3d ago First seen · 44 lines · 17 tokens per session scan A 83dbf06bca3d
hello-world is a skill published in the GitHub repository VictorTomaili/skill-cli (4 stars, last pushed 10d ago), licensed MIT. It adds 17 tokens to every session and 275 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.
Other skills, from other repositories
muapi-ui-design
Generate high-fidelity UI/UX mockups for mobile and web apps using Atomic Design principles — creates wireframes and design systems via muapi.ai.
muapi-media-editing
Edit and enhance images and videos with AI via muapi.ai — prompt-based editing, upscaling, background removal, face swap, lipsync, video effects, and more.
muapi-storyboard-to-cooking-video
Turn a single photo of a person into a 15-second cinematic pasta-making (or other cuisine) tutorial video. First builds a composite reference sheet (character + kitchen + 9-step action board), then animates the full cooking sequence with audio in a single continuous shot.
vs-search
Search runtime and scene management: verify queries, inspect scenes, debug app readiness, and diagnose recall or scene-config issues.
vs-shared
Shared SearchCLI setup: install, authenticate, run doctor, and verify the local environment.
muapi-cartoon-dance-animation
Convert a photo of a person into a Pixar-style 3D cartoon character, then animate it using a reference dance or motion video.