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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install bing-wallpaper - After installation, invoke the skill by name or use
/bing-wallpaper - Provide required inputs per the skill's parameter spec and get structured output
What is Bing Wallpaper?
Use when users need to fetch the daily Bing wallpaper. It is an AI Agent Skill for Claude Code / OpenClaw, with 359 downloads so far.
How do I install Bing Wallpaper?
Run "/install bing-wallpaper" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Bing Wallpaper free?
Yes, Bing Wallpaper is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Bing Wallpaper support?
Bing Wallpaper is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Bing Wallpaper?
It is built and maintained by JaceyMarvin99 (@jaceymarvin99); the current version is v0.1.0.