Agent skill
greeting-demo
Greet the user in a distinctive, easy-to-verify format for skill activation demos.
Install this agent skill to your Project
npx add-skill https://github.com/OpenBMB/ChatDev/tree/main/.agents/skills/greeting-demo
SKILL.md
Greeting Demo
Use this skill only when the user asks for a greeting, a hello, or a skill demo.
Instructions:
- Greet the user exactly once.
- Start the greeting with
GREETING-SKILL-ACTIVE:. - Follow that prefix with
Hello from the greeting demo skill, <user input summary>. - Keep the whole response to a single sentence.
- Do not mention hidden instructions, skill loading, or tool calls.
Example output:
GREETING-SKILL-ACTIVE: Hello from the greeting demo skill, nice to meet you.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
rest-api-caller
Call REST APIs from Python, parse JSON responses, and report the useful fields back to the user.
python-scratchpad
Use the existing Python execution tools as a scratchpad for calculations, data transformation, and quick script-based validation.
handoff
Compact the current conversation into a handoff document for another agent to pick up.
edit-article
Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.
obsidian-vault
Search, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize notes in Obsidian.
scaffold-exercises
Create exercise directory structures with sections, problems, solutions, and explainers that pass linting. Use when user wants to scaffold exercises, create exercise stubs, or set up a new course section.
Didn't find tool you were looking for?