# Send Social Media Manager to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "social-media-manager",
    "name": "Social Media Manager",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/tryan310/social-media-manager",
    "canonicalUrl": "https://clawhub.ai/tryan310/social-media-manager",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/social-media-manager",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=social-media-manager",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/social-media-manager"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/social-media-manager",
    "downloadUrl": "https://openagent3.xyz/downloads/social-media-manager",
    "agentUrl": "https://openagent3.xyz/skills/social-media-manager/agent",
    "manifestUrl": "https://openagent3.xyz/skills/social-media-manager/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/social-media-manager/agent.md"
  }
}
```
## Documentation

### Goal

Automate the creation and scheduling of high-engagement social media content across any platform (TikTok, Instagram, X/Twitter, LinkedIn, Facebook, YouTube, and more) using AI generation and the Postiz API.

### Supported Platforms

Postiz supports multi-platform publishing. Any platform you connect in Postiz can be targeted:

TikTok — Slideshows, carousels, short videos
Instagram — Reels, carousels, single-image posts
X / Twitter — Text posts, image threads
LinkedIn — Articles, image posts, carousels
Facebook — Posts, stories, reels
YouTube — Shorts, community posts
Pinterest, Reddit, Threads, and more as Postiz adds integrations

### Workflow

Research & Ideation: Brainstorm hooks using the "Conflict Formula": [Person] + [Conflict/Doubt] -> [AI Solution] -> [Resolution].
Content Generation: Use AI to generate platform-appropriate content.

Images/Slides: AI-generated visuals (e.g., Nano Banana Pro, gpt-image-1.5) at platform-optimal resolutions.
Text: AI-written captions, threads, or articles tailored to each platform's tone and format.
Video thumbnails: AI-generated cover images for video content.


Platform Adaptation: Adjust content format per platform:

TikTok/Instagram: Portrait 1024x1536, 6-slide carousels
X/Twitter: Landscape/square images, concise text
LinkedIn: Professional tone, landscape images
YouTube Shorts: Portrait video thumbnails


Consistency Check: Ensure "locked architecture" (same subject/theme, different styles).

Critical: Write one detailed description of the subject and reuse it in EVERY prompt. Only change the style/lighting/context.


Scheduling & Publishing: Upload and schedule via Postiz API.

Draft mode (SELF_ONLY) for review before publishing.
Scheduled posts for optimal engagement times.
Cross-post the same content across multiple platforms simultaneously.


Notification: Ping user with the caption and links to review/publish.

### Postiz API Integration

Postiz acts as the universal publishing layer. One API handles all connected platforms.

### Configuration

API URL: https://api.postiz.com/public/v1
Auth Header: Authorization: <API_KEY> (No Bearer prefix).
Media Upload: POST /upload first to get id and path.
Posting Method: Use UPLOAD (Draft) for multi-image content. DIRECT_POST works for single-image/text posts.

### Posting Structure

Top level: type ("now" or "schedule"), date (ISO 8601), posts (array).
Post level: integration: { id: "..." }, value: [ { content: "...", image: [ { id, path } ] } ].
Settings level: Platform-specific settings (e.g., __type: "tiktok", __type: "instagram", etc.).

### Technical Specs

Upload Media: curl -X POST {API_URL}/upload -H "Authorization: {KEY}" -F "file=@path/to/file"
Create Post: curl -X POST {API_URL}/posts -H "Authorization: {KEY}" -H "Content-Type: application/json" -d '{...}'
List Integrations: curl {API_URL}/integrations -H "Authorization: {KEY}" — use this to discover connected platforms and their integration IDs.

### The Conflict Formula

Adaptable to any product, service, or brand:

[Person] + [Common Pain Point] -> [Your Solution] -> [Success/Resolution]
Identify 4-6 pain points per product for content variety.
Each pain point becomes a unique content series.

### Slide/Carousel Structure

Slide 1: The "Before" or "Conflict" state + Hook Text Overlay
Slides 2-5: The "Transformation" or style options
Slide 6: The "Final Result" / Call to Action

### Success Log

2026-02-14: Posted "Rejected TWICE" carousel (6 slides, Conflict Formula). Fixed API fields: duet/stitch/comment (booleans), autoAddMusic ("yes"/"no"), brand_content_toggle/brand_organic_toggle (booleans). Top-level shortLink (bool) and tags (array) required.
2026-02-13: Successfully transitioned to UPLOAD method for TikTok slideshows. Confirmed that DIRECT_POST triggers ERROR state for multi-image sequences.

### Failure Log

2026-02-13: API Authentication requires Authorization: <KEY> (no Bearer).
2026-02-13: Postiz requires content_posting_method and privacy_level in settings.
2026-02-13: Draft upload via Postiz requires valid media URLs (uploads.postiz.com) and correct posts array structure.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: tryan310
- Version: 1.1.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-05-07T17:22:31.273Z
- Expires at: 2026-05-14T17:22:31.273Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/social-media-manager)
- [Send to Agent page](https://openagent3.xyz/skills/social-media-manager/agent)
- [JSON manifest](https://openagent3.xyz/skills/social-media-manager/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/social-media-manager/agent.md)
- [Download page](https://openagent3.xyz/downloads/social-media-manager)