← Back to Skills Marketplace
bytesagain-lab

Bytesagain Social Commerce Video Kit

by bytesagain-lab · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
53
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install bytesagain-social-commerce-video-kit
Description
Draft TikTok Shop and short-video commerce scripts. Use when creating hooks, UGC scripts, product demos, livestream cues, captions, or creator briefs.
README (SKILL.md)

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

Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: bytesagain-social-commerce-video-kit Version: 1.0.0 The skill bundle is a text generation and formatting tool for social commerce marketing scripts. The primary logic in scripts/script.sh uses standard Unix utilities (sed, awk, tr, seq) to process user-provided product details into structured marketing copy. There are no indicators of data exfiltration, network activity, or malicious command execution.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install bytesagain-social-commerce-video-kit
  3. After installation, invoke the skill by name or use /bytesagain-social-commerce-video-kit
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release for TikTok Shop and social commerce scripts
Metadata
Slug bytesagain-social-commerce-video-kit
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Bytesagain Social Commerce Video Kit?

Draft TikTok Shop and short-video commerce scripts. Use when creating hooks, UGC scripts, product demos, livestream cues, captions, or creator briefs. It is an AI Agent Skill for Claude Code / OpenClaw, with 53 downloads so far.

How do I install Bytesagain Social Commerce Video Kit?

Run "/install bytesagain-social-commerce-video-kit" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Bytesagain Social Commerce Video Kit free?

Yes, Bytesagain Social Commerce Video Kit is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Bytesagain Social Commerce Video Kit support?

Bytesagain Social Commerce Video Kit is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Bytesagain Social Commerce Video Kit?

It is built and maintained by bytesagain-lab (@bytesagain-lab); the current version is v1.0.0.

💬 Comments