← Back to Skills Marketplace
marketing-context
by
Alireza Rezvani
· GitHub ↗
· v1.0.0
· MIT-0
330
Downloads
0
Stars
5
Active Installs
2
Versions
Install in OpenClaw
/install marketing-context
Description
Create and maintain the marketing context document that all marketing skills read before starting. Use when the user mentions 'marketing context,' 'brand voi...
Usage Guidance
This skill appears to do what it says: generate and validate a marketing-context markdown stored in the repo. Before installing, consider: 1) it will read repository files (README, package.json, docs) and will write marketing-context.md or .agents/marketing-context.md to your project — avoid storing secrets or sensitive PII in those files or in the generated context; 2) the registry metadata does not declare the file path, so expect the file to appear in your project root or .agents/ directory; 3) you can inspect scripts/context_validator.py (included) yourself — it is self-contained and has no network calls; and 4) if you plan to keep the generated file private, ensure your repository or CI won't accidentally publish or commit it to a public remote. Overall the skill is internally coherent and low-risk, but review the generated file and the validator script before running in sensitive projects.
Capability Analysis
Type: OpenClaw Skill
Name: marketing-context
Version: 1.0.0
The 'marketing-context' skill is designed to help users create and maintain brand positioning and target audience documentation. The included Python script (scripts/context_validator.py) is a safe text-processing utility that scores markdown files based on the presence of specific marketing sections, and the SKILL.md instructions appropriately guide the agent to scan the local codebase for relevant marketing information without any signs of data exfiltration or malicious intent.
Capability Assessment
Purpose & Capability
The name/description (create and maintain a marketing context) aligns with the included template and validator script. Minor inconsistency: the skill metadata declares no required config paths or files, but the SKILL.md explicitly reads/writes .agents/marketing-context.md (or marketing-context.md in project root). This is a small documentation mismatch — the skill will persist a file in the repo even though no config paths were declared.
Instruction Scope
SKILL.md instructs the agent to scan the codebase (README, landing pages, package.json, docs) and either auto-draft, interview, or update the context — these actions are appropriate for the skill's purpose. It also directs storing the document in the project (or .agents/ directory). This means the skill will read repository files and write a markdown file; that behavior is expected but not explicitly declared in registry metadata.
Install Mechanism
No install spec (instruction-only) and the bundled Python script is small and self-contained. Nothing is downloaded or extracted from external URLs and no third-party packages are required, so installation risk is low.
Credentials
The skill requests no environment variables, credentials, or external config. The validator script operates on local files or a demo string. Requested access (reading repo files and writing a marketing-context markdown) is proportional to the stated purpose.
Persistence & Privilege
Skill is not marked always:true and does not request elevated or persistent platform privileges. It will create/modify a markdown file in the repository when used, which is a normal, limited persistence for this kind of skill.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install marketing-context - After installation, invoke the skill by name or use
/marketing-context - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial publish
v2.1.1
v2.1.1: optimization, reference splits
Metadata
Frequently Asked Questions
What is marketing-context?
Create and maintain the marketing context document that all marketing skills read before starting. Use when the user mentions 'marketing context,' 'brand voi... It is an AI Agent Skill for Claude Code / OpenClaw, with 330 downloads so far.
How do I install marketing-context?
Run "/install marketing-context" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is marketing-context free?
Yes, marketing-context is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does marketing-context support?
marketing-context is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created marketing-context?
It is built and maintained by Alireza Rezvani (@alirezarezvani); the current version is v1.0.0.
More Skills