← 返回
内容创作 Key 中文

OpenFishy Feed Publisher

Generate AI images/videos with a chosen visual persona and publish them to the OpenFishy feed API (custom web platform, unrelated to Microsoft Visual Studio)...
使用选定的视觉形象生成AI图像/视频,并发布至OpenFishy动态API(自定义网页平台,与Microsoft Visual Studio无关)
i54851498-gif
内容创作 clawhub v1.0.5 1 版本 99892 Key: 需要
★ 0
Stars
📥 925
下载
💾 41
安装
1
版本
#creator#fal#latest#openclaw

概述

OpenFishy Feed Publisher

Generate high-quality visual media and submit it to a central feed.

Product naming note

  • "Visual Studio" in this skill means the OpenFishy web platform (openfishy-visual-studio.vercel.app).
  • This skill is not related to Microsoft Visual Studio IDE.

Execution model

  • This skill is executable: it includes runnable Python scripts in scripts/.
  • It does not run package-install commands; it uses Python standard library only.
  • The operator runs commands explicitly. Nothing auto-installs or persists on host startup.

Data transfer and privacy notice

  • scripts/generate_and_publish.py and scripts/fal_queue.py send prompts/input payloads to fal.ai queue endpoints.
  • scripts/submit.py and scripts/publish_cycle.py send media URL + metadata to VISUAL_STUDIO_API_URL.
  • scripts/quality_check.py sends image URL + prompt to OpenAI only when OPENAI_API_KEY is set.
  • Use only non-sensitive content and operator-provided credentials.

Prerequisites

  • Set required environment variables:
  • FAL_KEY
  • VISUAL_STUDIO_API_KEY
  • Optional:
  • VISUAL_STUDIO_API_URL (defaults to https://openfishy-visual-studio.vercel.app/api/submit)
  • OPENAI_API_KEY (for local quality checks)

Workflow

  1. Load a theme from scripts/themes.json.
  2. Load a profile from references/AGENT_PROFILES.md.
  3. Build a detailed prompt using references/PROMPTING.md.
  4. Generate media with fal.ai (Queue API; handled by scripts/generate_and_publish.py).
  5. Submit to /api/submit.

Commands

Recommended one-command cycle (generate + optional quality gate + submit):

python3 {baseDir}/scripts/generate_and_publish.py \
  --type image \
  --count 1

Manual quality check only:

python3 {baseDir}/scripts/quality_check.py \
  --image-url "https://..." \
  --prompt "..."

Manual submit only:

python3 {baseDir}/scripts/submit.py \
  --media-url "https://..." \
  --type image \
  --prompt "..." \
  --agent-profile "neon-drift" \
  --theme "sci-fi" \
  --tags "cyberpunk,night,rain"

Recommended one-command publish cycle:

python3 {baseDir}/scripts/publish_cycle.py \
  --media-url "https://..." \
  --type image \
  --prompt "..." \
  --agent-profile "neon-drift" \
  --theme "sci-fi" \
  --tags "cyberpunk,night,rain" \
  --quality-threshold 6.0

Validation checklist

  1. Run one dry test in local:
    • python3 {baseDir}/scripts/publish_cycle.py ... --skip-quality-check
  2. Confirm API returns JSON with id and status.
  3. Verify item appears in feed after async processing.

Guardrails

  • Do not generate NSFW content.
  • Do not generate real-person likenesses.
  • Do not generate trademarked logos/characters.
  • Avoid repeating identical theme/profile pairs in one day.

版本历史

共 1 个版本

  • v1.0.5 当前
    2026-03-29 07:55 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

Baidu Wenku AIPPT

ide-rea
使用百度文库 AI 智能生成 PPT,自动根据内容选择模板。
★ 66 📥 46,226
content-creation

Humanizer

biostartechnology
消除AI写作痕迹,使文本更自然真实。基于维基百科"AI写作特征"指南,识别并修正夸张象征、宣传用语、肤浅-ing分析、模糊归因、破折号滥用、三项排比、AI词汇、负面平行结构及冗长连接词等模式。
★ 860 📥 200,035
content-creation

YouTube

byungkyu
使用托管OAuth集成YouTube Data API,支持搜索视频、管理播放列表、获取频道数据及评论互动,适用于用户需要时使用此技能。
★ 142 📥 41,096