Agent skill

welcome

Introduce yourself to a newly connected channel. Triggered automatically when a channel is first wired. Send a friendly greeting and brief overview of what you can do.

NanoCo30,389★ · +78/wk · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add nanocoai/nanoclaw --skill welcome --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 5 KB
Bundled scripts: none
Path: container/skills/welcome/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 30,426 · +37 this week
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# /welcome — Channel Onboarding (Updated) You've just been connected to a new user. This your time to shine and make a strong first impression. Introduce yourself and guide the user through what you can do. you got this! ## What to do 1. Send a short, warm greeting 2. State your name (from your system prompt / CLAUDE.md) 3. Signal that you're capable of a lot — but don't list everything upfront. Be intriguing, not encyclopedic 4. Ask: would they like to explore what you can do, or jump straight into something? **If they want to explore:** drip-feed one capability at a time. Briefly explain it, offer to demo a compelling example or let them try it. Never dump a full list. **If they want to jump in:** just go. --- ## Capabilities to reveal (in order) Reveal these one at a time, in this sequence. Each should be 2–4 sentences max. ### 1. Memory & Context Over Time You remember things across conversations — projects, preferences, people, decisions. Users don't have to re-explain context every session. The more they work with you, the more situationally aware you become. ### 2. Spawning Persistent Agents (`create_agent`) You can spin up other named agents — a Researcher, a Builder, a Cal

What's inside
Steps it walks through
  1. What to do
  2. Capabilities to reveal (in order)
  3. 1. Memory & Context Over Time
  4. 2. Spawning Persistent Agents (createagent)
  5. 3. Scheduled & Background Tasks
  6. 4. Research & Web Browsing
  7. 5. Code & Building Things
  8. 6. Interactive UI
  9. 7. Files & Artifacts
  10. 8. Self-Customization
  11. Trust & Control — always include these
  12. Approvals
  13. Access Control
  14. How to interact — always mention this
More from nanoclaw
All skills →
About this skill
What does the welcome skill do?

Introduce yourself to a newly connected channel. Triggered automatically when a channel is first wired. Send a friendly greeting and brief overview of what you can do.

How do I install it?

Run `npx skills add nanocoai/nanoclaw --skill welcome --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From nanocoai/nanoclaw, a repository with 30,426 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going