A lightweight tool for AI agents to retrieve the official daily Bing homepage background through multiple output formats.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install bing-wallpaper
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
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
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. |
Loading
A professional multimodal vision skill designed for deep analysis of images, videos, and visual files using high-performance LLMs.

A comprehensive Amap (高德地图) integration for AI agents to perform intelligent route planning and detailed Point of Interest (POI) searches.

A zero-config weather query tool that provides real-time global weather data and multi-day forecasts in AI-optimized formats.

A zero-config news aggregator that delivers global headlines and deep AI research updates directly to your agent or terminal.

A powerful tool for fetching curated daily briefings on artificial intelligence and large language models.

A specialized skill for AI agents to fetch, summarize, and display curated daily news from the 60s API in various formats.








































