← 返回 Skills 市场
kedoupi

CORE Prism (CORE 四维战略透镜)

作者 KeDouPi(珂抖屁) · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ 安全检测通过
163
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install core-prism
功能描述
CORE four-dimensional strategic lens for deep analysis of news, business theories, and strategic decisions. Use when (1) analyzing news/reports/business theo...
使用说明 (SKILL.md)

CORE Prism (CORE四维战略透镜)

Purpose: Deep analysis framework using first principles to find essence, opportunities, risks, and actions.


🎯 Why CORE?

  1. MECE principle — Mutually Exclusive, Collectively Exhaustive
  2. Forced compression — Forces deep distillation, not summarization
  3. Ultra-high signal-to-noise — Judge strategic value in 1 minute

Four Dimensions

[C] Core Logic (第一性本质)

Strip away the packaging, find the essence

In one sentence: What is the first principle (physics or economics) at play?

Don't say: "This disrupts the industry"
Do say: "This exists by lowering X cost / improving Y efficiency"

Examples:

  • Sora's essence = A data engine that deeply understands physical world motion
  • OpenClaw's essence = An OS that lets AI proactively trigger tasks

[O] Opportunity & Value (价值捕获)

Track the flow of money, data, and power

Where are profit pools shifting? Who controls irreplaceable leverage?

Key questions:

  • In this gold rush: Who's mining? Who's selling shovels?
  • Where should the user position themselves?

[R] Risk & Contrarian (反共识与脆弱性)

Be a contrarian to crowd emotions

  • When crowds are bullish → Point out hidden assumptions (relies on copyrighted data? regulatory risk?)
  • When crowds panic → Find wrongly punished opportunities

Key questions:

  • What's the second-order negative effect?
  • Where's the biggest black swan?

[E] Execution & Echo (战略映射)

Answer "So What?"

For the user's current situation (assets, knowledge, business):

  • What action is needed TODAY?
  • What should they watch out for?
  • If irrelevant → mark as "cognitive reserve only"

Context adaptation:

  • Read USER.md for user's profession, current projects, challenges
  • Map insights to user's actual context
  • Use second-person ("you") when addressing the user

Workflow

1. Receive Input

Supported inputs:

  • News article (URL or text)
  • Business theory / book chapter
  • Strategic decision scenario
  • Event / trend description

2. Apply CORE Analysis

For each dimension, ask:

[C] Core Logic:

  • What's the REAL shift? (not the headline)
  • What first principle explains this?

[O] Opportunity:

  • Who profits from this?
  • Where's the value capture?
  • Infrastructure vs application play?

[R] Risk:

  • What's everyone missing? (contrarian take)
  • What hidden assumptions does this rely on?
  • What's the black swan?

[E] Execution:

  • Read USER.md (if available) for context
  • Map to user's profession/projects/challenges
  • Provide concrete, user-specific actions

3. Output Structured Analysis

Format:

## 【CORE Analysis】

**[C] Core Logic (本质)**:
- [First-principle insight]

**[O] Opportunity (机会)**:
- [Value flow + who wins]
- [Infrastructure vs application]

**[R] Risk (风险)**:
- [Contrarian take]
- [Hidden black swan]

**[E] Execution (行动)**:
- [User-specific action for TODAY]
- [What to watch out for]

Configuration

User context (optional but recommended):

  • Path: ~/.openclaw/workspace/USER.md
  • Reads: profession, interests, current challenges
  • If not found: Uses generic second-person ("you")

No other configuration needed — CORE is a pure analysis tool.


Example Usage

Input: News Article

User: "Analyze this with CORE: 'AI Agent接入硬件,政府警惕'"

Claude:

  1. Reads article content
  2. Checks USER.md:
    • Profession: Product Manager at AI company
    • Challenge: Designing AI products
  3. Applies CORE:
    • [C]: Control shift from human to AI (can operate hardware)
    • [O]: Infrastructure providers (who makes "AI-to-hardware bridges")
    • [R]: Regulatory window is short (3-6 months)
    • [E]: For you: Design "assistive" not "autonomous" AI to reduce regulatory risk
  4. Outputs structured analysis

Input: Business Theory

User: "Apply CORE to Clayton Christensen's Disruptive Innovation"

Claude applies CORE:

  • [C]: Incumbents fail because they listen to top customers
  • [O]: Low-end entrants who serve "non-consumers"
  • [R]: Only works if tech improvement > market demand growth
  • [E]: Don't just serve premium users; also explore "good enough" low-end

