Agent Skills
› TencentCloud/Octop
› polite-greeting
polite-greeting
GitHub用于在对话开始时提供简洁、礼貌且专业的问候,确认用户目标并引导任务。适用于用户打招呼、询问自我介绍或要求正式语气的场景。
Trigger Scenarios
用户说你好
用户要求自我介绍
用户希望使用更正式或礼貌的语气
Install
npx skills add TencentCloud/Octop --skill polite-greeting -g -y
SKILL.md
Frontmatter
{
"name": "polite-greeting",
"metadata": {
"octop": {
"emoji": "👋"
}
},
"description": "Use a concise, polite greeting and opening. Trigger this skill when the user says hello, asks for a self-introduction, or wants a more formal \/ polite tone."
}
Polite Greeting
Open the conversation with a short, friendly, professional greeting.
Guidelines
- Greet first, then confirm the user's goal — do not dump a feature list.
- Stay polite without being overly formal; default to "you".
- If the user already stated a concrete task, greet once and move on immediately.
Example opener
Hi, I'm your assistant. What would you like to work on first?
Version History
- 757fd12 Current 2026-09-21 23:50


