Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
congwa avatar

Qiniu Upload

  • 1 installs
  • 41 repo stars
  • Updated February 12, 2026
  • congwa/mobile-agent

Uploads images to Qiniu Cloud through a local PicList/PicGo service on port 36677 and returns the public access URL.

About

Uploads images to Qiniu Cloud object storage through a local PicList/PicGo service and returns the public access URL. A developer uses it to host screenshots or picture files and get a shareable link.

  • Uploads via a local PicList/PicGo service listening on port 36677
  • Returns a public URL prefixed with http://qiniu.biomed168.com/pic/

Qiniu Upload by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #1,980 of 2,715 Automation & Workflows skills by installs in the Skillselion catalog
  • Data as of Jul 27, 2026 (Skillselion catalog sync)
npx skills add https://github.com/congwa/mobile-agent --skill qiniu-upload

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars41
Last updatedFebruary 12, 2026
Repositorycongwa/mobile-agent

What it does

Uploads images to Qiniu Cloud through a local PicList/PicGo service on port 36677 and returns the public access URL.

Files

SKILL.mdMarkdownGitHub ↗

Qiniu Upload

通过本地 PicList 服务将图片上传到七牛云对象存储,返回公开访问地址。

快速开始

运行上传脚本:

python3 scripts/upload.py <图片路径> [图片路径2 ...]

上传成功后输出格式:上传成功: http://qiniu.biomed168.com/pic/<filename>

作为模块调用

from scripts.upload import upload_to_qiniu

# 单张图片
url = upload_to_qiniu("/path/to/image.png")

# 多张图片
urls = upload_to_qiniu(["/path/to/a.png", "/path/to/b.jpg"])

API 说明

  • 上传端点: POST http://127.0.0.1:36677/upload?picbed=qiniu&configName=biomed168
  • 请求格式: multipart/form-data,字段名 file
  • 返回地址前缀: http://qiniu.biomed168.com/pic/

前置条件

  • PicList(或 PicGo)正在本地运行,监听端口 36677
  • 已配置名为 biomed168 的七牛云图床

scripts/

  • upload.py — 上传脚本,支持命令行和模块两种调用方式,无第三方依赖

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.