openclaw-image-bed-uploader

Upload local images to an OpenClaw image bed and return accessible URLs.

1|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/tangchunwu/skill-hub --skill openclaw-image-bed-uploader
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openclaw-image-bed-uploader
Source: https://github.com/tangchunwu/skill-hub/tree/main/skills/custom/content/openclaw-image-bed-uploader
Command: npx skills add https://github.com/tangchunwu/skill-hub --skill openclaw-image-bed-uploader

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

通过复用服务器端已稳定的图床能力,解决本地上传图片时需要自行处理接口鉴权、密钥管理及接口变更的痛点。

Core Features & Use Cases

  • 复用服务器端上传能力,降低本地配置暴露风险。
  • 上传本地图片并返回公开可访问的 URL,便于在博客、消息和图床集成中使用。
  • 适用场景包括博客图片发布、社交分享和内容生成工作流的图像托管。

Quick Start

将本地图片上传到 OpenClaw 图床并返回可访问的 URL。

Frequently Asked Questions about openclaw-image-bed-uploader

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I upload local images to an image bed and get public URLs without exposing API keys?

To upload local images and get public URLs without exposing API keys, the upload process delegates to a server-side image bed. This reuses existing server configurations and SSH-based scripts, returning accessible URLs while keeping local credentials secure.

When do I need a server-side image upload script for my content workflow?

You need a server-side image upload script when generating blog posts, chat messages, or social content that requires hosted image URLs. It prevents exposing local keys and handles interface authentication changes on the server side.

Can I use this image upload method if my server does not have SSH-based upload scripts configured?

No, this image upload method cannot be used without existing server-side configurations. The process relies entirely on pre-existing SSH-based upload scripts and server-side image bed capabilities to function correctly.

What is the best way to host images for automated blog publishing without managing authentication locally?

The best way to host images for automated blog publishing without local authentication management is delegating uploads to a configured server. This approach returns accessible URLs and avoids local exposure of sensitive keys.

Why does server-side image upload reduce the risk of exposing sensitive data during social sharing?

Server-side image upload reduces the risk of exposing sensitive data because interface authentication and key management are handled entirely on the server. Local environments only receive the final accessible URLs without storing credentials.

Does the OpenClaw image uploader work without local dependencies or components?

Yes, the OpenClaw image uploader works without local dependencies. It operates through server-side scripts, ensuring no sensitive local keys are exposed while returning public image URLs for content integration.