image_uploader.json 837 B

123456789101112131415161718
  1. {
  2. "id": "tools/upload/image_uploader",
  3. "name": "image_uploader",
  4. "version": null,
  5. "introduction": "图片上传工具,将本地图片上传到 OSS 对象存储,返回 CDN URL",
  6. "tutorial": "上传本地图片到 OSS,返回 cdn_url 可用于其他工具(如 nano_banana)的 image_urls 参数。支持批量上传多张图片。",
  7. "input": {
  8. "local_paths": "本地图片路径列表(支持相对路径或绝对路径)"
  9. },
  10. "output": {
  11. "cdn_urls": "上传成功后返回的 CDN URL 列表,格式如 https://res.cybertogether.net/toolhub_images/xxx.png"
  12. },
  13. "updated_time": 1776067846,
  14. "status": "已接入",
  15. "capability_ids": [],
  16. "knowledge_ids": ["knowledge-20260412-005015-nano-banana-image-urls", "knowledge-20260412-005446-88f1", "knowledge-20260412-014259-3abf"],
  17. "provider_ids": []
  18. }