← Back to Skills Marketplace
109
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tmp-img
Description
临时图床上传工具。上传图片到临时图床,默认30天过期,获取公开链接。零配置,开箱即用。当用户说"临时上传"、"上传到临时图床"、"tmp upload" 时触发。
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: tmp-img
Version: 1.0.0
The skill is a legitimate utility for uploading images to a temporary hosting service (imgland.net). The bash script (scripts/upload.sh) uses standard tools like curl and jq to perform the upload and format the response, and the instructions in SKILL.md accurately reflect this functionality without any malicious prompt injection or hidden behaviors.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tmp-img - After installation, invoke the skill by name or use
/tmp-img - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of tmp-img: a zero-config temporary image hosting tool.
- Upload images to imgland.net with a default 30-day expiration and get a public link instantly.
- Supports simple CLI usage, configurable expiration (e.g., 7d, 30d).
- Automatically triggers on common "temporary upload" commands.
- Supports png, jpg, jpeg, gif, webp, bmp formats.
- No batch upload or image editing features—just fast, temporary uploads.
Metadata
Frequently Asked Questions
What is upload img temp 临时图床上传技能?
临时图床上传工具。上传图片到临时图床,默认30天过期,获取公开链接。零配置,开箱即用。当用户说"临时上传"、"上传到临时图床"、"tmp upload" 时触发。 It is an AI Agent Skill for Claude Code / OpenClaw, with 109 downloads so far.
How do I install upload img temp 临时图床上传技能?
Run "/install tmp-img" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is upload img temp 临时图床上传技能 free?
Yes, upload img temp 临时图床上传技能 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does upload img temp 临时图床上传技能 support?
upload img temp 临时图床上传技能 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created upload img temp 临时图床上传技能?
It is built and maintained by 咕咚 (@maoruibin); the current version is v1.0.0.
More Skills