SocialPack Multi-Platform Social Media Generator

v1.0.0

Generate platform-specific social posts from a single brief. Twitter threads, LinkedIn, Instagram, Reddit. One input, every platform.

0· 1.6k·7 current·7 all-time
byShadow Rose@theshadowrose

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for theshadowrose/social-pack.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "SocialPack Multi-Platform Social Media Generator" (theshadowrose/social-pack) from ClawHub.
Skill page: https://clawhub.ai/theshadowrose/social-pack
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install social-pack

ClawHub CLI

Package manager switcher

npx clawhub@latest install social-pack
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (multi-platform social post generation) matches the SKILL.md usage and the included src/social-pack.js implementation. The code only formats text for platforms and generates simple hashtags. There are no unrelated credentials, binaries, or platform APIs required. Minor note: the LIMITS object in code contains a 'facebook' entry not documented in SKILL.md/README — harmless but slightly inconsistent.
Instruction Scope
SKILL.md gives narrow, concrete usage instructions (require the module and call generate). It does not instruct the agent to read arbitrary files, access environment variables, or transmit data. The README/SKILL.md mention local storage and that data is not transmitted unless configured, but there is no code here that writes files or performs external network calls — this is a documentation/implementation mismatch rather than an active risk.
Install Mechanism
No install spec is provided (instruction-only with an included code file). Nothing is downloaded or extracted at install time and no third-party package installation is mandated by the skill bundle.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The code does not read process.env or any external auth tokens. Requested environment access is minimal and proportional to the stated purpose.
Persistence & Privilege
always is false and the skill does not request or modify other skills' configuration or system-wide settings. Autonomous invocation is allowed (platform default) but the skill has no privileged access or sensitive scopes, so the risk from autonomous execution is low.
Assessment
This skill appears to be a simple, local text formatter for social posts and is internally coherent. Before installing: (1) Inspect the included src/social-pack.js yourself or run it in an isolated/dev environment to confirm behavior. (2) Do not provide any API keys, credentials, or secrets to this skill (it does not need them). (3) If you expect persistent storage, note the documentation mentions local storage but the provided code does not implement file writes — treat data as in-memory unless you add explicit storage. (4) Because the skill bundle came from an unknown source, prefer running it offline or in a sandbox, and review future updates for added network or credential usage.

Like a lobster shell, security has layers — review code before you run it.

automationvk97cme36ghe9qvpd0bhw3a1m6182qczacontentvk97cme36ghe9qvpd0bhw3a1m6182qczalatestvk97cme36ghe9qvpd0bhw3a1m6182qczamarketingvk97cme36ghe9qvpd0bhw3a1m6182qczapostingvk97cme36ghe9qvpd0bhw3a1m6182qczasocial-mediavk97cme36ghe9qvpd0bhw3a1m6182qczasocial-packvk97cme36ghe9qvpd0bhw3a1m6182qcza
1.6kdownloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

SocialPack Multi-Platform Social Media Generator

Generate platform-specific social posts from a single brief. Twitter threads, LinkedIn, Instagram, Reddit. One input, every platform.


One brief. Every platform. Properly formatted for each.

Usage

const { SocialPack } = require('./src/social-pack');
const pack = new SocialPack();

const posts = await pack.generate({
  brief: 'Launched 30 AI agent tools on ClawHub today',
  platforms: ['twitter', 'linkedin', 'reddit'],
  tone: 'excited but professional'
});

Platform Formats

PlatformFormatLimits
Twitter/XThread (280/tweet)Auto-splits, numbers threads
LinkedInProfessional post3000 chars, hashtags at bottom
InstagramCaption + hashtags2200 chars, 30 hashtag limit
RedditTitle + bodySubreddit-aware tone
MastodonToot500 chars

Features

  • Auto-formatting per platform rules
  • Hashtag generation — relevant, not spammy
  • Thread splitting — Twitter threads that read naturally
  • Tone adaptation — same message, different voice per platform
  • A/B variants — generate 2-3 versions to test

⚠️ Disclaimer

This software is provided "AS IS", without warranty of any kind, express or implied.

USE AT YOUR OWN RISK.

  • The author(s) are NOT liable for any damages, losses, or consequences arising from the use or misuse of this software — including but not limited to financial loss, data loss, security breaches, business interruption, or any indirect/consequential damages.
  • This software does NOT constitute financial, legal, trading, or professional advice.
  • Users are solely responsible for evaluating whether this software is suitable for their use case, environment, and risk tolerance.
  • No guarantee is made regarding accuracy, reliability, completeness, or fitness for any particular purpose.
  • The author(s) are not responsible for how third parties use, modify, or distribute this software after purchase.

By downloading, installing, or using this software, you acknowledge that you have read this disclaimer and agree to use the software entirely at your own risk.

DATA DISCLAIMER: This software processes and stores data locally on your system. The author(s) are not responsible for data loss, corruption, or unauthorized access resulting from software bugs, system failures, or user error. Always maintain independent backups of important data. This software does not transmit data externally unless explicitly configured by the user.


Support & Links

🐛 Bug ReportsTheShadowyRose@proton.me
Ko-fiko-fi.com/theshadowrose
🛒 Gumroadshadowyrose.gumroad.com
🐦 Twitter@TheShadowyRose
🐙 GitHubgithub.com/TheShadowRose
🧠 PromptBasepromptbase.com/profile/shadowrose

Built with OpenClaw — thank you for making this possible.


🛠️ Need something custom? Custom OpenClaw agents & skills starting at $500. If you can describe it, I can build it. → Hire me on Fiverr

Comments

Loading comments...