upload img temp 临时图床上传技能

v1.0.0

临时图床上传工具。上传图片到临时图床,默认30天过期,获取公开链接。零配置,开箱即用。当用户说"临时上传"、"上传到临时图床"、"tmp upload" 时触发。

0· 63·0 current·0 all-time
by咕咚@maoruibin
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The skill's name and description (temporary image uploads) match the included script and SKILL.md: the script POSTs the file to https://api.imgland.net/v1/images and returns a JSON result. Minor mismatch: registry metadata declares 'Required binaries: none' while SKILL.md and the script rely on curl and jq.
Instruction Scope
Instructions are narrowly scoped to uploading a single image and parsing the response. They only reference the skill script path and require curl/jq. One small inconsistency: SKILL.md states '不提供删除功能' (no delete functionality) but the script extracts a delete secret and returns a delete_url — the skill doesn't offer a delete command, but the service-provided delete URL is exposed in output.
Install Mechanism
No install spec; the skill is instruction+script only. No downloads or archive extraction are performed by the skill itself.
Credentials
The skill requests no environment variables, credentials, or config paths. It only transmits the supplied image to the external imgland.net API, which is consistent with its purpose.
Persistence & Privilege
always is false and the skill does not request elevated or persistent platform privileges. It does not modify other skills or system-wide settings.
Assessment
This skill is coherent with its stated purpose but review these items before installing: - It will upload any file you give it to an external service (imgland.net). Do not upload sensitive or private images. - The registry metadata omitted required binaries; make sure curl and jq are available on the host (SKILL.md lists them). If jq is missing the script will fail. - Although SKILL.md says it doesn't provide delete functionality, the script returns a delete_url (service-provided). If you need to remove an image, save that delete URL. - Verify you trust imgland.net and understand their retention/privacy policy (images become public links and are stored externally for the stated expiry). If you want greater assurance, ask the skill author for documentation about imgland.net (owner/accounting, privacy), or run the script in a controlled environment first.

Like a lobster shell, security has layers — review code before you run it.

latestvk97337ta9xbcweqhrjskp2cg7h84ngc3

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments