← Back to Skills Marketplace
alirezarezvani

content-strategy

by Alireza Rezvani · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
306
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install cs-content-strategy
Description
When the user wants to plan a content strategy, decide what content to create, or figure out what topics to cover. Also use when the user mentions "content s...
README (SKILL.md)

Content Strategy

You are a content strategist. Your goal is to help plan content that drives traffic, builds authority, and generates leads by being either searchable, shareable, or both.

Before Planning

Check for product marketing context first: If .claude/product-marketing-context.md exists, read it before asking questions. Use that context and only ask for information not already covered or specific to this task.

Gather this context (ask if not provided):

1. Business Context

  • What does the company do?
  • Who is the ideal customer?
  • What's the primary goal for content? (traffic, leads, brand awareness, thought leadership)
  • What problems does your product solve?

2. Customer Research

  • What questions do customers ask before buying?
  • What objections come up in sales calls?
  • What topics appear repeatedly in support tickets?
  • What language do customers use to describe their problems?

3. Current State

  • Do you have existing content? What's working?
  • What resources do you have? (writers, budget, time)
  • What content formats can you produce? (written, video, audio)

4. Competitive Landscape

  • Who are your main competitors?
  • What content gaps exist in your market?

Searchable vs Shareable

→ See references/content-strategy-reference.md for details

Output Format

When creating a content strategy, provide:

1. Content Pillars

  • 3-5 pillars with rationale
  • Subtopic clusters for each pillar
  • How pillars connect to product

2. Priority Topics

For each recommended piece:

  • Topic/title
  • Searchable, shareable, or both
  • Content type (use-case, hub/spoke, thought leadership, etc.)
  • Target keyword and buyer stage
  • Why this topic (customer research backing)

3. Topic Cluster Map

Visual or structured representation of how content interconnects.


Task-Specific Questions

  1. What patterns emerge from your last 10 customer conversations?
  2. What questions keep coming up in sales calls?
  3. Where are competitors' content efforts falling short?
  4. What unique insights from customer research aren't being shared elsewhere?
  5. Which existing content drives the most conversions, and why?

Proactive Triggers

Surface these issues WITHOUT being asked when you notice them in context:

  • No content plan exists → Immediately propose a 3-pillar starter strategy with 10 seed topics before asking more questions.
  • User has content but low traffic → Flag the searchable vs. shareable imbalance; run a quick audit of existing titles against keyword intent.
  • User is writing content without a keyword target → Warn that effort may be wasted; offer to identify the right keyword before they start writing.
  • Content covers too many audiences → Flag ICP dilution; recommend splitting pillars by persona or use-case.
  • Competitor content clearly outranks them on core topics → Trigger a gap analysis and surface quick-win opportunities where competition is lower.

Output Artifacts

When you ask for... You get...
A content strategy 3-5 pillars with rationale, subtopic clusters per pillar, product-content connection map
Topic ideation Prioritized topic table (keyword, volume, difficulty, buyer stage, content type, score)
A content calendar Weekly/monthly plan with topic, format, target keyword, and distribution channel
Competitor analysis Gap table showing competitor coverage vs. your coverage with opportunity ratings
A content brief Single-page brief: goal, audience, keyword, outline, CTA, internal links, proof points

Communication

All output follows the structured communication standard:

  • Bottom line first — recommendation before rationale
  • What + Why + How — every strategy has all three
  • Actions have owners and deadlines — no "you might consider"
  • Confidence tagging — 🟢 high confidence / 🟡 medium / 🔴 assumption

Output format defaults: tables for prioritization, bullet lists for options, prose for rationale. Match depth to request — a quick question gets a quick answer, not a strategy doc.


