Bing Wallpaper
/install bing-wallpaper
Bing Wallpaper Skill
This skill helps AI agents fetch the daily Bing wallpaper from the 60s API, which provides the latest Bing homepage background image.
When to Use This Skill
Use this skill when users:
- Ask for today's Bing wallpaper
- Request a beautiful daily background image
How to Use
Execute the associated scripts/wallpaper.sh script to fetch the Bing wallpaper.
./scripts/wallpaper.sh [encoding]
Options
--encoding, -e \x3Cformat>: Optional. Specifies the output response format. Valid options aretext,json,image, andmarkdown.
Return Values
The script securely calls the 60s Bing wallpaper API and outputs the response to stdout. Depending on the encoding parameter, the response could be a JSON string, plain text, markdown, or binary image data.
Usage Examples
# Get Bing wallpaper using default API encoding
./scripts/wallpaper.sh
# Get Bing wallpaper in JSON format
./scripts/wallpaper.sh --encoding json
# Get Bing wallpaper in plain text format (simplified usage)
./scripts/wallpaper.sh text
# Get Bing wallpaper in markdown format
./scripts/wallpaper.sh -e markdown
# Get Bing wallpaper as an image
./scripts/wallpaper.sh image
Response Format
The return values differ based on the encoding parameter:
-
Default & Recommended (
--encoding markdown)- When to use: By default for standard wallpaper inquiries.
- Why: Returns a brief description of the wallpaper along with the image link in an easy-to-read markdown format.
-
Just the Link (
--encoding text)- When to use: When the user only wants the image link.
- Why: Returns exactly the raw image link and nothing else.
-
Structured Data (
--encoding json)- When to use: When you need the wallpaper description and link in a structured JSON format.
- Why: Useful for parsing the response to extract specific fields programmatically.
-
Direct Image (
--encoding image)- When to use: When the user specifically requests the image file itself.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install bing-wallpaper - 安装完成后,直接呼叫该 Skill 的名称或使用
/bing-wallpaper触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Bing Wallpaper 是什么?
Use when users need to fetch the daily Bing wallpaper. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 359 次。
如何安装 Bing Wallpaper?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install bing-wallpaper」即可一键安装,无需额外配置。
Bing Wallpaper 是免费的吗?
是的,Bing Wallpaper 完全免费(开源免费),可自由下载、安装和使用。
Bing Wallpaper 支持哪些平台?
Bing Wallpaper 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Bing Wallpaper?
由 JaceyMarvin99(@jaceymarvin99)开发并维护,当前版本 v0.1.0。