← 返回
数据分析 中文

Bing Wallpaper

Use when users need to fetch the daily Bing wallpaper.
用于获取每日必应壁纸。
jaceymarvin99
数据分析 clawhub v0.1.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 584
下载
💾 15
安装
1
版本
#latest

概述

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 : 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:

  1. 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.
  1. 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.
  1. 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.
  1. Direct Image (--encoding image)
    • When to use: When the user specifically requests the image file itself.

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-03-30 01:59 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 198 📥 64,855
data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 162 📥 59,673
developer-tools

Weather Query

jaceymarvin99
用于回答用户关于中国各地天气状况、天气预报或气候信息的询问。
★ 2 📥 1,267