Knowledge Base Skill
支持图片附件与OCR的文字提取,按业务类型管理问答知识库。
一站式AI内容生成工具,支持多平台内容创作与多媒体输出。
openclaw skills install @plagtech/ai-content-creator-x402命令、参数、文件名以原文为准
端到端的内容创作代理。研究主题、撰写文案、生成图像、制作语音旁白并产出视频——所有流程可在单一工作流中完成。共 14 个端点,涵盖文本生成、图像生成、视频、TTS(文本转语音)、语音转文字、网络调研和内容提取。每次调用均为真实的 x402 微支付。
bash {baseDir}/scripts/create.sh METHOD ENDPOINT '{"key":"value"}'根据用户需求选择对应的工作流。每个工作流将多个端点串联起来,生成最终的高质量成品。
web_search 和 web_qna 对主题进行调研,收集事实与不同角度web_extract 从最佳来源网址中提取完整内容,获取更深入的上下文text_inference 撰写文章,以调研内容为上下文——指定语气、长度和目标受众image_generation 生成封面图,提示词需匹配文章主题text_inference 撰写平台专属文案——指定平台(X、LinkedIn、Instagram)、字符限制和标签风格image_generation 生成吸引眼球的图片——Instagram 用正方形,X/LinkedIn 用横版web_search 调研热门话题,获取时效性切入点text_inference 分段撰写——包括引言、正文段落、行动号召(CTA)image_generation 为各部分内容生成插图text_inference 撰写脚本——指定对话式语气、节奏提示和段落分隔text_to_speech 生成音频旁白——可选择声音和风格image_generation 制作封面艺术图text_inference 撰写视频脚本——包含场景描述和时间安排image_generation 生成缩略图video_generation 生成短视频片段——用于开场、B-roll 或社交预告text_to_speech 为脚本添加语音旁白web_search 和 web_extract 调研竞品text_inference 撰写有吸引力的产品文案——包括标题、功能、优势和 CTAimage_generation 生成产品生活场景图speech_to_text 将现有音频/视频转录为文字text_inference 将转录稿改写为博客文章、社交媒体帖文或通讯简报image_generation 生成全新视觉素材Text Inference — $0.003–$0.10
生成各类文本内容——博客文章、社交媒体文案、剧本、邮件、产品描述。支持 11 种模型、系统提示词和温度控制。
bash {baseDir}/scripts/create.sh POST /api/v1/compute/text-inference '{"model":"llama-3.1-70b","prompt":"Write a LinkedIn post about AI agents in supply chain management. Professional tone, under 300 words.","max_tokens":500}'Chat Completions — $0.04
多轮创意头脑风暴。适用于构思、大纲设计和草稿迭代。
bash {baseDir}/scripts/create.sh POST /api/v1/chat/completions '{"messages":[{"role":"system","content":"You are a creative director at a content agency."},{"role":"user","content":"Give me 5 angles for a blog post about remote work productivity."}]}'Image Generation — $0.02–$0.08
通过 FLUX 和 SDXL 实现 AI 图像生成。适用于博客封面、社交媒体图形、产品照片、缩略图、专辑封面等。
bash {baseDir}/scripts/create.sh POST /api/v1/compute/image-generation '{"prompt":"minimalist flat illustration of a person working at a laptop with floating holographic screens, soft blue and purple gradient background","model":"flux"}'Bittensor Image Gen — $0.05
基于去中心化 Bittensor 网络的图像生成。风格与 FLUX/SDXL 不同,具有独特美学。
bash {baseDir}/scripts/create.sh POST /bittensor/v1/images/generations '{"prompt":"abstract geometric pattern for newsletter header, corporate blue and white"}'Text to Speech — $0.03–$0.05
将脚本转换为自然语音。提供多种声音选择。适用于播客、视频旁白、音频文章。
bash {baseDir}/scripts/create.sh POST /api/v1/compute/text-to-speech '{"text":"Welcome to this week's deep dive into the world of AI agents and how they're reshaping content creation.","voice":"alloy"}'Speech to Text — $0.02
将音频或视频转录为文字。适用于将播客、访谈或会议内容转化为书面内容。
bash {baseDir}/scripts/create.sh POST /api/v1/compute/speech-to-text '{"audio_url":"https://example.com/podcast-episode.mp3"}'Video Generation — $0.40–$0.50
根据文本提示生成 AI 视频。适用于社交预告、开场镜头、B-roll 或产品演示短片。
bash {baseDir}/scripts/create.sh POST /api/v1/compute/video-generation '{"prompt":"aerial drone shot of a modern office building at golden hour, cinematic","duration":5}'Web Search — $0.02
搜索网络,获取热门话题、竞品内容、统计数据和创作角度。
bash {baseDir}/scripts/create.sh POST /api/v1/search/web '{"query":"AI content creation trends 2026"}'Web Extract — $0.02
从任意 URL 提取干净可读的内容。可用于分析竞争对手文章、提取引用内容或收集素材。
bash {baseDir}/scripts/create.sh POST /api/v1/search/extract '{"urls":["https://example.com/competitor-blog-post"]}'Web Q&A — $0.03
从实时网络获取快速的事实性答案。适用于发布前核实声明的准确性。
bash {baseDir}/scripts/create.sh POST /api/v1/search/qna '{"query":"2026 年有多少比例的营销人员使用 AI 进行内容创作?"}'Embeddings — $0.005
生成文本嵌入,用于查找相似内容、聚类主题或构建推荐系统。
bash {baseDir}/scripts/create.sh POST /api/v1/compute/embeddings '{"text":"AI 驱动的内容创作工作流自动化"}'Bittensor Chat — $0.03
提供另一种风格的 AI 生成,适合获得不同的创作风格。可用于文案 A/B 测试或获取第二视角建议。
bash {baseDir}/scripts/create.sh POST /bittensor/v1/chat/completions '{"messages":[{"role":"user","content":"将这个标题改写得更具吸引力:AI 工具节省时间"}]}'可用模型 — $0.001
列出可用的 AI 模型及其优势,帮助根据任务选择合适的模型。
bash {baseDir}/scripts/create.sh GET /api/v1/models '{}'GPU 模型 — 免费
列出可用的 GPU 模型快捷方式,包括图像和视频模型。
bash {baseDir}/scripts/create.sh GET /api/v1/gpu/models '{}'| 工作流程 | 典型调用次数 | 估算成本 |
|---|---|---|
| 博客文章 + 头图 | 4-5 | $0.07–$0.15 |
| 社交媒体帖子 + 图片 | 2 | $0.03–$0.12 |
| 新闻邮件(3 个部分 + 图片) | 6-8 | $0.10–$0.25 |
| 播客脚本 + 音频 + 封面 | 3 | $0.06–$0.18 |
| 视频脚本 + 缩略图 + 片段 + 语音旁白 | 4 | $0.48–$0.70 |
| 产品描述 + 图片 | 4-5 | $0.07–$0.20 |
| 内容再利用(音频 → 3 种格式) | 4-5 | $0.07–$0.18 |
llama-3.1-70b 适合长篇内容,llama-3.1-8b 适合快速生成社交媒体文案,Bittensor 适合获取不同创作风格。已收录 1 个 Skill