hello-skill

A small greeting workflow that responds warmly when a user says hello.

In plain words
What is it for?
It is for greeting users, mentioning where the greeting capability came from, and offering more help.
Why use it?
It gives the agent a defined way to handle simple greetings instead of leaving the response unspecified.

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

Made for: Claude Code, Codex.

Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 93 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 $0.00027 $0.00093
Opus 5 $0.00014 $0.00046
Sonnet 5 $0.00005 $0.00019
Haiku 4.5 $0.00003 $0.00009

Measured 2d ago against content hash f1eeaff37e5d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

hello-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 2d 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.

agent/plugins/example_resources/skills/hello_skill/SKILL.md · 16 lines

What it actually says

Hello Skill

A demo skill contributed by the example_resources plugin via the declarative skill section of its plugin.yaml manifest.

Workflow:

  1. Greet the user warmly.
  2. Mention that this skill was loaded from a plugin resource directory.
  3. Offer further help.
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. 2d ago First seen · 16 lines · 27 tokens per session scan A f1eeaff37e5d

Subscribe to this mod's changes

hello-skill is a skill published in the GitHub repository coolight7/agentxx (5 stars, last pushed 2d ago), licensed MIT. It adds 27 tokens to every session and 93 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.

Related

Other skills, from other repositories

mobile-automation

Control Android and iOS devices, emulators and simulators — launch apps, tap, swipe, type, take screenshots, read the accessibility tree. Use when a task involves a mobile device or app, mobile UI testing, or reproducing a bug on a phone.

mobile-next/mobile-mcp · 58 tokens

release-new-version

Use when preparing a Zafiro release commit that requires syncing app/build.gradle.kts version fields with the latest GitHub release.

niki914/zafiro · 30 tokens

use-appclaw-cli

Use the AppClaw CLI to run YAML flows, start the interactive TUI shell, explore apps, record/replay sessions, configure devices, and troubleshoot. Trigger for any request involving appclaw commands, device setup, .env configuration, running flows, vision setup, or debugging execution failures.

appclawhq/AppClaw · 66 tokens

generate-appclaw-flow

Generate YAML flow files for AppClaw mobile automation. Handles structured steps, natural language steps, phased flows (setup/steps/assertions), variable and secret interpolation via .appclaw/env/, and validation. Trigger when the user wants to create, edit, or fix a YAML flow file for AppClaw.

appclawhq/AppClaw · 69 tokens

review-changes

Review code changes in the AppClaw repo for correctness, CLI/VSCode extension consistency, and YAML flow parsing regressions. Use this skill whenever the user says "review my changes", "check my changes", "validate changes", "does this break anything", "review the diff", or any variation of wanting to verify that…

appclawhq/AppClaw · 104 tokens

vibrant-persona

Makes Gemma more expressive, supportive, and 'alive' as a companion.

vNeeL-code/GHOST · 22 tokens