Token导航 LogoToken导航TokenDH.com
效率可写文件clawhub未标认证来源可访问clear审计提醒

openclaw-social-media-autopilotOpenClaw social media autopilot 日程管理

Agent Skill

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

总安装

3,539

周安装

152

GitHub Stars

公开资料未说明

下载量

1,240
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install openclaw-social-media-autopilot

简介

生成完整的 7 天社交媒体内容日历,其中包含适用于任何品牌的 Instagram 标题、主题标签、最佳发布时间和内容组合策略。

SKILL.md

name
social-media-autopilot
description
Generate a complete 7-day social media content calendar with Instagram-ready captions, hashtags, optimal posting times, and content mix strategy for any brand.
version
1.0.0
tags
[social-media, instagram, content-planning, marketing]

Social Media Autopilot

Purpose

Generates a complete, ready-to-execute 7-day social media content calendar for any brand. Outputs Instagram-optimized captions with emojis, hashtags, CTAs, and a strategic content mix. Powered by Gemini API for caption generation.

Requirements

  • Python 3.10+
  • google-generativeai package (pip install google-generativeai)
  • GEMINI_API_KEY in /Users/edwin/.openclaw/workspace/dreams-arts/.env

Usage

From Command Line

python autopilot.py --brand "Dream's Arts Evolution" --niche "custom art & printing" --audience "small business owners, event planners, PR locals"

Optional Flags

--tone "friendly, professional"    # Brand voice (default: "engaging, authentic")
--platforms "instagram,facebook"   # Target platforms (default: "instagram")
--start-date "2026-04-10"         # Calendar start date (default: tomorrow)
--output calendar.json            # Save to file instead of stdout

From Python

from autopilot import SocialMediaAutopilot

pilot = SocialMediaAutopilot()
calendar = pilot.generate(
    brand="Dream's Arts Evolution",
    niche="custom art & printing",
    audience="small business owners, event planners",
    tone="friendly, bilingual English-Spanish"
)

Output Format

{
  "brand": "Dream's Arts Evolution",
  "strategy": {
    "content_mix": {
      "educational": "20%",
      "promotional": "25%",
      "engagement": "25%",
      "behind_the_scenes": "20%",
      "user_generated_content": "10%"
    },
    "posting_frequency": "1-2 posts/day",
    "best_times": ["9:00 AM", "12:00 PM", "5:30 PM"]
  },
  "calendar": [
    {
      "day": "Monday",
      "date": "2026-04-10",
      "posts": [
        {
          "time": "9:00 AM",
          "type": "behind_the_scenes",
          "visual_direction": "Photo of team working on a custom order",
          "caption": "Every masterpiece starts with a blank canvas... and a LOT of coffee ☕🎨\
\
Watch our team bring your ideas to life, one print at a time.\
\
👉 DM us your next project idea!\
\
#CustomArt #PrintShop #CaguasPR #SmallBusinessPR #DreamsArtsEvolution",
          "hashtags": ["#CustomArt", "#PrintShop", "#CaguasPR"],
          "cta": "DM us your next project idea!",
          "content_pillar": "behind_the_scenes"
        }
      ]
    }
  ],
  "weekly_themes": {
    "monday": "Motivation Monday / Behind the Scenes",
    "tuesday": "Tutorial Tuesday / Educational",
    "wednesday": "Work-in-Progress Wednesday",
    "thursday": "Throwback Thursday / Testimonial",
    "friday": "Feature Friday / Product Spotlight",
    "saturday": "Showcase Saturday / Portfolio",
    "sunday": "Sunday Funday / Engagement"
  }
}

How Claude Should Use This Skill

  1. Gather brand info: Ask for or determine the brand name, niche, and target audience.
  2. Run the generator: Execute via Bash with the appropriate flags.
  3. Review the calendar: Check quality, variety, and strategic alignment before presenting.
  4. Send for approval: Never publish directly. Present the calendar to Edwin for review.
  5. Schedule posts: Once approved, use the calendar to schedule posts in the optimal windows.

Content Mix Strategy

The skill balances 5 content pillars across the week:

  • Educational (20%): Tips, how-tos, industry insights
  • Promotional (25%): Product showcases, offers, new arrivals
  • Engagement (25%): Polls, questions, challenges, UGC prompts
  • Behind the Scenes (20%): Process, team, workspace, making-of
  • Social Proof (10%): Reviews, testimonials, customer features

Caption Quality Rules

  • Each caption is 3-5 lines with line breaks for readability
  • Includes 1-2 relevant emojis per line (not excessive)
  • Ends with a clear CTA (DM, comment, link in bio, etc.)
  • 15-20 hashtags per post, mix of high-volume and niche
  • Bilingual support (English/Spanish) when specified

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

85.69%
按下载量换算1,063

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

可写文件

该 Skill 可能写入或修改本地文件,使用前需要确认目标目录和修改范围。

安装前确认

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

来源信息

继续浏览同类 Skills