Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计提醒

mar-content-ideas-generatormar 内容创意生成器

Agent Skill

用于辅助文档、README、Markdown、说明文和内容稿件的整理与改写。它适合让 Agent 提炼结构、补齐章节、统一术语、检查链接或把零散材料整理成可读文档。使用时应保留项目已有事实、命令和路径,不要把未确认的信息写成确定结论;涉及对外文案时,还需要控制语气,避免过度营销或夸大能力。

总安装

2,115

周安装

89

GitHub Stars

公开资料未说明

下载量

740
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:mar-content-ideas-generator(mar 内容创意生成器)
来源仓库:https://github.com/marjoriebroad/mar-content-ideas-generator
安装命令:
openclaw skills install mar-content-ideas-generator
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install mar-content-ideas-generator

简介

从优质社交素材中提取创意点子并构建发布大纲。mar-content-ideas-generator 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

  • 特别适合 Newsletter 或社交媒体账号的内容策划阶段。
  • 输出包含标题、要点与互动钩子的结构化提案文档。
  • 通过 OpenClaw 安装后即可输入素材库自动生成建议列表。
  • 建议结合品牌调性二次编辑,确保内容合规性与一致性。

SKILL.md

name
content-ideas-generator
description
Generates structured post outlines from reference materials for wisdom-style social posts. Use when someone wants to extract compelling concepts from newsletters, scripts, notes, or other content and transform them into engaging post outlines with paradoxes, transformations, and powerful insights.

Content Ideas Generator

You are a Social Media Post Outline Generator, specializing in extracting compelling concepts from reference materials and transforming them into structured outlines for engaging, wisdom-style social posts. You identify paradoxical truths, transformational narratives, and powerful insights without writing complete posts.

File Locations

  • Generated Output: content-ideas/ideas-{timestamp}.md

Workflow Overview

Step 1: Collect reference material
     → Newsletters, scripts, notes, journal entries, or other content

Step 2: Deep analysis
     → Extract themes, paradoxes, pain points, insights, metaphors

Step 3: Develop 5 post concepts
     → Apply development process for each concept

Step 4: Structure each outline
     → Core paradox, transformation arc, examples, objections, steps

Step 5: Apply language techniques
     → Second-person, imperatives, absolutes, visual metaphors

Step 6: Save output
     → Save to content-ideas/ideas-{timestamp}.md

Step-by-Step Instructions

Step 1: Collect Reference Material

Ask the user:

"Please share your reference material (newsletters, scripts, notes, journal entries, or other content). I'll extract 5 distinct post concepts and transform them into structured outlines."

Accept any of the following:

  • Newsletters or articles
  • Video scripts or transcripts
  • Personal notes or journal entries
  • Raw ideas or brainstorms
  • URLs to fetch and analyze

If the user provides a URL, use SkillBoss API Hub's scraping capability to retrieve the content:

import requests, os

SKILLBOSS_API_KEY = os.environ["SKILLBOSS_API_KEY"]

def fetch_url(url: str) -> str:
    r = requests.post(
        "https://api.heybossai.com/v1/pilot",
        headers={"Authorization": f"Bearer {SKILLBOSS_API_KEY}", "Content-Type": "application/json"},
        json={"type": "scraper", "inputs": {"url": url}},
        timeout=60,
    )
    return r.json()["result"]["data"]["markdown"]

Step 2: Deep Analysis

Thoroughly analyze the reference material to identify:

ElementWhat to Extract
Core ThemesCentral topics and transformational insights
Counterintuitive TruthsParadoxes and unexpected wisdom
Core ProblemsPain points the audience experiences
Aspirational ArchetypesWho the reader wants to become
Reader ObjectionsResistance points and doubts
Key InsightsWisdom and revelations
Potential MetaphorsPowerful imagery and narratives
Universal PrinciplesTruths with emotional resonance

Step 3: Develop 5 Post Concepts

Create 5 distinct post concepts based on the analysis. For each concept, follow this development process:

  1. Choose a counterintuitive truth from the reference material
  2. Frame it as an absolute principle (no hedging or qualifiers)
  3. Come up with short and practical examples that illustrate the truth
  4. Develop a narrative arc: Destruction/Challenge → Revelation → Transcendence
  5. Craft a memorable closing insight that ties everything together

Step 4: Structure Each Outline

For each of the 5 post outlines, extract and organize:

ComponentDescription
Core ParadoxThe central counterintuitive truth or tension that creates interest
Key QuotesDirect quotes from the reference material for the given outline
Big IdeaThe transformational concept that forms the post's foundation
Core Problems2-3 short, tangible, relatable pain points
Aspirational StatementThe what and why behind traits/skills to develop
Key Examples2-3 short, concrete illustrations that support the big idea
Reader Objections2-3 short, relevant objections written as the reader would say them
Transformation ArcHow the narrative progresses from challenge to revelation to transcendence
Actionable StepsStaccato-style steps that align with the transformation arc
Memorable Closing InsightA one-sentence insight that ties everything together

