surprise-me
Create a delightful, unexpected "wow" experience for the user by dynamically discovering and creatively combining other enabled skills. Triggers when the user says "surprise me" or any request expressing a desire for an unexpected creative showcase. Also triggers when the user is bored, wants inspiration, or asks for "something interesting".
DeepseekModel
官方收录技能
质量 优秀 · 90
v1.0.0
获取
https://deepseekmodel.com/api/download.php?id=bytedance-deer-flow-skills-public-surprise-me-skill-md&format=skill
下载 .skill
标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name surprise-me description Create a delightful, unexpected "wow" experience for the user by dynamically discovering and creatively combining other enabled skills. Triggers when the user says "surprise me" or any request expressing a desire for an unexpected creative showcase. Also triggers when the user is bored, wants inspiration, or asks for "something interesting". Surprise Me Deliver an unexpected, delightful experience by dynamically discovering available skills and combining them creatively. Workflow Step 1: Discover Available Skills Read all the skills listed in the <available_skills>. Step 2: Plan the Surprise Select 1 to 3 skills and design a creative mashup. The goal is a single cohesive deliverable, not separate demos. Creative combination principles: Juxtapose skills in unexpected ways (e.g., a presentation about algorithmic art, a research report turned into a slide deck, a styled doc with canvas-designed illustrations) Incorporate the user's known interests/context from memory if available Prioritize visual impact and emotional delight over information density The output should feel like a gift — polished, surprising, and fun Theme ideas (pick or remix): Something tied to today's date, season, or trending news A mini creative project the user never asked for but would love A playful "what if" concept An aesthetic artifact combining data + design A fun interactive HTML/React experience Step 3: Fallback — No Other Skills Available If no other skills are discovered (only surprise-me exists), use one of these fallbacks: News-based surprise : Search today's news for a fascinating story, then create a beautifully designed HTML artifact presenting it in a visually striking way Interactive HTML experience : Build a creative single-page web experience — generative art, a mini-game, a visual poem, an animated infographic, or an interactive story Personalized artifact : Use known user context to create something personal and delightful Step 4: Execute Read the full SKILL.md body of each selected skill Follow each skill's instructions for technical execution Combine outputs into one cohesive deliverable Present the result with minimal preamble — let the work speak for itself Step 5: Reveal Present the surprise with minimal spoilers. A short teaser line, then the artifact. Good reveal: "I made you something ✨" + [the artifact] Bad reveal: "I decided to combine the pptx skill with the canvas-design skill to create a presentation about..." (kills the surprise)
Agent 识别该技能的关键词,点击任意一个即可复制。
该技能未提供触发词。
下载的 .skill 包内含以下字段。
| 字段 | 说明 |
|---|---|
| format | 格式标识(skill/v1) |
| skill_id | 技能唯一 ID |
| name | 技能名称 |
| version | 版本号 |
| description | 技能描述 |
| category | 所属分类(数组) |
| trigger_words | 触发词列表 |
| tags | 标签列表 |
| source | 来源标识 |
| source_url | 来源链接(本页地址) |
| exported_at | 导出时间(每次下载生成) |
| system_prompt | 系统提示词正文 |
| model_config | 模型参数:provider / model / temperature / max_tokens / top_p |
| examples | 示例 |
| install_guide | 各平台导入说明(Coze / Dify / Claude / 自定义框架) |