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

narrative-focus叙事焦点

Agent Skill

narrative-focus 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,618

周安装

108

GitHub Stars

公开资料未说明

下载量

855
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:narrative-focus(叙事焦点)
来源仓库:https://github.com/co-kyo/narrative-focus
安装命令:
openclaw skills install narrative-focus
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

ClawHubOpenClaw
openclaw skills install narrative-focus

简介

narrative-focus 检测并修复技术教程与面试材料中的叙事权重错位问题。

  • 适合优化技术文档结构、提升内容逻辑清晰度与教学有效性。
  • 通过 clawhub 安装后可在 OpenClaw 中自动触发审查与修正建议。
  • 使用前应明确目标受众与写作风格要求,以提高修正准确性。
  • 适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
narrative-focus
description
|

叙述重心规范 / Narrative Focus

Purpose

Prevent narrative weight misalignment in technical tutorials and interview prep articles — where a technical detail's narrative prominence doesn't match its actual role in the reader's mental model. Typical symptom: a transport-layer detail gets treated as a core architectural concept because it has a catchy or familiar name, causing readers to anchor their mental model on the wrong concept.

Target article types: Technical tutorials, deep-dive explainers, interview preparation articles, framework comparison articles — any technical content where concepts have clear causal hierarchies (architectural mechanisms vs transport details) and the reader is building a mental model.

Not applicable: API reference docs, opinion pieces, news/changelog, non-technical content.

This skill uses the AgentSkill-compatible SKILL.md format and works natively with OpenClaw and CodeBuddy. For other AI coding agents (Claude Code, Cursor, etc.), load SKILL.md and the appropriate reference file as context.

Core Concepts

Substitution Test (shared judgment rule)

The sole method for determining a detail's role: If the proposition conveyed by this detail were replaced with an alternative, would the user's observable behavior change?

  • Yes → Architectural (mechanism that determines system behavior)
  • No, only the delivery method changes → Transport (pipe that gets signals/data to the architectural mechanism)
  • Behavior unchanged, only choice/configuration differs → Configurable (switch/option on an existing mechanism)

Critical: Proposition identification before substitution. The same technical detail can convey different propositions depending on context. You must identify what proposition the detail is actually conveying in this article before applying the substitution test — do not substitute the literal term/implementation, substitute the proposition.

Example:

  • "JSX is React.createElement() syntax sugar" — the proposition is "JSX has no independent runtime semantics, it's just JS function calls." Substituting this proposition (e.g., with "JSX is a template with its own directive system") would fundamentally change user behavior → Architectural.
  • If the same sentence were read as the proposition "JSX compiles to the specific function createElement" — substituting this (e.g., with jsx()) would not change user behavior → Transport.
  • The correct reading depends on what the article is actually asserting, not what term appears in the sentence.

Proposition granularity. The same detail can be read at different granularities — e.g., "positional encoding provides location info" (conceptual) vs "sine/cosine formulas implement position encoding" (mathematical). The correct granularity depends on what the article actually elaborates. If the article spends a full section on the math, the proposition is at the math level. If it only mentions the math in passing, the proposition is at the conceptual level. See references/proposition-granularity-guide.md for detailed guidance and examples.

Three-Layer Role Labels

LabelDefinitionNarrative Weight
ArchitecturalMechanism that determines system behaviorHigh — core section, independent elaboration
TransportPipe that gets signals/data to the architectural mechanismLow — one paragraph, labeled as means
ConfigurableSwitch/option on an existing mechanismMedium — mention as needed, downgraded to supplement

Two Modes

Mode 1: Pre-processing (collection phase)

Use when the user is doing deep research / knowledge collection and wants to label collected details by role to prevent misalignment.

Entry recognition: User mentions "按叙述重心规范收集", "角色标注", "前处理", "collect with narrative focus rules", "role labeling", etc.

Workflow: Load references/pre-processing.md and follow its SOP.

Mode 2: Post-processing (detection + correction)

Use when the user wants to detect and fix narrative weight misalignment in a completed article/document.

Entry recognition: User mentions "检测叙述重心", "叙述重心错位", "审稿重心", "后处理", "detect narrative focus", "narrative weight misalignment", etc.

Workflow: Load references/post-processing.md and follow its SOP.

Notes

  • Both modes share the substitution test and three-layer role labels, but have completely different workflows
  • Pre-processing aims to "label collected items to prevent misalignment later"; post-processing aims to "detect misalignment in existing articles and surgically fix it"
  • Post-processing correction only does local weight migration — it does not rewrite the entire article. It downgrades transport concepts and upgrades architectural concepts without altering correct facts
  • Post-processing includes an authoritative verification step after correction: modified sections are checked against authoritative sources (official docs, team blogs, MDN) to ensure weight migration did not introduce technical semantic errors. If errors are found, they are reported to the user rather than auto-corrected

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

97.94%
按下载量换算837

安全审计

VirusTotal

未展示

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills