← 返回 Skills 市场
378
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 7bu
功能描述
去不图床(7bu.top)图片上传工具。需要TOKEN才能使用,需前往https://7bu.top注册用户。
使用说明 (SKILL.md)
7bu 图床上传工具
去不图床(7bu.top)图片上传。
⚠️ 需要 TOKEN
请前往 https://7bu.top 注册用户获取 Token。
支持格式
JPEG, JPG, PNG, GIF, BMP, ICO, WEBP
上传命令
curl --location 'https://7bu.top/api/v1/upload' \
--header 'Authorization: Bearer TOKEN' \
--form 'file=@IMAGE'
触发方式
使用7bu技能上传图片:图片路径/URL,TOKEN
使用示例
上传 ~/images/photo.jpg 到7bu图床,TOKEN为xxx
安全使用建议
This skill simply documents how to POST an image to 7bu.top and asks you to supply your 7bu Token. Before using it, confirm you trust 7bu.top and avoid uploading sensitive images. Keep your Token private and do not paste it into public chats. If you allow the agent to call skills autonomously, be aware it could upload any image files it has access to — require explicit confirmation if you want to prevent accidental uploads.
功能分析
Type: OpenClaw Skill
Name: 7bu
Version: 1.0.0
The skill bundle is designed for uploading images to 7bu.top. The `SKILL.md` provides clear instructions for the AI agent and the user, including a standard `curl` command for file upload that requires a user-provided token and image path. There is no evidence of prompt injection attempts, data exfiltration beyond the explicitly provided token and image, malicious execution, persistence mechanisms, or obfuscation. The behavior is fully aligned with its stated purpose.
能力评估
Purpose & Capability
Name/description match the SKILL.md instructions. The only network endpoint referenced is the 7bu.top upload API and the skill asks the user for a 7bu Token — this is expected for an image uploader.
Instruction Scope
Instructions are narrowly scoped: they show a curl POST to https://7bu.top/api/v1/upload with an Authorization header and a file form field. They do not request unrelated files, system paths, or other credentials.
Install Mechanism
No install spec or code files are present (instruction-only), so nothing is written to disk or automatically installed by the skill.
Credentials
The skill declares no required env vars or credentials; it expects the user to supply the 7bu Token at call time. There are no unrelated credential requests.
Persistence & Privilege
always is false (good). disable-model-invocation is false (default) which permits autonomous invocation — this is normal for skills but means the agent could call the skill autonomously if policy allows; consider that when granting agent permissions.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install 7bu - 安装完成后,直接呼叫该 Skill 的名称或使用
/7bu触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
7bu 1.0.0 changelog
- Initial release of the 7bu image uploader skill for 7bu.top.
- Users can upload JPEG, JPG, PNG, GIF, BMP, ICO, and WEBP images.
- Requires a TOKEN obtained from registering at https://7bu.top.
- Provides instructions and example usage for uploading images via curl or the skill trigger.
元数据
常见问题
7bu uploader 是什么?
去不图床(7bu.top)图片上传工具。需要TOKEN才能使用,需前往https://7bu.top注册用户。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 378 次。
如何安装 7bu uploader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install 7bu」即可一键安装,无需额外配置。
7bu uploader 是免费的吗?
是的,7bu uploader 完全免费(开源免费),可自由下载、安装和使用。
7bu uploader 支持哪些平台?
7bu uploader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 7bu uploader?
由 penndu(@penndu)开发并维护,当前版本 v1.0.0。
推荐 Skills