Bing Wallpaper Skill for Openclaw

A lightweight tool for AI agents to retrieve the official daily Bing homepage background through multiple output formats.

jaceymarvin99
v0.1.0
Feb 26, 2026
0
903
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install bing-wallpaper

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install bing-wallpaper using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Bing Wallpaper Skill?

The Bing Wallpaper Skill is a specialized utility designed for AI agents to programmatically fetch the daily featured background from the Bing homepage. By leveraging the 60s API, this tool allows for seamless integration of high-quality, daily-rotating imagery into various workflows. It serves as a robust component within the wider ecosystem of Openclaw Skills, enabling developers to add visual flair and dynamic content to their automated tasks with minimal overhead.

Bing Wallpaper Skill Use Cases

  • Automatically updating desktop or application backgrounds on a daily schedule.
  • Retrieving image metadata and descriptions for AI-driven content creation or research.
  • Displaying the daily Bing photo in chat interfaces or dashboards using Markdown formatting.
  • Programmatic access to high-resolution daily imagery for web development projects using Openclaw Skills.

How Bing Wallpaper Skill Works

  1. The AI agent or user triggers the shell script located in the scripts directory.
  2. An optional encoding parameter is passed to define the desired response format (text, json, image, or markdown).
  3. The script sends a secure request to the 60s Bing wallpaper API to fetch the latest background data.
  4. The API response is processed and formatted according to the specified encoding.
  5. The final output is returned to the standard output for the agent to utilize in its next task.

Bing Wallpaper Skill Setup

To get started with this skill, ensure your environment supports shell script execution and has curl installed. Navigate to your project directory and follow these steps:

# Grant execution permissions to the wallpaper script
chmod +x ./scripts/wallpaper.sh

# Run the script to fetch today's wallpaper in markdown format
./scripts/wallpaper.sh --encoding markdown

Bing Wallpaper Skill Data Schema & Taxonomy

The skill returns data based on the requested encoding, facilitating easy integration into Openclaw Skills workflows:

Parameter Description
text Returns the raw URL string of the image.
json Returns a structured object containing the image URL and description.
markdown Returns a formatted string with the image preview and description.
image Streams the binary image data directly.

Bing Wallpaper Skill Advanced Features

  • Support for multiple output encodings to satisfy both frontend display and backend processing needs.
  • Lightweight shell-based architecture ensures compatibility across various Unix-based environments.
  • Fast API integration providing near-instant access to daily global photography.
  • Designed for easy piping into other Openclaw Skills for complex automation pipelines.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*