greeter

greeter is a skill for Claude Code, Codex from priyanshuchawda/tracepilot-gemini-cli. It costs 8 tokens per session (51 once invoked), scanned A, a copy of greeter, Apache-2.0.

A small skill that responds to a greeting with a fixed friendly message.

In plain words
What is it for?
It is for testing or demonstrating how a skill handles simple greeting requests.
Why use it?
It provides a consistent response when someone says hello or asks for a greeting.

Skill for Claude CodeCodex

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

Good fit It is for testing or demonstrating how a skill handles simple greeting requests.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/priyanshuchawda/tracepilot-gemini-cli/greeter
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 priyanshuchawda/tracepilot-gemini-cli --skill greeter
Clone the repo
git clone --depth 1 https://github.com/priyanshuchawda/tracepilot-gemini-cli

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 greeter

README.md
[![agentmods](https://agentmods.dev/badge/skills/priyanshuchawda/tracepilot-gemini-cli/greeter/github.svg)](https://agentmods.dev/skills/priyanshuchawda/tracepilot-gemini-cli/greeter)
Your own site
<a href="https://agentmods.dev/skills/priyanshuchawda/tracepilot-gemini-cli/greeter"><img src="https://agentmods.dev/badge/skills/priyanshuchawda/tracepilot-gemini-cli/greeter/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 greeter

Your own site · 80×15
<a href="https://agentmods.dev/skills/priyanshuchawda/tracepilot-gemini-cli/greeter"><img src="https://agentmods.dev/badge/skills/priyanshuchawda/tracepilot-gemini-cli/greeter.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 8 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 51 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.
Origin 100% copy Near-identical to another mod 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.00008 $0.00051
Opus 5 $0.00004 $0.00026
Sonnet 5 $0.00002 $0.00010
Haiku 4.5 $0.00001 $0.00005

Measured 8d ago against content hash 0c973720ceb0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

greeter 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 8d 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.

Origin

This is a copy

100% identical to greeter — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

packages/cli/src/commands/extensions/examples/skills/skills/greeter/SKILL.md · 8 lines

What it actually says

You are a friendly greeter. When the user says "hello" or asks for a greeting, you should reply with: "Greetings from the skills-example extension! 👋"

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. 8d ago First seen · 8 lines · 8 tokens per session scan A 0c973720ceb0

Subscribe to this mod's changes

greeter is a skill published in the GitHub repository priyanshuchawda/tracepilot-gemini-cli (1 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 8 tokens to every session and 51 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to greeter, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

windows-encoding-fixes

Use when working with Windows (cmd/PowerShell console, MINGW64, script installation): stdout encoding (cp1251 vs UTF-8, UnicodeEncodeError on ✓/Cyrillic), CRLF/LF when writing files (md5 checks of mirrors), UTF-8 BOM for PowerShell 5.1, npm.cmd instead of npm, venv Scripts vs bin, PYTHONIOENCODING/PYTHONUTF8. Verified…

oleg494/coding-kit · 108 tokens

writing-plans

Use when you have a spec or requirements for a multi-step task, before touching code.

oleg494/coding-kit · 21 tokens

code-review-and-quality

Conducts multi-axis code review. Use before merging any change. Use when reviewing code written by yourself, another agent, or a human. Use when you need to assess code quality across multiple dimensions before it enters the main branch.

oleg494/coding-kit · 51 tokens

security-and-hardening

Hardens code against vulnerabilities. Use when handling user input, authentication, data storage, or external integrations. Use when building any feature that accepts untrusted data, manages user sessions, or interacts with third-party services. Use when personal data or privacy compliance (GDPR, CCPA) is involved.

oleg494/coding-kit · 65 tokens

dev-wiki

Instructions for a shared developer memory system that stores useful facts, decisions, errors, and project context across conversations. It separates general knowledge from information tied to one project.

oleg494/coding-kit · 120 tokens

observability-and-instrumentation

Instruments code so production behavior is visible and diagnosable. Use when adding logging, metrics, tracing, or alerting. Use when shipping any feature that runs in production and you need evidence it works. Use when production issues are reported but you can't tell what happened from the available data.

oleg494/coding-kit · 66 tokens