返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
b

bing-wallpaper

Use when users need to fetch the daily Bing wallpaper.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.1.0
安全检测
已通过
333
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

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. ```bash ./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 ```bash # 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. 2. **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. 3. **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. 4. **Direct Image (`--encoding image`)** - **When to use:** When the user specifically requests the image file itself.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 bing-wallpaper-1776299266 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 bing-wallpaper-1776299266 技能

通过命令行安装

skillhub install bing-wallpaper-1776299266

下载

⬇ 下载 bing-wallpaper v0.1.0(免费)

文件大小: 2.14 KB | 发布时间: 2026-4-16 16:39

v0.1.0 最新 2026-4-16 16:39
- Initial release of bing-wallpaper skill.
- Allows fetching the daily Bing wallpaper via the 60s Bing API.
- Supports multiple response formats: text, json, image, and markdown.
- Offers a shell script interface with customizable output encoding.
- Ideal for users requesting the latest Bing homepage background image.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部