Install
$ agentstack add skill-gokulb20-crewm8-social-media-manager-skill-graph-asset-format ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Asset Format
Enforce correct dimensions, aspect ratios, and safe zones for every visual asset on every platform. Wrong dimensions mean cropped images, blurry posts, and a brand that looks amateur. This skill is the single source of truth for visual specs.
Purpose
Every platform displays images differently. The same image that looks perfect on X gets cropped badly on LinkedIn. This skill eliminates guesswork by providing exact specs per platform, content type, and asset format — so every visual lands correctly.
When to Use
- Before exporting any image or video for social
- Visual plan, meme, or image prompt needs dimension guidance
- Founder sends a raw image: "Format this for X"
- Auditing existing posts for formatting issues
Inputs Required
- Target platform
- Content type (feed post, story, banner, carousel, video, link preview)
- Source asset dimensions (if resizing an existing image)
Quick Reference
Image Dimensions
| Platform | Aspect Ratio | Resolution | Best For | |----------|-------------|-----------|----------| | X (feed) | 16:9 | 1200x675 or 1600x900 | General posts, quote cards | | X (link preview) | 1.91:1 | 1200x628 | Link preview cards | | IG Feed (portrait) | 4:5 | 1080x1350 | Carousels, primary posts | | IG Feed (square) | 1:1 | 1080x1080 | General feed posts | | IG Stories / Reels | 9:16 | 1080x1920 | Stories, Reels | | LinkedIn Feed | 4:5 or 1.91:1 | 1200x1500 (4:5) | Carousels, single images | | LinkedIn Banner | ~3.33:1 | 1584x396 | Profile header | | TikTok | 9:16 | 1080x1920 | All videos |
Video Specifications
| Platform | Aspect Ratio | Max Duration | Max Size | Codec | |----------|-------------|-------------|---------|-------| | X video | 16:9 or 1:1 | 2:20 (premium longer) | 512MB | H.264 | | IG Reels | 9:16 | 90 sec | 4GB | H.264 | | LinkedIn video | 16:9 or 1:1 | 10 min | 5GB | H.264 | | TikTok | 9:16 | 10 min | Varies | H.264 |
Procedure
- Identify the platform and content type. Feed post? Story? Banner? Carousel? Video? Thumbnail?
- Select dimensions from the Quick Reference table.
- Check safe zones:
- X feed: rounded corners — keep critical content away from edges
- IG feed: profile icon + UI elements overlay bottom-left — avoid text there
- LinkedIn: "see more" cut — first 2 caption lines matter most
- TikTok: UI (likes, comments) overlays right and bottom edges — keep content in center 80%
- All platforms: avoid bottom 10-15% for key content
- Specify export settings:
- Image: PNG for graphics with text (lossless), JPG for photos (quality 85-95%)
- Video: MP4, H.264, 30fps, captions embedded
- If source asset is wrong aspect ratio:
- Recommend cropping (specify what to crop)
- Or extending with blurred background fill
- Provide the format checklist for the exact asset type.
Output Format
# Asset Format: [Asset Name]
## Platform: [X / LinkedIn / IG / TikTok]
## Content Type: [Feed / Story / Banner / Carousel / Video]
### Specifications
- **Aspect ratio:** [e.g., 4:5]
- **Resolution:** [e.g., 1080x1350 px]
- **File format:** [PNG / JPG / MP4]
- **File size limit:** [Platform max]
### Safe Zones
- **Top:** [N]px margin
- **Bottom:** [N]px margin (UI overlay risk)
- **Left:** [N]px margin
- **Right:** [N]px margin
- **Center safe area:** [Effective usable area]
### Source Asset Adjustment
[Cropping/extension notes if source is different ratio]
### Export Settings
- **Format:** [PNG/JPG/MP4 settings]
- **Color space:** sRGB
- **Compression:** [Level or bitrate]
Done Criteria
The skill is complete when:
- Dimensions match the target platform and content type
- Safe zones are documented (including platform UI overlays)
- File format and export settings are specified
- Any source asset adjustments are stated (crop, extension, fill)
Pitfalls
- Designing at the wrong aspect ratio and cropping critical content
- Forgetting platform UI overlays cover part of the image
- Exporting at too-low resolution (blurry on high-DPI screens)
- Exporting at too-high file size (platform compression destroys quality)
- Carousels where slide 1 has a different ratio than slides 2-5 (platform rejects it)
Verification
Preview at platform display size (30-50% of screen width to simulate feed view). Is text readable? Are key elements in the safe zone? Export a test post in draft mode and review on mobile.
Example
Input: LinkedIn carousel. 6 slides. Source text: "3 signs your pricing is wrong."
Output:
- Aspect ratio: 4:5
- Resolution: 1200x1500 px per slide
- Format: PNG (graphics with text)
- Safe zones: top 10% + bottom 15% clear (LinkedIn UI + action buttons overlay the bottom)
- Center safe area: 75% of image height — put all text here
- Export: sRGB, PNG-24
- All 6 slides must share the same 4:5 ratio
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: gokulb20
- Source: gokulb20/Crewm8-Social-Media-Manager-Skill-Graph
- License: MIT
- Homepage: https://crewm8.ai
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.