greet_skill

greet_skill is a skill for Claude Code, Codex from 81120/light-agent. It costs 27 tokens per session (134 once invoked), scanned A, original, MIT.

A small skill that creates a greeting from a supplied name. It runs a local Node.js script and returns either the greeting or an error.

In plain words
What is it for?
Use it when you need greeting text generated from a person’s name.
Why use it?
It removes the need to write a simple greeting manually or construct the script command yourself.

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/81120/light-agent/greet_skill
Any agent
npx skills add 81120/light-agent --skill greet_skill
Clone the repo
git clone --depth 1 https://github.com/81120/light-agent

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 greet_skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/81120/light-agent/greet_skill.svg)](https://agentmods.dev/skills/81120/light-agent/greet_skill)
Your own site
<a href="https://agentmods.dev/skills/81120/light-agent/greet_skill"><img src="https://agentmods.dev/badge/skills/81120/light-agent/greet_skill.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 134 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.1 $0.00027 $0.00134
Opus 5 $0.00014 $0.00067
Sonnet 5 $0.00005 $0.00027
Haiku 4.5 $0.00003 $0.00013

Measured 5d ago against content hash 71ebff8894a8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

greet_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 5d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/greet.js), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

agent/skills/greet_skill/SKILL.md · 28 lines

What it actually says

Greet

Use Cases

Use this skill to call greet when you need to generate greeting text from a provided name.

Steps

  1. Prepare a clear name value.
  2. Run node scripts/greet.js "<name>" from this skill directory.
  3. The script returns a greeting message.

Output Format

  • Success: generated greeting text.
  • Failure: error message.

Example

node scripts/greet.js "Alice"
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 · 28 lines · 27 tokens per session scan A 71ebff8894a8

Subscribe to this mod's changes

greet_skill is a skill published in the GitHub repository 81120/light-agent (24 stars, last pushed 3mo ago), licensed MIT. It adds 27 tokens to every session and 134 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.

Related

Other skills, from other repositories

study

Use when user wants to learn a new skill, technology, language, or topic. Use when user asks "teach me", "help me learn", "I want to study", "我想学", "教我", "学习路线", "从零开始学", "帮我学", "怎么学". Do not use for one-off factual questions, debugging help, or code review.

SugarMGP/study.skill · 82 tokens

koko

Develop and extend Koko — the Elixir/OTP agent living alongside joelclaw. Covers OTP patterns, Redis bridge protocol, shadow execution, and workload implementation.

joelhooks/joelclaw · 37 tokens

aatmf-t10-confidentiality-breach

AATMF T10 — Integrity & Confidentiality Breach. System prompt extraction, training-data extraction, model-weight leakage, private-key recovery.

PurpleAILAB/Decepticon · 39 tokens

ensembl-database

Query Ensembl genome database REST API for 250+ species. Gene lookups, sequence retrieval, variant analysis, comparative genomics, orthologs, VEP predictions, for genomic research.

synthetic-sciences/openscience · 45 tokens

mochi-remind

Handle due reminders — notify the user with natural language and mark them done.

kirodotdev/KiroCrew · 20 tokens

wukongim-cloud-analysis

Diagnose one exact live WuKongIM cloud Simulation Run or chat-lifecycle Cloud Lease through the repository Analysis MCP. Use when the user or a local Analysis Session asks Codex to inspect a run's cluster state, Prometheus signals, application logs, diagnostics, Controller task audits, profiles, or redacted config…

WuKongIM/WuKongIM · 114 tokens