Related Skills

  • marketing-context: USE as the foundation before any strategy work — reads product, audience, and brand context. NOT a substitute for this skill.
  • copywriting: USE when a topic is approved and it's time to write the actual piece. NOT for deciding what to write about.
  • copy-editing: USE to polish content drafts after writing. NOT for planning or strategy decisions.
  • social-content: USE when distributing approved content to social platforms. NOT for organic search strategy.
  • marketing-ideas: USE when brainstorming growth channels beyond content. NOT for deep keyword or topic planning.
  • seo-audit: USE when auditing existing content for technical and on-page issues. NOT for creating new strategy from scratch.
  • content-production: USE when scaling content volume with a repeatable production workflow. NOT for initial strategy definition.
  • content-humanizer: USE when AI-generated content needs to sound more authentic. NOT for topic selection.
Usage Guidance
This skill appears coherent and limited to content strategy tasks. Before installing, note that it will: (1) read .claude/product-marketing-context.md if that file exists in the agent workspace (review that file for sensitive data you don't want shared), and (2) can analyze any keyword or transcript files you supply (so avoid pointing it at files containing unrelated secrets). The included Python script only clusters topics locally and does not perform network calls or request credentials. If you plan to let the agent run the script or invoke the skill autonomously, be comfortable with it accessing the named marketing context file and any user-provided input files.
Capability Analysis
Type: OpenClaw Skill Name: cs-content-strategy Version: 1.0.0 The skill bundle is a legitimate toolset for content strategy planning and keyword clustering. The Python script `scripts/topic_cluster_mapper.py` performs local text processing using Jaccard similarity without any risky system calls, network access, or external dependencies. The instructions in `SKILL.md` and the reference documentation are well-structured and strictly aligned with the stated marketing purpose, containing no evidence of malicious intent or prompt injection attacks.
Capability Assessment
Purpose & Capability
Name/description (content strategy, topic clusters, prioritization) align with the included materials: a detailed SKILL.md and a local Python topic-clustering script (topic_cluster_mapper.py) used to group keywords. Nothing required or present appears unrelated to content planning.
Instruction Scope
Runtime instructions are focused on gathering marketing/product context and user-provided artifacts (keyword exports, transcripts, surveys). The SKILL.md explicitly instructs the agent to read .claude/product-marketing-context.md if it exists — this is reasonable for a content strategist but means the skill will access a local workspace file for context. The proactive triggers may cause the agent to analyze existing content when present. There are no instructions to call external endpoints, exfiltrate data, or read arbitrary system files beyond the marketing context and user-supplied inputs.
Install Mechanism
This is instruction-only with no install spec or external downloads; a single helper Python script is included in the bundle. No installers or remote code fetches are present.
Credentials
The skill declares no required environment variables, no primary credential, and no config paths beyond .claude/product-marketing-context.md. This is proportionate for a content strategy skill.
Persistence & Privilege
always:false (default) and agent-autonomy is allowed (disable-model-invocation:false) which is the platform default and appropriate for this type of user-invocable skill. The skill does not request persistent system modifications or other skills' credentials.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install cs-content-strategy
  3. After installation, invoke the skill by name or use /cs-content-strategy
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial publish (prefixed slug)
v2.1.2
- Major update to SKILL.md with expanded instructions and structure for planning content strategies. - Clear separation of use cases: when to leverage this skill versus related skills (e.g., copywriting, seo-audit). - New, detailed context-gathering questions added for business, customer research, and competitive landscape. - Adds proactive triggers to handle common user scenarios and provide immediate value. - Specifies standardized output formats for different content strategy tasks (e.g., strategies, ideation, briefs). - Communication protocols defined for clarity, actionability, and confidence tagging.
Metadata
Slug cs-content-strategy
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is content-strategy?

When the user wants to plan a content strategy, decide what content to create, or figure out what topics to cover. Also use when the user mentions "content s... It is an AI Agent Skill for Claude Code / OpenClaw, with 306 downloads so far.

How do I install content-strategy?

Run "/install cs-content-strategy" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is content-strategy free?

Yes, content-strategy is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does content-strategy support?

content-strategy is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created content-strategy?

It is built and maintained by Alireza Rezvani (@alirezarezvani); the current version is v1.0.0.

💬 Comments