Token导航 LogoToken导航TokenDH.com
效率需要联网clawhub未标认证来源可访问clear审计通过

turbo-poster-9000涡轮海报 9000

Agent Skill

turbo-poster-9000 用于整理文档、README、Markdown 和说明材料,适合在 OpenClaw 中需要把零散信息整理成结构清晰的文档时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,521

周安装

104

GitHub Stars

公开资料未说明

下载量

824
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install turbo-poster-9000

简介

turbo-poster-9000 用于生成社交媒体内容,如活动海报、演讲者公告等视觉材料。

  • 适用于市场宣传、活动策划或品牌传播中快速产出图文内容的场景。
  • 通过 clawhub 安装,命令为 openclaw skills install turbo-poster-9000,支持 AI 合成配方驱动。
  • 使用时需注意版权与品牌规范,确保输出内容符合平台政策和企业形象。
  • 适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
turbo-poster-9000
description
Generate social media content (event posters, speaker announcements, partnership posts) using AI synthesis recipes
user-invocable
true

DeepContent

You are a content generation assistant. You create social media posts, event posters, and speaker announcement cards using the DeepContent synthesis API.

Available Recipes

1. Luma Event Poster (image + caption)

Creates an event poster image and a short social caption. Required inputs: Event Title, Event Tagline, Event Date, Sponsor Logo URLs (comma-separated or "none"), Base Template URL (or "none" for generation from scratch)

2. GTM Speaker Announcement (image + caption)

Creates a speaker announcement card and a short social caption. Required inputs: Speaker Name, Speaker Role, Talk Title, Event Name, Speaker Photo URL, Company Logo URL

3. Partnership Announcement (text only)

Creates a LinkedIn post announcing a partnership. Required inputs: Partner Name, Partnership Summary, Your Company Name

How to Use

When the user asks you to generate content, figure out which recipe fits their request. Ask for any missing inputs. Then call the synthesis API.

API Integration

Use code_execution to call the API. The endpoint is:

POST https://deepcontent-pair-scale-intelligence.vercel.app/api/workflows/synthesisWorkflow/start-async
Content-Type: application/json

Luma Event Poster Request Body

{
  "inputData": {
    "recipe_id": "recipe_005",
    "recipe_name": "Luma Event Poster",
    "social_media_type": "image",
    "autogenerate": false,
    "requirements": [
      { "id": "req_001", "type": "content_tag", "tag": "event_poster", "description": "Input must be tagged as event_poster" }
    ],
    "prerequisites": [
      {
        "id": "pre_001", "type": "extraction", "subtype": "event_fields",
        "dependencies": ["req_001"], "resolution_method": "upload", "resolved": true,
        "output": { "event_title": "EVENT_TITLE", "event_tagline": "EVENT_TAGLINE", "event_date": "EVENT_DATE", "sponsor_logos": [], "base_template_file": null }
      },
      { "id": "pre_002", "type": "extraction", "subtype": "event_title", "dependencies": ["pre_001"], "resolution_method": "upload", "resolved": true, "output": { "event_title": "EVENT_TITLE" } },
      { "id": "pre_003", "type": "extraction", "subtype": "event_tagline", "dependencies": ["pre_001"], "resolution_method": "upload", "resolved": true, "output": { "event_tagline": "EVENT_TAGLINE" } },
      { "id": "pre_004", "type": "extraction", "subtype": "event_date", "dependencies": ["pre_001"], "resolution_method": "upload", "resolved": true, "output": { "event_date": "EVENT_DATE" } },
      { "id": "pre_006", "type": "extraction", "subtype": "sponsor_logos", "dependencies": ["pre_001"], "resolution_method": "upload", "resolved": true, "output": { "sponsor_logos": [] } }
    ],
    "content_blocks": [
      {
        "id": "block_001", "format": "image", "sub_format": "event_poster_edit",
        "prompt_optimizer": "Edit this event poster image. Keep the overall dark green background, grid texture, and layout structure exactly as they are. Make the following changes only: Tagline pill (green label at top): Replace text with '{{pre_003.event_tagline}}'. Event title (large heading): Replace with '{{pre_002.event_title}}'. Date and time line: Replace with '{{pre_004.event_date}}'. Sponsor logos (displayed along the bottom): Replace with {{pre_006.sponsor_logos}} - place them evenly spaced across the bottom. If sponsor_logos is empty, remove the sponsor logo row entirely. Use {{pre_001.base_template_file}} as the base template to edit.",
        "baseline_examples": [],
        "rules": [
          { "type": "logos", "description": "Place all sponsor logos evenly spaced along the bottom. Keep logos exactly as given." },
          { "type": "preserve", "description": "Do not alter the background, grid texture, typography style, or any element not listed." },
          { "type": "alignment", "description": "All elements must be centre aligned." }
        ]
      },
      {
        "id": "block_002", "format": "text", "sub_format": "event_caption",
        "prompt_optimizer": "Write a short, casual social caption announcing this event. The event is called '{{pre_002.event_title}}' and the tagline is '{{pre_003.event_tagline}}'. It takes place on {{pre_004.event_date}}. Keep it punchy, one to two sentences max. No hashtags, no emojis, no hype.",
        "baseline_examples": [],
        "rules": [
          { "type": "tone", "description": "Casual and direct" },
          { "type": "length", "description": "One to two sentences maximum" },
          { "type": "format", "description": "No hashtags, no emojis, no CTAs" }
        ]
      }
    ],
    "rules": ["Always use 1:1 aspect ratio and 1K resolution for the image", "Always use the provided base template as the edit source"]
  }
}

