Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

ai-ugc艾用户 GC

Agent Skill

ai-ugc 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

29,911

周安装

1,210

GitHub Stars

2

下载量

9,390
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:ai-ugc(艾用户 GC)
来源仓库:https://github.com/tfcbot/ai-ugc
安装命令:
openclaw skills install ai-ugc
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install ai-ugc

简介

用于查找、检索和筛选相关信息,适合在 OpenClaw 中根据关键词或任务场景快速定位候选结果。

  • 适用于内容生成前的素材调研、社交媒体趋势分析或创意灵感挖掘等研究场景。
  • 通过输入关键词、主题或来源线索,调用 RawUGC API 获取视频、图像或音乐等内容资源。
  • 安装命令为 openclaw skills install ai-ugc,需确认权限范围及是否涉及联网或文件操作。
  • 建议结合原始 README 核验具体用法,并注意维护状态与版权合规要求。

SKILL.md

name
rawugc-api
description
Call the RawUGC API to generate AI videos/images/music, manage content (personas, products, styles, characters), schedule social media posts, research TikTok content, and analyze viral videos. Use when the user wants to interact with any RawUGC API endpoint.
requires
env
compatibility
Requires RAWUGC_API_KEY (Bearer token for https://rawugc.com/api/v1). Obtain from RawUGC dashboard.
homepage
https://github.com/tfcbot/rawugc-skills
source
https://github.com/tfcbot/rawugc-skills

RawUGC API

Procedural knowledge for agents to call the RawUGC API. All requests require an API key from the RawUGC dashboard, passed via environment variable.

Authentication

  • Environment variable: Read the API key from RAWUGC_API_KEY. The key is created in the RawUGC dashboard and must be kept secret; do not hardcode or log it.
  • Header: Send on every request: Authorization: Bearer <value of RAWUGC_API_KEY>.
  • If RAWUGC_API_KEY is missing or empty, inform the user they must set it and obtain a key from the RawUGC dashboard.

Base URL

  • Production: https://rawugc.com/api/v1
  • All paths below are relative to this base.

API Versioning

RawUGC uses date-based API versioning. The current latest version is 2026-03-06.

  • RawUGC-Version request header: Override the version per-request (recommended).
  • API key pinned version: Set when creating the key in the dashboard.
  • Fallback: Latest version (2026-03-06) if neither is set.

Always send RawUGC-Version: 2026-03-06 in requests to ensure consistent behavior.


Video Generation

POST /videos/generate

Initiate video generation.

Request body (JSON):

FieldTypeRequiredDescription
modelstringYessora-2-text-to-video, sora-2-image-to-video, kling-2.6/motion-control, veo3, veo3_fast
promptstringFor text-to-video / veo3Text description (1-5000 chars)
imageUrlsstring[]For image-to-video / klingURLs, max 10. Veo3/veo3_fast accept up to 2 optional images.
videoUrlsstring[]For klingURLs, max 1. Required for kling-2.6/motion-control
aspectRatiostringNoSora: portrait/landscape. Veo3: 16:9/9:16/Auto
nFramesstringNo"10" or "15" (Sora only)
selectedCharacterstringNoCharacter username (e.g. rawugc.mia)
characterOrientationstringNoimage or video (kling only)
modestringNo720p or 1080p (kling only)

Response (201): videoId, model, status, creditsUsed, newBalance, estimatedCompletionTime, createdAt.

GET /videos/:videoId

Get video status. Returns videoId, status, model, prompt, creditsUsed, url (when completed), createdAt, completedAt, failCode, failMessage, versions (edit history array).

GET /videos

List videos. Query: status, limit (1-100, default 50), page. Returns videos array + pagination.

POST /videos/captions

Add styled captions to a completed video. Costs 1 credit.

FieldTypeRequiredDescription
videoIdstringYesVideo identifier (vid_xxx)
languagestringNoLanguage code (e.g. en). Defaults to auto-detect

Response (200): videoId, url, version, operation, creditsUsed.

POST /videos/overlay

Add text overlay to a completed video.

FieldTypeRequiredDescription
videoIdstringYesVideo identifier (vid_xxx)
textstringYesOverlay text (1-500 chars)
positionstringNotop, center, or bottom
fontSizeintegerNo8-200 pixels
topBottomMarginintegerNo0-500 pixels
strokeThicknessnumberNo0-10

Response (200): videoId, url, version, operation, creditsUsed.


Image Generation

POST /images/generate

Generate AI images using Nano Banana models. Async -- poll GET /images/:imageId.

FieldTypeRequiredDescription
modelstringYesnano-banana-2 (text-to-image, 4 credits) or google/nano-banana-edit (image editing, 2 credits)
promptstringYesText description or edit instruction (1-20000 chars)
imageUrlsstring[]For editingSource images. Required for google/nano-banana-edit. Optional for nano-banana-2 (reference images, max 14).
aspectRatiostringNoFor nano-banana-2: 1:1, 16:9, 9:16, auto, etc.
imageSizestringNoFor google/nano-banana-edit: 1:1, 16:9, 9:16, auto, etc.
resolutionstringNoFor nano-banana-2: 1K, 2K, 4K
outputFormatstringNopng, jpeg, jpg
googleSearchbooleanNoUse Google Web Search grounding (nano-banana-2 only)

Response (201): imageId, model, status, creditsUsed, newBalance, estimatedCompletionTime, createdAt.

GET /images/:imageId

Get image status. Returns imageId, status, model, prompt, url (when completed), imageSize, resolution, outputFormat, creditsUsed, createdAt, completedAt, failCode, failMessage.

GET /images

List images. Query: status, limit (1-100, default 20), page. Returns images array + pagination.


Music Generation

POST /music/generate

Generate AI music using Suno models. 3 credits per generation. Async -- poll GET /music/:musicId.

FieldTypeRequiredDescription
promptstringYesMusic description (1-2000 chars)
modelstringNoV3_5, V4, V4_5, V4_5PLUS, V4_5ALL, V5 (default: V5)
instrumentalbooleanNoInstrumental only, no vocals (default: true)
titlestringNoTrack title (max 200 chars). Enables custom mode with style.
stylestringNoStyle descriptor (max 500 chars, e.g. lo-fi hip hop)

Response (201): musicId, model, status, creditsUsed, newBalance, estimatedCompletionTime, createdAt.

GET /music/:musicId

Get music status. Returns musicId, status, model, prompt, audioUrl (when completed), albumArtUrl, duration, title, creditsUsed, createdAt, completedAt, failCode, failMessage.

GET /music

List music tracks. Query: status, limit (1-100, default 20), page. Returns tracks array + pagination.


Upload

POST /upload

Upload a video or image file. Returns a URL for use in generation requests (imageUrls, videoUrls) or analyze-video. Max 100MB.

Request: multipart/form-data with file field. Accepted types: video/mp4, video/quicktime, video/webm, image/png, image/jpeg, image/webp.

Response (200): url, contentType, size.


Characters

GET /characters

List all available AI characters (built-in + custom). Returns characters array, count, adminCount, userCount.

GET /characters/:characterId

Get a character by ID. Returns _id, username, displayName, description, videoPreviewUrl, type (admin/user), isActive, createdAt, updatedAt.


Personas (CRUD)

Personas define target audiences for content plan generation.

  • GET /personas -- List all. Returns personas array + count.
  • POST /personas -- Create. Body: name (required, max 200), description (required, max 5000). Returns id.
  • GET /personas/:personaId -- Get one.
  • PATCH /personas/:personaId -- Update. Body: name, description (both optional).
  • DELETE /personas/:personaId -- Delete.

PersonaResponse: _id, organizationId, name, description, createdAt, updatedAt.


Messaging (CRUD)

Brand/positioning messaging templates.

  • GET /messaging -- List all. Returns messages array + count.
  • POST /messaging -- Create. Body: name (required, max 200), body (required, max 5000). Returns id.
  • GET /messaging/:messageId -- Get one.
  • PATCH /messaging/:messageId -- Update. Body: name, body (both optional).
  • DELETE /messaging/:messageId -- Delete.

MessagingResponse: _id, organizationId, name, body, createdAt, updatedAt.


Products (CRUD)

Products for video generation.

  • GET /products -- List all. Returns products array + count.
  • POST /products -- Create. Body: name (required, max 200), photos (required, URL array), description (max 1000), messaging (max 5000). Returns id.
  • GET /products/:productId -- Get one.
  • PATCH /products/:productId -- Update. Body: name, description, photos, messaging (all optional).
  • DELETE /products/:productId -- Delete.

ProductResponse: _id, name, description, photos, messaging, createdAt, updatedAt.


Styles (CRUD)

Video/image creative styles with optional prompt templates.

  • GET /styles -- List all (built-in + custom). Query: type (video/image). Returns styles array + count.
  • POST /styles -- Create. Body: name (required, max 200), description (max 1000), type (video/image), aspectRatio (portrait/landscape/square), promptTemplate (max 5000, supports {productName}, {messaging}, {character} placeholders). Returns id.
  • GET /styles/:styleId -- Get one.
  • PATCH /styles/:styleId -- Update. All fields optional.
  • DELETE /styles/:styleId -- Delete.

StyleResponse: _id, name, description, type, aspectRatio, styleId, promptTemplate, isAdmin, isStandard.


Social Scheduling

GET /social/accounts

List connected social accounts (max 3 per org). Returns accounts array + count. Each account: accountId, platform (tiktok/instagram/youtube), username, displayName, profilePicture, isActive.

POST /social/accounts

Sync connected accounts from the scheduling provider. Returns { success: boolean }.

DELETE /social/accounts/:accountId

Disconnect a social account. Returns { success: boolean }.

POST /social/posts

Schedule, draft, or immediately publish a video to social media.

FieldTypeRequiredDescription
videoUrlstringYesURL of video to post
accountIdsstring[]YesTarget account IDs
modestringYesschedule, draft, or now
scheduledForintegerFor scheduleUnix timestamp (ms)
timezonestringNoIANA timezone (default: UTC)
contentstringNoCaption (max 2200 chars)
videoIdstringNoRawUGC video ID to link
publishToInboxbooleanNoSend to TikTok Creator Inbox
tiktokPrivacyLevelstringNoSELF_ONLY, PUBLIC_TO_EVERYONE, MUTUAL_FOLLOW_FRIENDS, FOLLOWER_OF_CREATOR
tiktokAllowCommentbooleanNoAllow TikTok comments
tiktokAllowDuetbooleanNoAllow TikTok duets
tiktokAllowStitchbooleanNoAllow TikTok stitches
tiktokCommercialContentTypestringNonone, brand_organic, brand_content

Response (201): SocialPost object.

GET /social/posts

List posts. Query: fromDate (ms), toDate (ms), includeDrafts (boolean). Returns posts array + count.

GET /social/posts/:postId

Get a post.

PATCH /social/posts/:postId

Update a post. Body: content, scheduledFor, timezone, accountIds (at least one field required).

DELETE /social/posts/:postId

Delete a post. Returns { success: boolean }.

POST /social/posts/:postId/reschedule

Reschedule a post. Body: scheduledFor (required, ms), timezone.

POST /social/posts/:postId/publish

Immediately publish a draft post.

SocialPost: postId, platforms, status (draft/scheduled/published/failed), scheduledFor, timezone, content, videoUrl, createdAt, publishedAt.


Viral Library

GET /viral-library/videos/:videoId

Get a viral library video with full AI analysis (hooks, keyframes, performance insights). Returns ViralLibraryVideo.

GET /viral-library/search

Semantic search across analyzed videos. Query: q (required, natural language), limit (1-50, default 20). Returns results (array of { video, score }), query, total.


Research

POST /scrape-tiktok

Scrape TikTok videos. Costs 3 credits.

FieldTypeRequiredDescription
querystringYesSearch keyword, hashtag, or query (max 500)
modestringNokeyword, hashtag, search (default: keyword)
limitintegerNo1-10 (default: 10)

Response (200): scrapeId (use with content-plans), count, videos (array with id, url, author, description, stats, duration, hashtags, thumbnail, videoUrl).

POST /content-plans

Generate a content plan from scraped videos. Costs 3 credits.

FieldTypeRequiredDescription
scrapeIdstringYesFrom scrape-tiktok response
briefstringYesContent plan goals (max 5000)

Response (200): planId, scrapeId, brief, topWins, gapsToTest, blueprints (array with category, strategy, evidence, contentIdeas).

GET /content-plans

List all content plans. Returns plans array + count.

POST /analyze-video

Analyze any video URL (social links or direct URLs). Costs 1 credit. Max 150MB.

FieldTypeRequiredDescription
videoUrlstringYesVideo URL to analyze
promptstringNoCustom analysis prompt (max 5000)

Response (200): summary, hook, keyframes (array with timestamp, type, description, visual, audio, text), durationSeconds, tags, whyItPerformed, attributesToCopy, hooksToTest.


Errors

All error responses use RFC 7807 Problem Details (JSON): type, title, status, detail, instance, errors.

StatusMeaning
400Validation error. Surface detail and errors to user.
401Auth error. Check RAWUGC_API_KEY.
402Insufficient credits. Add credits in dashboard.
403Insufficient scope. API key lacks permissions.
404Resource not found.
429Rate limit exceeded. Check X-RateLimit-Reset header.
500Server error. Retry or contact support.

Rate Limits

  • API Key: 10 req/min. Session: 20 req/min.
  • Headers: X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset (unix timestamp).

Workflow: Generate then poll

  1. Generate: POST to the generation endpoint. Note the returned ID (videoId/imageId/musicId).
  2. Poll: GET the status endpoint periodically (10-30s). Use exponential backoff.
  3. Finish: When status === 'completed', use the result URL. When failed, surface error to user.
  4. Edit (video only): POST to /videos/captions or /videos/overlay.

For full request/response shapes, see reference.md.

适合场景

01

文本生成图片

02

图片风格化

03

产品图和创意图

04

需要 FLUX 模型时

能力概览

能力 1

调用 FLUX 图像模型

能力 2

支持文本生图和图像改写

能力 3

覆盖 LoRA 或风格适配

能力 4

适合创意视觉生成

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

92.28%
按下载量换算8,665

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills