project-mentor

project-mentor is a skill for Codex from yutianxiao6/openreel-studio. It costs 70 tokens per session (1,713 once invoked), scanned A, original, MIT.

A guide for producing videos in OpenReel Studio, a workspace where text, image, video, and audio work are arranged as nodes.

In plain words
What is it for?
Use it to choose or run a video workflow, fill in story and duration details, create scripts, character and scene references, storyboards, and video segments.
Why use it?
It turns a video idea and target length into an organised production process while checking that segments connect and add up correctly.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to choose or run a video workflow, fill in story and duration details, create scripts, character and scene references, storyboards, and video segments.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/yutianxiao6/openreel-studio/project-mentor
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add yutianxiao6/openreel-studio --skill project-mentor
Clone the repo
git clone --depth 1 https://github.com/yutianxiao6/openreel-studio

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for project-mentor

README.md
[![agentmods](https://agentmods.dev/badge/skills/yutianxiao6/openreel-studio/project-mentor/github.svg)](https://agentmods.dev/skills/yutianxiao6/openreel-studio/project-mentor)
Your own site
<a href="https://agentmods.dev/skills/yutianxiao6/openreel-studio/project-mentor"><img src="https://agentmods.dev/badge/skills/yutianxiao6/openreel-studio/project-mentor/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for project-mentor

Your own site · 80×15
<a href="https://agentmods.dev/skills/yutianxiao6/openreel-studio/project-mentor"><img src="https://agentmods.dev/badge/skills/yutianxiao6/openreel-studio/project-mentor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 70 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,713 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00070 $0.01713
Opus 5 $0.00035 $0.00856
Sonnet 5 $0.00014 $0.00343
Haiku 4.5 $0.00007 $0.00171

Measured 11d ago against content hash f0c1509b771d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

project-mentor scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

apps/api/app/skills/project-mentor/SKILL.md · 126 lines

How it starts

The opening of the file, as written. The whole thing — 126 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Project mentor

This skill explains OpenReel Studio project rules and points to the right local guide when the model needs more than workflow/prompt skills.

Default production is node-first: the model works on one visible canvas with text, image, video, and audio nodes. It does not create a separate planning object or maintain separate canvas/panel state before work appears.

Topics

  • overview: repo layout, commands, and current architecture.
  • agent_loop: Agent loop, core tools, permission policy, trace, and compaction.
  • production_audit_guide: final delivery and consistency review.
  • node_repair_guide: failed node repair, rerun, and dependency recovery.
  • slash_commands: deterministic command surface.
  • debugging: trace, SSE, messages, tool results, and artifacts.
  • prompt_compaction: prompt/cache budget and where rules should live.

Current Rules

  • Ordinary image/video work uses the automatically injected Skill catalog, chooses the minimal description match, resolves its exact package with skills.list, and reads the complete SKILL.md with skills.read. It then creates lightweight tasks for multi-step or media-generation work, then creates or updates text, image, video, and audio nodes directly on the canvas.
  • Main Agent plans the node graph and dependency order. Each node is an independent task. Script, character image, scene image, shot grid image, and final video prompt are produced by node.run with one module prompt skill at a time.
  • Reusable graph workflows are executed through tool.search, tool.describe, and tool.execute for deferred workflow.run_step, workflow.run_next, or workflow.run_all; the workflow runner calls node.run internally for visible product nodes.
  • Canvas state is the creative truth source visible to the model. Drafts, grouping, method choice, review notes, and assumptions are node fields or text nodes, not a separate planning object.
  • Dependencies are expressed with parent_node_id and fields.references; backend-created edges appear automatically. Use {ref, role} when needed: visual_reference for generation reference, source_image when an image node directly adopts an existing image as output.
  • Project-local node numbers such as #0 / 0 resolve directly with node.get(node_id); titles or unclear references use node.list(query|regex).
  • Read the smallest sufficient evidence for each decision: aggregate state, then indexes, details, and only the required content page.
  • Use interaction.request_input(questions=[...]) for blocking missing facts, then wait; ask up to 6 concise questions.
  • An explicit destructive request calls its matching tool once at the intended scope; that first call creates structured confirmation and ends the turn.
  • Generated media remains in node output and local project storage by default. Save to the asset library only when the user explicitly asks.
  • Natural-language tasks enter the Agent loop. Backend preprocessing may clean input and stale state, but it must not decide business actions for the model.
  • Summaries, rewrites, formatting, analysis, and plans return in chat unless the latest user message explicitly asks to save or change canvas content. An explicitly saved long text uses a placeholder text node with fields.generation={instruction,source_message_count}, followed by node.run. The count covers the source message and current save request (usually 2 for a follow-up request); the runner captures those message ids and atomically saves only a complete result. A successful run is final and does not need node.get verification. Text bodies are returned once in content_page, with an 8,000-character default window. Continue with content_offset=content_page.next_offset and a bounded content_limit; content_limit=0 returns body metadata only.
  • Tool errors are observations. Read error_kind, hint, and suggested_next; repair the specific node or field before retrying.
  • Every tool result crosses one typed model-context compiler. JSON, documents, collections, and multimodal parts have executable per-tool policies and a global 10,000-token hard ceiling. Large raw results are retained only as project-scoped diagnostic artifacts; model context and SSE receive bounded projections plus an opaque artifact_ref. Only resumable page content gets the document-sized string window; unrelated nested strings keep the normal per-field ceiling.
  • Long text readers such as node.get, file readers, text assets, and workflow spec/template readers expose bounded content pages with next_offset. skills.read uses the opaque next_cursor returned by its preceding page; continue until it becomes null.
  • User skills use skills/<skill-name>/SKILL.md. Standard frontmatter supplies name and description; the kebab-case directory name matches name. Supporting files stay inside the same package under references/, scripts/, assets/, templates/, or agents/openai.yaml. The runtime prompt carries only bounded metadata. Current-turn $SkillName, linked skill:// / SKILL.md mentions, and structured kind=skill inputs resolve before the model call and inject each selected package as a bounded <skill> block. Multiple explicit selections are all injected, and they do not carry into later turns. Explicit selection remains available when agents/openai.yaml disables implicit invocation. Description matches and plain-text names use the model-visible catalog. Orchestrator resources use exact handles from skills.list; skills.read follows next_cursor through the full SKILL.md and resolves resources inside the same package.
  • Collection readers use bounded pages. project.get_state returns runtime state plus canvas counts rather than every node and edge; use node.list and node.get for details. Most collections expose offset/next_offset or a nested page; skills.list uses its opaque next_cursor.
  • System prompt stays short. Detailed workflow, examples, and debugging advice live in skills, docs, tests, validators, and permission policy.

Read the full file on GitHub · 126 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 126 lines · 70 tokens per session scan A f0c1509b771d

Subscribe to this mod's changes

project-mentor is a skill published in the GitHub repository yutianxiao6/openreel-studio (29 stars, last pushed 25d ago), licensed MIT. It adds 70 tokens to every session and 1,713 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

hr-onboarding

A new-hire onboarding plan as a single page — first week schedule, buddy + manager intro, learning track, equipment checklist, and "you're set when…" outcomes. Use when the brief mentions "onboarding", "new hire", "first week plan", or "入职".

nexu-io/open-design · 62 tokens

book-mirror

Take any book (EPUB/PDF), produce a personalized chapter-by-chapter analysis. Each chapter is preserved in detail (The Chapter) and mirrored back to the reader's actual life (The Mirror) using brain context. The mirror observes and resonates — a friend pointing out parallels, NOT a consultant rearranging the reader's…

garrytan/gbrain · 138 tokens

miniapp

Build a tiny interactive HTML playground only when someone asks to see, play with, or step through a mechanism.

yc-software/qm · 25 tokens

eli5

Explain research, papers, or technical ideas in plain English with minimal jargon, concrete analogies, and clear takeaways. Use when the user says "ELI5 this", asks for a simple explanation of a paper or research result, wants jargon removed, or asks what something technically dense actually means.

companion-inc/feynman · 63 tokens

deck-course-module

A course or workshop slide template with persistent learning goals, teaching pages, multiple-choice self-tests, and a wrap-up.

nexu-io/html-anything · 25 tokens

master-yinguang

A reference-based assistant for questions about Yinguang and Pure Land Buddhism, a Buddhist tradition focused on faith, ethical living, and practice connected with rebirth in the Pure Land. It can answer in Yinguang’s historical teaching style.

xr843/Master-skill · 274 tokens