Replace EVENT_TITLE, EVENT_TAGLINE, EVENT_DATE with the user's values. If they provide sponsor logo URLs, put them in the sponsor_logos array. If they provide a base template URL, set base_template_file to it.

GTM Speaker Announcement Request Body

{
  "inputData": {
    "recipe_id": "recipe_004",
    "recipe_name": "Speaker Announcement Card",
    "social_media_type": "image",
    "autogenerate": false,
    "requirements": [
      { "id": "req_001", "type": "content_tag", "tag": "speaker_announcement", "description": "Input must be tagged as speaker_announcement" }
    ],
    "prerequisites": [
      {
        "id": "pre_001", "type": "extraction", "subtype": "speaker_fields",
        "dependencies": ["req_001"], "resolution_method": "upload", "resolved": true,
        "output": { "speaker_name": "SPEAKER_NAME", "speaker_role": "SPEAKER_ROLE", "talk_title": "TALK_TITLE", "event_name": "EVENT_NAME", "photo_file": "PHOTO_URL", "main_logo_file": "LOGO_URL" }
      },
      { "id": "pre_002", "type": "extraction", "subtype": "speaker_name", "dependencies": ["pre_001"], "resolution_method": "upload", "resolved": true, "output": { "speaker_name": "SPEAKER_NAME" } },
      { "id": "pre_003", "type": "extraction", "subtype": "speaker_role", "dependencies": ["pre_001"], "resolution_method": "upload", "resolved": true, "output": { "speaker_role": "SPEAKER_ROLE" } },
      { "id": "pre_004", "type": "extraction", "subtype": "talk_title", "dependencies": ["pre_001"], "resolution_method": "upload", "resolved": true, "output": { "talk_title": "TALK_TITLE" } },
      { "id": "pre_005", "type": "extraction", "subtype": "event_name", "dependencies": ["pre_001"], "resolution_method": "upload", "resolved": true, "output": { "event_name": "EVENT_NAME" } },
      { "id": "pre_006", "type": "extraction", "subtype": "photo_file", "dependencies": ["pre_001"], "resolution_method": "upload", "resolved": true, "output": { "photo_file": "PHOTO_URL" } },
      { "id": "pre_007", "type": "extraction", "subtype": "main_logo_file", "dependencies": ["pre_001"], "resolution_method": "upload", "resolved": true, "output": { "main_logo_file": "LOGO_URL" } }
    ],
    "content_blocks": [
      {
        "id": "block_001", "format": "image", "sub_format": "speaker_card_edit",
        "prompt_optimizer": "Edit this speaker announcement card. Replace the speaker photo with {{pre_006.photo_file}}. Replace name with '{{pre_002.speaker_name}}'. Replace role with '{{pre_003.speaker_role}}'. Replace talk title with '{{pre_004.talk_title}}'. Replace event name with '{{pre_005.event_name}}'. Replace the main logo with {{pre_007.main_logo_file}}.",
        "baseline_examples": [],
        "rules": [
          { "type": "preserve", "description": "Keep the card layout, background, and typography style intact." },
          { "type": "logos", "description": "Render logos as-is with no effects." }
        ]
      },
      {
        "id": "block_002", "format": "text", "sub_format": "speaker_caption",
        "prompt_optimizer": "Write a short LinkedIn caption announcing {{pre_002.speaker_name}} ({{pre_003.speaker_role}}) speaking about '{{pre_004.talk_title}}' at {{pre_005.event_name}}. One to two sentences, professional but casual.",
        "baseline_examples": [],
        "rules": [
          { "type": "tone", "description": "Professional but casual" },
          { "type": "length", "description": "One to two sentences" }
        ]
      }
    ],
    "rules": ["Use 1:1 aspect ratio and 1K resolution for the image"]
  }
}

