Bytesagain Marketplace Listing Lab

v1.0.0

Generate marketplace listings and SEO copy. Use when writing Amazon, Taobao, Pinduoduo, Shopee, or marketplace product titles, bullets, attributes, and QA ch...

0· 52·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-marketplace-listing-lab.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Bytesagain Marketplace Listing Lab" (bytesagain-lab/bytesagain-marketplace-listing-lab) from ClawHub.
Skill page: https://clawhub.ai/bytesagain-lab/bytesagain-marketplace-listing-lab
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-marketplace-listing-lab

ClawHub CLI

Package manager switcher

npx clawhub@latest install bytesagain-marketplace-listing-lab
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the included script and SKILL.md. The script generates briefs, titles, bullets, audits, and other listing copy — which is exactly what the skill claims to do. No unrelated credentials, binaries, or services are requested.
Instruction Scope
SKILL.md directs agents to run a local bash script with explicit flags (product, features, channel, etc.). The script only reads its CLI args and produces formatted text; it does not reference external files, unexpected env vars, or remote endpoints.
Install Mechanism
No install spec is provided (instruction-only). A bundled bash script is included; it is executed locally and uses standard POSIX tools (sed/awk/paste). There are no downloads, extracts, or third-party package installs.
Credentials
No required environment variables, secrets, or config paths are declared or accessed. The script does not read or attempt to export credentials or other sensitive system config.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or persistent privileges. It does not modify other skills or system-wide settings; it simply outputs text to stdout.
Assessment
This skill appears coherent and low-risk: it runs a local bash script that formats and audits product copy and does not access network or credentials. Before installing or running, you may: (1) review the included scripts (already done here) to confirm there are no hidden network calls, (2) avoid passing highly sensitive data as product facts, and (3) treat generated claims as drafts — verify legal/marketplace compliance before publishing. Confidence is high because the script is short, readable, and matches the documented behavior.

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

latestvk971a2b4zerc84pf0gxkn9j07h85kznv
52downloads
0stars
1versions
Updated 2d ago
v1.0.0
MIT-0

BytesAgain Marketplace Listing Lab

Generate marketplace listings and SEO copy. 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 listing brief from product facts.

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

title

Generate channel-specific product titles.

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

bullets

Write benefits, bullets, and attributes.

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

compare

Compare copy across Amazon/Taobao/Pinduoduo styles.

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

audit

Check a listing for missing fields and risk words.

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

demo

Print a sample cross-marketplace listing 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...