Skip to content
Skill

image-publisher

by maoruibin

AI Summary

Image Publisher enables Claude to upload local images to GitHub or S3-compatible storage services and return shareable URLs. Developers and content creators benefit from automating image hosting workflows directly within Claude Code.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "image-publisher" skill in my project.

Please run this command in my terminal:
# Install skill into the correct directory
mkdir -p .claude/skills/image-publisher && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/image-publisher/SKILL.md "https://raw.githubusercontent.com/maoruibin/image-publisher/main/SKILL.md"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

Upload local images to image hosting services and get accessible URLs. Use this skill when the user wants to upload a local image file to an image host and get the public URL. Supports GitHub and S3-compatible storage (Qiniu, Aliyun OSS, Tencent COS, etc.).

Image Publisher

一键将本地图片上传到图床,获取可访问的图片链接。

功能

• 上传本地图片到图床 • 返回可直接访问的图片 URL • 支持 GitHub 图床 • 支持 S3 兼容存储(七牛云、阿里云 OSS、腾讯云 COS 等) • 支持按年/月/日路径存储 • 自动检测文件名冲突,避免覆盖

配置方式:使用 .env 文件

在技能目录创建 .env 文件: `bash cd ~/.claude/skills/image-publisher cp .env.example .env ` 编辑 .env 文件: `bash

GitHub 配置

GITHUB_TOKEN=your_github_personal_access_token GITHUB_USER=your_username GITHUB_REPO=your_repo GITHUB_BRANCH=master GITHUB_IMAGES_DIR=images

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 3mo ago
Stale
AdoptionUnder 100 stars
5 ★ · Niche
DocsREADME + description
Well-documented

GitHub Signals

Stars5
Issues0
Updated3mo ago
View on GitHub
MIT License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code