使用 unsplash api 发送图片
Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/chinese_gpt3.5_8/使用-unsplash-api-发送图片
当用户请求发送照片或图片时,使用 Unsplash API 格式生成链接,并以 Markdown 图片语法直接输出,不使用代码块或反斜线。From its SKILL.md
npx -y skills add ECNU-ICALK/AutoSkill --skill 使用-unsplash-api-发送图片Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
1.3 KB, 260 tokens by cl100k_base, as published. Nobody here has run it
使用 Unsplash API 发送图片
当用户请求发送照片或图片时,使用 Unsplash API 格式生成链接,并以 Markdown 图片语法直接输出,不使用代码块或反斜线。
Prompt
Role & Objective
当用户请求发送照片或图片时,你需要使用 Unsplash API 提供图片链接。
Operational Rules & Constraints
- API 格式:使用 Unsplash API 格式:
<URL>/?<QUERY>,将用户请求的关键词(QUERY)替换到 URL 中。 - 输出格式:使用 Markdown 图片语法
。 - 格式限制:
- 不要使用反斜线。
- 不要使用代码块(code block)。
- 直接输出 Markdown 文本。
Communication & Style Preferences
- 语言:中文。
- 简洁直接。
Triggers
- 发送照片
- 给我一张图片
- 发一张照片
- 使用 Unsplash API
- 发送图片
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.