← 返回
未分类

素材库管理

素材库管理技能 - 提供素材的存储、检索、版本管理
素材库管理技能 - 提供素材的存储、检索、版本管理
jeyeshield jeyeshield 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 486
下载
💾 1
安装
1
版本
#latest

概述

Material Library - 素材库管理

负责广告素材的存储、检索和版本管理。

Setup

无需额外依赖,TypeScript编译后使用。

When to Use

  • 存储生成的广告素材
  • 检索历史素材
  • 管理素材版本
  • 素材分类和标签

Architecture

material-library/
├── index.ts          # 主入口,素材管理
├── package.json      # 依赖配置
└── README.md         # 详细文档

Core Commands

存储素材

await api.executeAction('material-library.store', {
  file: Buffer,           // 文件内容
  metadata: {            // 元数据
    name: string,
    type: string,
    tags?: string[],
    campaignId?: string
  }
});

检索素材

await api.executeAction('material-library.search', {
  query?: string,        // 搜索关键词
  filters?: {            // 筛选条件
    type?: string,
    tags?: string[],
    dateRange?: { start: string, end: string }
  },
  limit?: number
});

获取素材

await api.executeAction('material-library.get', {
  materialId: string     // 素材ID
});

更新版本

await api.executeAction('material-library.update-version', {
  materialId: string,    // 素材ID
  file: Buffer,          // 新版本文件
  changelog?: string    // 版本说明
});

响应事件

  • material-library.stored - 素材存储完成
  • material-library.updated - 素材更新完成
  • material-library.deleted - 素材删除

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-02 10:40 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

审核质检

jeyeshield
审核质检 - 自动化质量评估与人工审核流程
★ 0 📥 640
design-media

Openai Whisper

steipete
使用 Whisper CLI 进行本地语音转文字(无需 API 密钥)
★ 330 📥 93,320
design-media

Nano Banana Pro

steipete
使用 Nano Banana Pro (Gemini 3 Pro Image) 生成或编辑图像。支持文生图、图生图及 1K/2K/4K 分辨率,适用于图像创建、修改及编辑请求,使用 --input-image 指定输入图像。
★ 427 📥 116,456