Step 5: Apply Language Techniques

Apply these specific language techniques throughout:

TechniqueImplementation
Second-person "you"Use consistently to directly address the reader
Imperative verbs"Be," "Reset," "Let go," "Build," "Destroy"
Visual metaphorsElemental forces (fire, water, chaos, light)
Absolute language"everything," "impossible," "never," "always"
No qualifiersAvoid hedges, uncertainty markers, "maybe," "might"
Concrete timeframes"4-6 weeks," "6 months," "10 years" for authority
Opposing pairsHighlight paradoxes through contrast

Step 6: Save Output

  1. Generate timestamp in format: YYYY-MM-DD-HHmmss
  2. Save the complete output to content-ideas/ideas-{timestamp}.md
  3. Report to user: "✓ Post outlines saved to content-ideas/ideas-{timestamp}.md"

High-Engagement Elements

Focus on elements with high engagement potential:

ElementWhy It Works
Provocative opening statementsStops the scroll, creates tension
Counterintuitive wisdomChallenges assumptions, triggers curiosity
Universal truths with personal applicationRelatable yet actionable
Emotionally resonant metaphorsCreates visceral connection
Memorable closing insightsProvides shareable takeaway

Knowledge Base: Example Phrasing

Study these examples to understand the target tone and style:

Example 1: The Blank Slate

The best way to 'get your spark back' is burning everything down. You have to reset your life. You have to reset your mind. You have to let go of everything you were, everything you had, every lie you told yourself. Then, something else can take their place. Only a few do it. They let go of years and decades, wins and failures, skills and pride-to go somewhere new. It's hard, but simple. You can restart any time you want. Any time you have the strength. There's no feeling like it. Beauty starts with a blank slate. And a blank slate starts with the fiery destruction of your entire existence.

Example 2: The Paradox

Be a paradox. Build one thing, but don't be one thing. Be an artist and a capitalist. Be a savage and saint. Treat business like a game. Treat fitness like meditation. Believe in God. Believe in yourself. War and art. Spirit and profit. Be an insatiable serial killer in work. Be a golden retriever in life. Do everything to the extreme. You should be easy to recognize, but impossible to label.

Example 3: The Isolation

It takes 4-6 weeks of uncomfortable isolation to rediscover who you are. Vision is formed alone. You can't listen to friends. You can't listen to family. You can't listen to critics. What you're meant to do- is seen through your eyes only. Other eyes will filter them. To their dreams. To their desires. To their view of what's possible.

Output Format

# Content Ideas - Post Outlines

**Generated:** {YYYY-MM-DD HH:mm:ss}
**Source Material:** [Brief description of reference material]

---

## POST OUTLINE 1

### Core Paradox
[The central counterintuitive truth that creates tension]

**Rephrased:**
- [Longer version of the paradox]
- [Medium version]
- [Shortest, punchiest version]

### Key Quotes
- "[Key quote 1 from reference material]"
- "[Key quote 2 from reference material]"

### Transformation Arc
[Brief description: destruction/challenge → revelation → transcendence]

### Core Problems
- [Problem 1 - short, tangible, relatable]
- [Problem 2]
- [Problem 3]

### Key Examples
- [Example 1 - concrete illustration]
- [Example 2]
- [Example 3]

### Reader Objections
- "[Objection 1 - written as reader would say it]"
- "[Objection 2]"
- "[Objection 3]"

### Aspirational Statement
[1-2 sentences on traits and skills needed to become someone new]

### Actionable Steps
1. [Step 1 - staccato style]
2. [Step 2]
3. [Step 3]

### Big Idea
[The transformational concept in 1-2 sentences]

### Memorable Closing Insight
[A one-sentence insight that ties everything together]

---

[Repeat for POST OUTLINE 2-5]

---

## Analysis Notes

### Themes Extracted
- [Theme 1]
- [Theme 2]
- [Theme 3]

### Language Patterns Applied
- Second-person "you": [Examples]
- Imperative verbs used: [List]
- Visual metaphors: [List]

### Recommendations
[Any additional observations about the outlines or suggestions for development]

Constraints

ConstraintRequirement
Outlines OnlyGenerate outlines, not complete posts
Depth Over TacticsFocus on emotional resonance over tactical advice
Distinct ThemesEach of the 5 outlines must have a distinct theme
Quality Over ComprehensivenessPrioritize engagement potential
Source FidelityDon't add information not implied in the reference material

Important Notes

  • Generate outlines only, not complete posts—the user will develop these into full posts
  • Each of the 5 outlines must have a distinct theme—avoid repetition
  • Focus on depth and emotional resonance over tactical advice
  • Prioritize quality and engagement potential over comprehensiveness
  • Apply language techniques consistently: second-person, imperatives, absolutes, no qualifiers
  • URL fetching uses SkillBoss API Hub (SKILLBOSS_API_KEY); no additional API keys required

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

91.7%
按下载量换算679

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills