← All skills
Tencent SkillHub · Communication & Collaboration

Bing Wallpaper

Use when users need to fetch the daily Bing wallpaper.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Use when users need to fetch the daily Bing wallpaper.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, scripts/wallpaper.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 7 sections Open source page

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 <format>: Optional. Specifies the output response format. Valid options are text, json, image, and markdown.

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.

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Scripts
  • SKILL.md Primary doc
  • scripts/wallpaper.sh Scripts