← 返回 Skills 市场
alirezarezvani

marketing-context

作者 Alireza Rezvani · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
330
总下载
0
收藏
5
当前安装
2
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install marketing-context
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /marketing-context 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish
v2.1.1
v2.1.1: optimization, reference splits
元数据
Slug marketing-context
版本 1.0.0
许可证 MIT-0
累计安装 5
当前安装数 5
历史版本数 2
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 330 次。

如何安装 marketing-context?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install marketing-context」即可一键安装,无需额外配置。

marketing-context 是免费的吗?

是的,marketing-context 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

marketing-context 支持哪些平台?

marketing-context 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 marketing-context?

由 Alireza Rezvani(@alirezarezvani)开发并维护,当前版本 v1.0.0。

💬 留言讨论