fix: 移除 skill.md 里面不规范的内容
This commit is contained in:
parent
885e7c401c
commit
2a7cf121fd
@ -1,7 +1,6 @@
|
||||
---
|
||||
name: beauty
|
||||
description: "当用户发送「999」时触发。调用美女图片接口获取图片链接,再调用本地微信机器人发图接口把图片发给当前用户。"
|
||||
argument-hint: "无需参数,直接调用即可"
|
||||
---
|
||||
|
||||
# Beauty Skill
|
||||
|
||||
@ -1,7 +1,6 @@
|
||||
---
|
||||
name: doubao-video-understanding
|
||||
description: "豆包视频解析理解工具。当用户提供一个视频链接并希望获得视频的详细描述、总结或理解时使用。"
|
||||
argument-hint: "需要 prompt、video_url;可选 fps、max_tokens。"
|
||||
---
|
||||
|
||||
# Doubao Video Understanding Skill
|
||||
|
||||
@ -1,7 +1,6 @@
|
||||
---
|
||||
name: find-recent-chat-media
|
||||
description: "从当前会话历史消息中查找最近十分钟内由当前用户发送的图片、视频或语音,并下载后上传 CDN 返回可供 AI 使用的媒体 URL。当你觉得你需要图片/视频/语音但当前上下文没有的时候使用。"
|
||||
argument-hint: "需要 media_type;可选 count,最多 5。media_type 可为 image、video、voice 或 all。"
|
||||
---
|
||||
|
||||
# Find Recent Chat Media Skill
|
||||
|
||||
@ -1,7 +1,6 @@
|
||||
---
|
||||
name: image-recognition
|
||||
description: "AI 图像识别工具。当用户提供图片并希望识别、描述、提取文字、分析画面内容或回答图片相关问题时使用。"
|
||||
argument-hint: "需要 prompt(识别提示词)和 image_url(图片 URL)"
|
||||
---
|
||||
|
||||
# Image Recognition Skill
|
||||
|
||||
@ -1,7 +1,6 @@
|
||||
---
|
||||
name: image-to-image
|
||||
description: "图片修改、图生图工具。基于输入的一张或多张图片,结合文本提示词生成新的图片。支持图片混合、风格转换、内容合成等多种创作模式。输入是文字+图片的组合,输出是图片。"
|
||||
argument-hint: "需要 prompt(提示词)和 images(图片链接列表),可选 model(模型)、negative_prompt(反向提示词)、ratio(宽高比)、resolution(分辨率)"
|
||||
---
|
||||
|
||||
# Image To Image Skill
|
||||
|
||||
@ -1,7 +1,6 @@
|
||||
---
|
||||
name: kfc
|
||||
description: "当用户说「kfc」、「KFC」、「肯德基」或「肯德基文案」时触发。调用 KFC 文案接口,返回其中的文案内容。"
|
||||
argument-hint: "无需参数,直接调用即可"
|
||||
---
|
||||
|
||||
# KFC Skill
|
||||
|
||||
@ -1,7 +1,6 @@
|
||||
---
|
||||
name: ping
|
||||
description: "示例技能。当用户说「使用示例技能」、「ping」或「调用示例」时触发,返回 pong。"
|
||||
argument-hint: "无需参数,直接调用即可"
|
||||
---
|
||||
|
||||
# Ping Skill
|
||||
|
||||
@ -1,7 +1,6 @@
|
||||
---
|
||||
name: send-emoji
|
||||
description: "发送微信表情技能。使用表情包聊天可以活跃气氛,也可以缓解尴尬,你可以在适当的时候发送表情包活跃聊天氛围,也可以在遇到不方便回答或者不想回答的问题时发送一个表情包来巧妙地回避。"
|
||||
argument-hint: "需要 name,如 [开心]、[快乐];可重复传入发送多个表情。ended 标志表示发送表情后结束对话。"
|
||||
---
|
||||
|
||||
# Send Emoji Skill
|
||||
|
||||
@ -1,7 +1,6 @@
|
||||
---
|
||||
name: send-local-image
|
||||
description: "发送本地图片技能。当你需要将本地图片文件发送到当前微信会话时使用。"
|
||||
argument-hint: "需要 file_path;可重复传 file_path 发送多张本地图片。"
|
||||
---
|
||||
|
||||
# Send Local Image Skill
|
||||
|
||||
@ -1,7 +1,6 @@
|
||||
---
|
||||
name: send-remote-image
|
||||
description: "发送远程图片技能。当你需要将一个或多个远程图片 URL 发送到当前微信会话时使用。"
|
||||
argument-hint: "需要 image_url;可重复传 image_url 发送多张远程图片。"
|
||||
---
|
||||
|
||||
# Send Remote Image Skill
|
||||
|
||||
@ -1,7 +1,6 @@
|
||||
---
|
||||
name: stocks
|
||||
description: "当用户说「今日大盘」或「今天股票行情」或「今天 A 股涨跌情况」时触发。"
|
||||
argument-hint: "无需参数,直接调用即可"
|
||||
---
|
||||
|
||||
# Stocks Skill
|
||||
|
||||
@ -1,7 +1,6 @@
|
||||
---
|
||||
name: text-to-image
|
||||
description: "AI绘图工具,当用户想通过文本生成图像时,可以调用该工具。根据用户输入内容提取画图提示词,选择合适的模型进行绘图,返回生成的图片。"
|
||||
argument-hint: "需要 prompt 参数(画图提示词),可选 model(模型)、negative_prompt(反向提示词)、ratio(宽高比)、resolution(分辨率)"
|
||||
---
|
||||
|
||||
# Text To Image Skill
|
||||
|
||||
@ -1,7 +1,6 @@
|
||||
---
|
||||
name: video-generation
|
||||
description: "AI 视频生成工具。当用户想生成视频、文生视频、图生视频、让图片动起来、指定首帧尾帧生成视频时使用。支持纯文本生成视频,或使用 1 张图片作为首帧、2 张图片作为首帧和尾帧。"
|
||||
argument-hint: "需要 prompt;可选 model、file_paths、ratio、resolution、duration。file_paths 最多 2 个。"
|
||||
---
|
||||
|
||||
# Video Generation Skill
|
||||
|
||||
@ -1,7 +1,6 @@
|
||||
---
|
||||
name: voice-message
|
||||
description: "文本转语音与语音消息发送技能。当用户想让我说话、发语音、把一段话转成语音、用某种情绪/音色/语速/方言读出来时使用。支持 content、emotion、voice、style_prompt、voice_prompt、audio_tags、context_texts 等通用参数,并自动把合成结果作为语音消息发给当前会话。"
|
||||
argument-hint: "需要 content;可选 emotion、voice、style_prompt、voice_prompt、audio_tags、context_texts、speaking_rate、pitch、volume、dialect。"
|
||||
---
|
||||
|
||||
# Voice Message Skill
|
||||
|
||||
@ -1,7 +1,6 @@
|
||||
---
|
||||
name: web-page
|
||||
description: "网页内容读取、自动化交互和截图工具。当用户提供网页链接并希望了解页面内容、点击按钮、填写表单、等待页面变化,或需要截取整个网页/可视区域/指定元素/指定区域时使用。"
|
||||
argument-hint: "需要 url;mode 可为 content 或 screenshot;自动化可传 actions/actions_file;截图可选 screenshot_mode、selector、x、y、width、height。"
|
||||
---
|
||||
|
||||
# Web Page Skill
|
||||
|
||||
@ -1,7 +1,6 @@
|
||||
---
|
||||
name: web-search
|
||||
description: "网页搜索技能。当用户需要联网搜索、查询最新网页信息、或让你先搜再总结时使用。"
|
||||
argument-hint: "需要 query"
|
||||
---
|
||||
|
||||
# Web Search Skill
|
||||
|
||||
Loading…
Reference in New Issue
Block a user