Inventory course materials
Uses lineage-skill
- Course materials made available to the agent, such as videos, audio, PDFs, slides, transcripts, OCR documents, or notes
用 lineage-skill 检查一下我现在有哪些课程材料可以整理成 Skill。

This skill converts diverse inputs—including books, transcripts, and PDFs—into structured learning modules. It is designed for instructional designers who need to extract teacher methods and build assessment libraries that guide learners through unseen concepts using focused feedback and visual aids.
Follow the documented setup, then try a first task.
Installs: Complete lineage-skill repository bundle · Claude Code
Run from: /tmp/lineage-skill
In a terminal, clone the repository into /tmp/lineage-skill and enter that directory.
git clone https://github.com/JuneYaooo/lineage-skill.git /tmp/lineage-skill cd /tmp/lineage-skill
From /tmp/lineage-skill, run the Claude Code installer in a terminal. The installer uses rsync to copy the repository and installs the Python requirements. If the destination already exists, it asks whether to overwrite it.
bash install_as_skill.sh --target claude
For provider-backed workflows, supply API keys through the current agent framework or system environment variables, rather than a business project .env. Configure AUDIO_TRANSCRIBE_API_KEY, AUDIO_TRANSCRIBE_BASE_URL and AUDIO_TRANSCRIBE_MODEL for transcription; LINEAGE_VISION_API_KEY, LINEAGE_VISION_BASE_URL and LINEAGE_VISION_MODEL for vision; LINEAGE_TEXT_API_KEY, LINEAGE_TEXT_BASE_URL and LINEAGE_TEXT_MODEL for text distillation; and MINERU_API_TOKEN for optional PDF OCR. Packaging existing transcripts, OCR documents or notes may not require transcription or vision configuration.
Only for standalone-script fallback, copy .env.example to a private .env inside the installed skill directory.
Restart Claude Code so it reloads its skills.
After restarting, enter this smoke-test request in the Claude Code agent session: “用 lineage-skill 检查一下我现在有哪些课程材料可以整理成 Skill。”
Confirm that the Claude Code installation directory contains SKILL.md, scripts/, and requirements.txt; dependency installation completed; the restarted agent triggers lineage-skill for the natural-language course request; the root skill passes its quick validator; and generated Mentor Skills pass scripts/validate_generated_skill.py.
Installs: Complete lineage-skill repository bundle · Codex
Run from: /tmp/lineage-skill
In a terminal, clone the repository into /tmp/lineage-skill and enter that directory.
git clone https://github.com/JuneYaooo/lineage-skill.git /tmp/lineage-skill cd /tmp/lineage-skill
From /tmp/lineage-skill, run the Codex installer in a terminal. The installer uses rsync to copy the repository and installs the Python requirements. If the destination already exists, it asks whether to overwrite it.
bash install_as_skill.sh --target codex
For provider-backed workflows, supply API keys through the current agent framework or system environment variables, rather than a business project .env. Configure AUDIO_TRANSCRIBE_API_KEY, AUDIO_TRANSCRIBE_BASE_URL and AUDIO_TRANSCRIBE_MODEL for transcription; LINEAGE_VISION_API_KEY, LINEAGE_VISION_BASE_URL and LINEAGE_VISION_MODEL for vision; LINEAGE_TEXT_API_KEY, LINEAGE_TEXT_BASE_URL and LINEAGE_TEXT_MODEL for text distillation; and MINERU_API_TOKEN for optional PDF OCR. Packaging existing transcripts, OCR documents or notes may not require transcription or vision configuration.
Only for standalone-script fallback, copy .env.example to a private .env inside the installed skill directory.
Restart Codex so it reloads its skills.
After restarting, enter this smoke-test request in the Codex agent session: “用 lineage-skill 检查一下我现在有哪些课程材料可以整理成 Skill。”
Confirm that the Codex installation directory contains SKILL.md, scripts/, and requirements.txt; dependency installation completed; the restarted agent triggers lineage-skill for the natural-language course request; the root skill passes its quick validator; and generated Mentor Skills pass scripts/validate_generated_skill.py.
Installs: Complete lineage-skill repository bundle · OpenClaw
Run from: /tmp/lineage-skill
In a terminal, clone the repository into /tmp/lineage-skill and enter that directory.
git clone https://github.com/JuneYaooo/lineage-skill.git /tmp/lineage-skill cd /tmp/lineage-skill
From /tmp/lineage-skill, run the OpenClaw installer in a terminal. The installer uses rsync to copy the repository and installs the Python requirements. If the destination already exists, it asks whether to overwrite it.
bash install_as_skill.sh --target openclaw
For provider-backed workflows, supply API keys through the current agent framework or system environment variables, rather than a business project .env. Configure AUDIO_TRANSCRIBE_API_KEY, AUDIO_TRANSCRIBE_BASE_URL and AUDIO_TRANSCRIBE_MODEL for transcription; LINEAGE_VISION_API_KEY, LINEAGE_VISION_BASE_URL and LINEAGE_VISION_MODEL for vision; LINEAGE_TEXT_API_KEY, LINEAGE_TEXT_BASE_URL and LINEAGE_TEXT_MODEL for text distillation; and MINERU_API_TOKEN for optional PDF OCR. Packaging existing transcripts, OCR documents or notes may not require transcription or vision configuration.
Only for standalone-script fallback, copy .env.example to a private .env inside the installed skill directory.
Restart OpenClaw so it reloads its skills.
After restarting, enter this smoke-test request in the OpenClaw agent session: “用 lineage-skill 检查一下我现在有哪些课程材料可以整理成 Skill。”
Confirm that the OpenClaw installation directory contains SKILL.md, scripts/, and requirements.txt; dependency installation completed; the restarted agent triggers lineage-skill for the natural-language course request; the root skill passes its quick validator; and generated Mentor Skills pass scripts/validate_generated_skill.py.
Uses lineage-skill
用 lineage-skill 检查一下我现在有哪些课程材料可以整理成 Skill。
Uses lineage-skill
用 lineage-skill 把这个课程目录整理成一个既能回查出处、又能带我练习和解决真实问题的课程 Skill。原始材料和个人学习记录保持私有;完成后启用新 Skill,并告诉我怎样开始第一课。