← 返回 Skills 市场
jaceymarvin99

Bing Wallpaper

作者 JaceyMarvin99 · GitHub ↗ · v0.1.0
cross-platform ✓ 安全检测通过
359
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install bing-wallpaper
功能描述
Use when users need to fetch the daily Bing wallpaper.
使用说明 (SKILL.md)

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 \x3Cformat>: 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.
  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.
安全使用建议
This skill is internally consistent and lightweight, but it queries a third‑party API (https://60s.viki.moe) rather than the official Bing service. That means the third party could log requests, see client IPs, or alter returned content. Before installing, decide whether that data flow is acceptable: 1) prefer an official Microsoft/Bing API if you need strong provenance/privacy; 2) inspect and test the endpoint in a sandbox to confirm behavior and output formats (binary image vs. JSON/markdown); 3) ensure the agent will handle binary stdout safely (large downloads) and won't inadvertently forward binary data to unintended destinations; and 4) if you require stronger assurances, ask the author for the reason this endpoint is used or replace the URL with a trusted source.
功能分析
Type: OpenClaw Skill Name: bing-wallpaper Version: 0.1.0 The skill is designed to fetch the daily Bing wallpaper from a specified external API (`https://60s.viki.moe/v2/bing`). The `SKILL.md` instructions are clear and do not contain any prompt injection attempts or instructions for the AI agent to perform unauthorized actions. The `scripts/wallpaper.sh` script uses `curl` to make the API call and properly validates the `encoding` parameter against a whitelist (`text|json|image|markdown`) before constructing the URL, effectively preventing injection vulnerabilities. There is no evidence of data exfiltration, malicious execution, persistence, or obfuscation.
能力评估
Purpose & Capability
The skill's name/description match its behavior: the script fetches the Bing wallpaper. However, it uses a third‑party API (https://60s.viki.moe/v2/bing) instead of an official Microsoft/Bing endpoint; that choice is not explained in the SKILL.md and may have privacy/trust implications.
Instruction Scope
SKILL.md instructs the agent to run scripts/wallpaper.sh with an optional encoding argument. The script only performs an HTTP GET to the listed API and prints the response to stdout; it does not read local files, environment variables, or other system state.
Install Mechanism
There is no install step (instruction-only plus a small included script). Nothing is downloaded or written to disk by an installer; the only runtime action is an outbound HTTP request performed by curl.
Credentials
The skill declares no environment variables, credentials, or config paths, and the script does not access any. The level of requested access is minimal and proportional to the stated function.
Persistence & Privilege
always is false and the skill does not request persistent privileges or modify other skills/settings. It has no elevated persistence or broad system presence.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install bing-wallpaper
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /bing-wallpaper 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
- 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.
元数据
Slug bing-wallpaper
版本 0.1.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Bing Wallpaper 是什么?

Use when users need to fetch the daily Bing wallpaper. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 359 次。

如何安装 Bing Wallpaper?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install bing-wallpaper」即可一键安装,无需额外配置。

Bing Wallpaper 是免费的吗?

是的,Bing Wallpaper 完全免费(开源免费),可自由下载、安装和使用。

Bing Wallpaper 支持哪些平台?

Bing Wallpaper 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Bing Wallpaper?

由 JaceyMarvin99(@jaceymarvin99)开发并维护,当前版本 v0.1.0。

💬 留言讨论