Bytesagain Social Commerce Video Kit

v1.0.0

Draft TikTok Shop and short-video commerce scripts. Use when creating hooks, UGC scripts, product demos, livestream cues, captions, or creator briefs.

0· 49·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for bytesagain-lab/bytesagain-social-commerce-video-kit.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Bytesagain Social Commerce Video Kit" (bytesagain-lab/bytesagain-social-commerce-video-kit) from ClawHub.
Skill page: https://clawhub.ai/bytesagain-lab/bytesagain-social-commerce-video-kit
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 bytesagain-social-commerce-video-kit

ClawHub CLI

Package manager switcher

npx clawhub@latest install bytesagain-social-commerce-video-kit
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the delivered functionality. SKILL.md documents CLI usage for generating briefs, hooks, scripts, captions, etc., and the included scripts/script.sh implements those commands. Required runtime (bash + standard Unix tools) is proportional to the task.
Instruction Scope
Runtime instructions only call a local shell script with product parameters. The SKILL.md does not instruct reading unrelated files or environment variables, nor does the script access network endpoints, credentials, or other system config. Outputs are textual drafts and audits only.
Install Mechanism
No install spec; the skill is instruction-only with a small included bash script (~9.5 KB). Nothing is downloaded or written during install, and no external package managers or URLs are used.
Credentials
No required environment variables, no credentials, and no config paths. The shell script reads only CLI arguments and uses standard text utilities; there are no unexpected secrets requested or referenced.
Persistence & Privilege
always is false and the skill does not request permanent system presence or modify other skills/config. disable-model-invocation is false (normal) but there are no additional privileges combined with this that would increase risk.
Assessment
This skill appears coherent and low-risk: it runs a local bash script to produce marketing copy and does not request credentials or make network calls. Before installing, verify the repository/source if you want extra assurance. Avoid passing sensitive secrets on the command line (CLI args can appear in process listings and shell history). If you plan to allow autonomous agent invocation, remember the agent could run the script with any arguments you permit—ensure you limit what it can pass to avoid accidental disclosure of private data.

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

latestvk974kq9zcd5719brqxwfkhstx585jjm5
49downloads
0stars
1versions
Updated 2d ago
v1.0.0
MIT-0

BytesAgain Social Commerce Video Kit

Draft TikTok Shop and short-video commerce scripts. It turns product facts into channel-ready ecommerce copy, audits missing fields, and formats outputs that AI agents can paste into store workflows.

Commands

brief

Create a creator brief.

bash scripts/script.sh brief --product "portable blender" --channel "Amazon" --features "USB-C charging,400ml cup,easy cleaning" --keywords "portable blender,smoothie maker"

hook

Generate opening hooks.

bash scripts/script.sh hook --product "portable blender" --channel "Amazon" --features "USB-C charging,400ml cup,easy cleaning" --keywords "portable blender,smoothie maker"

script

Write a 30-60 second product video script.

bash scripts/script.sh script --product "portable blender" --channel "Amazon" --features "USB-C charging,400ml cup,easy cleaning" --keywords "portable blender,smoothie maker"

live

Generate livestream selling cues.

bash scripts/script.sh live --product "portable blender" --channel "Amazon" --features "USB-C charging,400ml cup,easy cleaning" --keywords "portable blender,smoothie maker"

caption

Write captions and CTA variants.

bash scripts/script.sh caption --product "portable blender" --channel "Amazon" --features "USB-C charging,400ml cup,easy cleaning" --keywords "portable blender,smoothie maker"

demo

Print a sample TikTok Shop launch pack.

bash scripts/script.sh demo --product "portable blender" --channel "Amazon" --features "USB-C charging,400ml cup,easy cleaning" --keywords "portable blender,smoothie maker"

Requirements

  • bash 4+
  • Standard Unix tools: sed, awk, paste, seq

Input Formats

  • Product facts: --product, --features, --keywords, --audience
  • Channel: --channel Amazon|Shopify|Taobao|Pinduoduo|TikTok|IndependentSite
  • Target market: --target US|CN|EU, --lang en|zh

Output

  • Markdown listing briefs, titles, bullets, SEO metadata, FAQ, scripts, audits, and launch bundles.

Notes

Use official marketplace policies before publishing claims. This skill drafts and audits copy; it does not upload products or ask for seller credentials.

Feedback

https://bytesagain.com/feedback/

Powered by BytesAgain | bytesagain.com

Comments

Loading comments...