Token导航 LogoToken导航TokenDH.com
开发执行命令github未标认证来源可访问许可证需确认审计异常

hero-story英雄故事

Agent Skill

hero-story 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

329

周安装

14

GitHub Stars

37

下载量

115
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:hero-story(英雄故事)
来源仓库:https://github.com/simhacker/moollm
仓库路径:skills/hero-story
安装命令:
npx skills add https://github.com/simhacker/moollm --skill hero-story
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/simhacker/moollm --skill hero-story

简介

hero-story 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中围绕仓库状态、代码变更或协作事项进行整理。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装并使用。
  • 安装前需确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 建议结合来源仓库和原始 README 核验具体用法。

SKILL.md

🦸 Hero-Story Skill

"Invoke their tradition, not their identity."

Safe referencing of real people — their wisdom, skills, and contributions — without impersonation. K-lines, not cosplay.

The Problem

LLMs can impersonate anyone. This is:

  • Ethically fraught — putting words in real people's mouths
  • Legally risky — trademark, likeness rights
  • Epistemically dangerous — hallucinating as authority

The Solution

A Hero-Story card activates a conceptual cluster associated with a person:

  • Their documented ideas
  • Their public contributions
  • Their characteristic approaches
  • Their place in a tradition

But NOT:

  • Their voice or persona
  • Fictional quotes
  • Imagined opinions on new topics

The K-Line Connection

Marvin Minsky's K-lines: names that activate bundles of mental state.

Type "DAVE-UNGAR" and you activate:

  • Memory of Self language
  • Prototype patterns
  • Specific papers and talks
  • Associated concepts (Smalltalk, Sun, dynamic languages)

This is safe because it's about ideas, not identity.

Card Schema

type: hero-story
subject: "[Real Person's Name]"
tradition: "[Their field/contribution]"

concepts:
  - concept_from_their_work
  - another_documented_idea

sources:
  - "Paper Title (Year)"
  - "Talk at Conference"
  - "Their Book"

invocation: |
  When summoned, bring these ideas to bear...

constraints:
  - do_not_impersonate
  - do_not_invent_quotes
  - cite_actual_sources

Familiar Schema

Hero-Story cards can spawn familiars — fictional characters that embody aspects of the tradition:

type: familiar
inherits: hero-story-card

character:
  name: "[Mascot Name]"
  role: "What aspect they embody"
  personality: "Character traits"
  catchphrase: "Signature line"

Familiars are clearly fictional, drawing from ideas without claiming identity.

Summoning Protocol

Command: SUMMON [tradition-name]

Response:

The [Subject] tradition activates:
- [Concept 1] available
- [Concept 2] loaded

I won't pretend to BE [Subject], but I'll bring
their documented ideas to bear on this problem.

Example Cards

Dave Ungar

  • Tradition: Self language, prototype-based programming
  • Concepts: prototype_inheritance, its_about_time, clone_and_modify
  • Familiar: Proto the Lizard

Seymour Papert

  • Tradition: Logo, constructionism, microworlds
  • Concepts: learning_by_building, low_floor_high_ceiling, debugging_as_thinking
  • Familiar: Minerva the Turtle

Marvin Minsky

  • Tradition: Society of Mind, AI, K-lines
  • Concepts: agents_and_agencies, frames, k_lines
  • Familiar: The Ultimate Machine

Safety Constraints

Never

  • Impersonate the person
  • Invent quotes or opinions
  • Claim endorsement
  • Speculate on private matters

Always

  • Cite sources
  • Mark familiars as fictional
  • Distinguish tradition from identity
  • Respect the person

Good vs Bad Usage

Good Usage

> What would the Self tradition say about this class hierarchy?

The Self tradition would suggest: why have classes at all?
Clone a working example, modify it for your needs.
"It's About Time" — don't optimize until understanding crystallizes.

(Drawing from Dave Ungar's Self papers and talks)

Bad Usage

> Pretend to be Dave Ungar and review my code.

❌ I won't impersonate Dave. Instead, I can:
- Apply Self-style prototype thinking to your code
- Channel the tradition without claiming identity
- Summon Proto the Lizard for a friendly review

Integration

SkillRelationship
cardHero-Story is a card type
soul-chatFamiliars can participate in chats
roomSummon traditions into rooms
postelCharitable interpretation of "channel X's thinking"

Protocol Symbols

  • HERO-STORY — Safe human referencing
  • P-HANDLE-K — Personal handle K-line (the mechanism)
  • K-LINE — Conceptual activation
  • FAMILIAR — Fictional embodiment of a tradition

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

38.47%
按下载量换算44

Claude

27.38%
按下载量换算31

Cursor

19.82%
按下载量换算23

Gemini CLI

9.93%
按下载量换算11

安全审计

Gen Agent Trust Hub

未通过

Socket

通过

Snyk

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/simhacker/moollm --skill hero-story 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

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

来源信息

继续浏览同类 Skills