Racing Science Card · 赛车科普卡片生成技能

将赛车工程、赛事历史或人物故事转化成三套差异化竖版科普卡片提示词。默认不绑定图片模型,不读取任何账号凭据。

01

02

Quick Start

Install to Codex

git clone https://github.com/aierlanjiu/racing-science-card-skill.git
mkdir -p "${CODEX_HOME:-$HOME/.codex}/skills"
cp -R racing-science-card-skill "${CODEX_HOME:-$HOME/.codex}/skills/racing-science-card"

Generate offline

python3 scripts/gen_cards.py prompts.json output-prompts
03

Workflow

  1. Install the repository to Codex skills.
  2. Invoke by specifying the skill and target: "使用 racing-science-card,把“尾流分离点”做成 3:4 工业蓝图科普卡".
  3. Provides prompts for Industrial Blueprint, Track Documentary, or Clean Laboratory styles.
04

Package Map

  • SKILL.md - Codex skill entry
  • README.md - Core documentation
  • SECURITY.md - Security boundaries
  • references/meta-prompts.md - 3 meta-prompt templates
  • references/racing-examples.md - Examples
  • scripts/gen_cards.py - Offline generation script
05

Safety & Boundary

MIT License for code and docs. The historical data (speed, horsepower) in examples are not verified for production use; re-check against reliable sources. Does not output actual race performance data.


06