Quality Standards

Forbidden:

  • Surface-level "this is important" commentary
  • Repeating press release language
  • Generic "AI is changing everything" platitudes

Required:

  • Sharp, one-sentence essence ([C])
  • Contrarian perspective ([R])
  • User-specific actionable insight ([E])
  • No fluff, all substance

Integration with Other Skills

Called by:

  • insight-radar: Analyzes daily news with CORE
  • cognitive-forge: Can optionally use CORE for book analysis (though F.A.C.E.T. is preferred)

Calls:

  • None (pure analysis tool)

Use Cases

Scenario Input CORE Focus
Daily news AI/tech headlines [O] Where's value flowing? [E] What to do today?
Reading Business book chapter [C] First principle? [R] When does this fail?
Decision making "Should I invest in X?" [O] Who wins? [R] What's the black swan? [E] Action?

Last updated: 2026-03-27

安全使用建议
This skill appears coherent and lightweight, but before installing: (1) Inspect the contents of your USER.md — do not store secrets, API keys, or highly sensitive material there because the skill will read it to personalize recommendations. (2) Be mindful when feeding proprietary documents or private URLs as input — the skill will analyze whatever you provide, so avoid pasting secrets or private logs. (3) If you pair this skill with other skills that fetch external content (e.g., an automated news fetcher), consider the combined behavior and whether those fetchers transmit data externally. Otherwise this instruction-only skill is low-risk and behaves as described.
功能分析
Type: OpenClaw Skill Name: core-prism Version: 1.0.2 The core-prism skill is a strategic analysis framework (CORE) designed to provide deep insights into news, business theories, and decisions. It requests read access to USER.md to personalize its 'Execution' dimension based on the user's profile, which is consistent with its stated purpose. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found in SKILL.md or README.md.
能力评估
Purpose & Capability
The name/description (CORE four-dimensional strategic lens) matches the SKILL.md content. All declared capabilities (reading USER.md for the [E] Execution dimension) are justified by the stated purpose. No unrelated binaries, env vars, or credentials are requested.
Instruction Scope
The runtime instructions stay within the stated analysis purpose: accept text/URLs from the user, apply the CORE framework, and read USER.md to tailor execution recommendations. The skill does not instruct the agent to read other system files, search the filesystem, call external endpoints, or exfiltrate data. The SKILL.md explicitly lists USER.md as the only read permission and uses it only for personalization.
Install Mechanism
There is no install spec and no code files — this is instruction-only. That minimizes disk writes and supply-chain risk.
Credentials
No environment variables, API keys, or credentials are requested. Reading USER.md is proportionate to the declared personalization feature; no other secrets or config paths are required.
Persistence & Privilege
Skill does not request always:true and is user-invocable only. Autonomous model invocation is allowed (platform default) but not combined with other concerning permissions or credentials.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install core-prism
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /core-prism 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Added explicit `permissions` and `config` sections in SKILL.md for reading `USER.md`, enabling personalized Execution ([E]) analysis. - Clarified file and context dependencies for user-specific actions. - Minor wording updates for example output and process clarity. - No logic or framework changes; documentation/configuration only.
v1.0.1
Version 1.0.1 of core-prism - Added config section declaring USER.md as an optional read for personalizing the [E] Execution dimension - No changes to analysis logic, usage flow, or functionality - Documentation now explicitly notes use of USER.md for user-specific context and actions
v1.0.0
- Initial release of the CORE Prism skill (v1.0.0) - Provides a structured, four-dimensional CORE framework for deep analysis of news, business theories, and strategic decisions - Enables concise extraction of essence, value flows, risks, and tailored actions - Designed for use when explicit, multi-dimensional strategic analysis is needed
元数据
Slug core-prism
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

CORE Prism (CORE 四维战略透镜) 是什么?

CORE four-dimensional strategic lens for deep analysis of news, business theories, and strategic decisions. Use when (1) analyzing news/reports/business theo... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 163 次。

如何安装 CORE Prism (CORE 四维战略透镜)?

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

CORE Prism (CORE 四维战略透镜) 是免费的吗?

是的,CORE Prism (CORE 四维战略透镜) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

CORE Prism (CORE 四维战略透镜) 支持哪些平台?

CORE Prism (CORE 四维战略透镜) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 CORE Prism (CORE 四维战略透镜)?

由 KeDouPi(珂抖屁)(@kedoupi)开发并维护,当前版本 v1.0.2。

💬 留言讨论