Agent skill
greeting-skill
在回覆訊息時,開頭加上「您好」問候語。適用於需要禮貌問候的對話情境。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/greeting-skill
SKILL.md
問候 Skill
目的
這個 Skill 用於在回覆使用者時,自動在訊息開頭加上「您好」問候語,讓對話更加禮貌親切。
使用時機
- 當回覆使用者的問題時
- 當提供任何資訊或說明時
- 當與使用者進行對話時
執行方式
- 在回覆的最開頭加上「您好」
- 接著是一個逗號
- 然後是正式的回覆內容
範例
範例 1:回答問題
使用者問:今天天氣如何?
正確回覆格式: 您好,今天天氣晴朗,適合外出活動。
錯誤回覆格式: 今天天氣晴朗,適合外出活動。
範例 2:提供說明
使用者問:如何使用這個功能?
正確回覆格式: 您好,這個功能的使用方式如下...
錯誤回覆格式: 這個功能的使用方式如下...
注意事項
- 每次回覆只需要加一次「您好」
- 如果是連續對話的後續回覆,仍然需要加上「您好」
- 不要使用其他問候語(如「你好」、「哈囉」),統一使用「您好」
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?