← Back to Skills Marketplace
212
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install super-marketing-pro
Description
Full-stack B2B marketing execution skill equivalent to a 10-person agency team. Use for: building ICP and brand messaging, generating multi-platform content...
Usage Guidance
This skill largely matches its stated marketing function, but exercise caution before installing: 1) The bundled Python scripts call an external LLM and require an OPENAI_API_KEY (and the openai package), but the registry manifest did not list any required env vars — treat that as a red flag and add the missing declaration or ask the author for clarity. 2) Any long-form source files you feed into content_repurposer or other scripts will be sent to the LLM provider; do not include PII, secrets, customer data, or proprietary documents you can't expose. 3) Inspect scripts/llm_utils.py to confirm which endpoint, model, and timeout/retry/logging behavior are used, and ensure API calls are not logged to disk or sent to additional endpoints. 4) Run the skill in an isolated environment first (no production keys) and monitor network calls to confirm only the expected LLM endpoints are used. 5) Prefer creating a scoped/test API key with limited quota and audit logs; if you accept the skill, ask the maintainer to update the manifest to declare OPENAI_API_KEY and other runtime requirements for transparency.
Capability Analysis
Type: OpenClaw Skill
Name: super-marketing-pro
Version: 3.1.0
The 'super-marketing-pro' skill bundle is a legitimate set of tools designed for B2B marketing automation. It includes Python scripts for generating Ideal Customer Profiles (ICP), repurposing content via LLMs, and creating SEO strategies. The code follows standard practices, utilizing the OpenAI API through a centralized utility (llm_utils.py) and performing local file operations for input/output. No evidence of data exfiltration, unauthorized network access, or malicious prompt injection was found; all functionality aligns with the stated marketing objectives.
Capability Assessment
Purpose & Capability
Name/description align with included scripts and reference docs: the package legitimately implements ICP/strategy, content repurposing, email sequence, SEO and reporting. However the registry metadata claims 'instruction-only' / no required env vars while the shipped scripts clearly require the openai client and an OPENAI_API_KEY — a manifest mismatch that should have been declared.
Instruction Scope
SKILL.md and scripts instruct the agent to run the provided Python scripts (strategy_builder, content_repurposer, email generator, competitor monitor, etc.). Several scripts read user-supplied local files (source docs, batch lists) and pass their contents to an LLM call (via llm_utils.call_llm). That implies sending potentially sensitive content to an external model endpoint. The SKILL.md does not explicitly warn about external data transmission or specify which env var is required in the registry, reducing transparency.
Install Mechanism
No installer or remote download steps are declared; code is bundled with the skill (9 scripts + docs). The only external runtime dependency is the Python 'openai' package (installed via pip), which is expected for LLM-based scripts. There are no obscure download URLs or archive extractions in the manifest.
Credentials
The code (llm_utils.py referenced in SKILL.md) requires OPENAI_API_KEY and the SKILL.md/README instructs the user to set an OpenAI-compatible API key and install openai. Yet the registry lists no required env vars or primary credential. That omission is disproportionate and misleading: an API key is necessary for normal operation and will be used to transmit content to an external LLM service.
Persistence & Privilege
Skill is not always:true and is user-invocable; it does not request elevated platform privileges or modify other skill configs. It will be able to run autonomously only if the agent chooses to invoke it (default behavior), which is normal for skills.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install super-marketing-pro - After installation, invoke the skill by name or use
/super-marketing-pro - Provide required inputs per the skill's parameter spec and get structured output
Version History
v3.1.0
- Major update: Expanded platform coverage and clarified full-stack B2B marketing workflow.
- Added support and guides for both Chinese (抖音, 小红书, 微信) and Western social platforms (LinkedIn, YouTube, Instagram, X).
- Enforced strategy-first workflow: Always define ICP and messaging before content generation.
- New/updated scripts for content repurposing, hashtag generation, SEO, competitor analysis, email sequences, and ROI reporting.
- Detailed execution workflow and reference guides included to streamline each marketing stage.
Metadata
Frequently Asked Questions
What is Super Marketing Pro?
Full-stack B2B marketing execution skill equivalent to a 10-person agency team. Use for: building ICP and brand messaging, generating multi-platform content... It is an AI Agent Skill for Claude Code / OpenClaw, with 212 downloads so far.
How do I install Super Marketing Pro?
Run "/install super-marketing-pro" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Super Marketing Pro free?
Yes, Super Marketing Pro is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Super Marketing Pro support?
Super Marketing Pro is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Super Marketing Pro?
It is built and maintained by Da Wei (@wd041216-bit); the current version is v3.1.0.
More Skills