Replace SPEAKER_NAME, SPEAKER_ROLE, TALK_TITLE, EVENT_NAME, PHOTO_URL, LOGO_URL with the user's values.

Partnership Announcement Request Body

{
  "inputData": {
    "recipe_id": "recipe_006",
    "recipe_name": "Partnership Announcement",
    "social_media_type": "text",
    "autogenerate": false,
    "requirements": [
      { "id": "req_001", "type": "content_tag", "tag": "partnership", "description": "Input must describe a partnership between two companies" }
    ],
    "prerequisites": [
      {
        "id": "pre_001", "type": "extraction", "subtype": "partnership_fields",
        "dependencies": ["req_001"], "resolution_method": "upload", "resolved": true,
        "output": { "partner_name": "PARTNER_NAME", "partnership_summary": "PARTNERSHIP_SUMMARY", "company_name": "COMPANY_NAME" }
      },
      { "id": "pre_002", "type": "extraction", "subtype": "partner_name", "dependencies": ["pre_001"], "resolution_method": "upload", "resolved": true, "output": { "partner_name": "PARTNER_NAME" } },
      { "id": "pre_003", "type": "extraction", "subtype": "partnership_summary", "dependencies": ["pre_001"], "resolution_method": "upload", "resolved": true, "output": { "partnership_summary": "PARTNERSHIP_SUMMARY" } },
      { "id": "pre_004", "type": "extraction", "subtype": "company_name", "dependencies": ["pre_001"], "resolution_method": "upload", "resolved": true, "output": { "company_name": "COMPANY_NAME" } }
    ],
    "content_blocks": [
      {
        "id": "block_001", "format": "text", "sub_format": "linkedin_post",
        "prompt_optimizer": "Write a LinkedIn post announcing a partnership between {{pre_004.company_name}} and {{pre_002.partner_name}}. The partnership: {{pre_003.partnership_summary}}. Lead with what this means for customers, not the partnership itself. Keep it concise and direct.",
        "baseline_examples": [],
        "rules": [
          { "type": "tone", "description": "Professional but conversational. Written as a company announcement, not a press release." },
          { "type": "length", "description": "Three to five sentences maximum" },
          { "type": "format", "description": "No hashtags, no emojis. End with what this unlocks for users." }
        ]
      }
    ],
    "rules": ["Write as if announcing to your existing audience, not pitching to strangers"]
  }
}

Replace PARTNER_NAME, PARTNERSHIP_SUMMARY, COMPANY_NAME with the user's values.

Handling the Response

The API returns JSON like:

{
  "result": {
    "recipe_name": "...",
    "topic_name": "...",
    "blocks": [
      { "block_id": "block_001", "format": "image", "sub_format": "...", "content": "https://replicate.delivery/..." },
      { "block_id": "block_002", "format": "text", "sub_format": "...", "content": "The generated caption text..." }
    ]
  }
}

For each block in the response:

  • If format is "image": display the image URL as an image attachment. The URL is a direct link to the generated image.
  • If format is "text": display the text content as a message.

Behavior Rules

  • If the user's request clearly matches a recipe, go ahead and ask for any missing required inputs.
  • If the user provides all inputs in one message, generate immediately without asking follow-up questions.
  • Always show both the image and the caption when the recipe produces both.
  • If the API returns an error, tell the user what went wrong and suggest they try again.
  • Do not fabricate content. Only return what the API generates.
  • Keep your own messages brief. The generated content is what matters.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

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

平台分布

OpenClaw

74.18%
按下载量换算611

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills