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.
npx skills add yutianxiao6/openreel-studio --skill project-mentorgit clone --depth 1 https://github.com/yutianxiao6/openreel-studioWrote 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.
[](https://agentmods.dev/skills/yutianxiao6/openreel-studio/project-mentor)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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 completeSKILL.mdwithskills.read. It then creates lightweight tasks for multi-step or media-generation work, then creates or updatestext,image,video, andaudionodes 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.runwith one module prompt skill at a time. - Reusable graph workflows are executed through
tool.search,tool.describe, andtool.executefor deferredworkflow.run_step,workflow.run_next, orworkflow.run_all; the workflow runner callsnode.runinternally 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_idandfields.references; backend-created edges appear automatically. Use{ref, role}when needed:visual_referencefor generation reference,source_imagewhen an image node directly adopts an existing image as output. - Project-local node numbers such as
#0/0resolve directly withnode.get(node_id); titles or unclear references usenode.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
textnode withfields.generation={instruction,source_message_count}, followed bynode.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 neednode.getverification. Text bodies are returned once incontent_page, with an 8,000-character default window. Continue withcontent_offset=content_page.next_offsetand a boundedcontent_limit;content_limit=0returns body metadata only. - Tool errors are observations. Read
error_kind,hint, andsuggested_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 withnext_offset.skills.readuses the opaquenext_cursorreturned by its preceding page; continue until it becomes null. - User skills use
skills/<skill-name>/SKILL.md. Standard frontmatter suppliesnameanddescription; the kebab-case directory name matchesname. Supporting files stay inside the same package underreferences/,scripts/,assets/,templates/, oragents/openai.yaml. The runtime prompt carries only bounded metadata. Current-turn$SkillName, linkedskill:///SKILL.mdmentions, and structuredkind=skillinputs 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 whenagents/openai.yamldisables implicit invocation. Description matches and plain-text names use the model-visible catalog. Orchestrator resources use exact handles fromskills.list;skills.readfollowsnext_cursorthrough the fullSKILL.mdand resolves resources inside the same package. - Collection readers use bounded pages.
project.get_statereturns runtime state plus canvas counts rather than every node and edge; usenode.listandnode.getfor details. Most collections exposeoffset/next_offsetor a nested page;skills.listuses its opaquenext_cursor. - System prompt stays short. Detailed workflow, examples, and debugging advice live in skills, docs, tests, validators, and permission policy.
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.
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.
- 11d ago First seen · 126 lines · 70 tokens per session scan A f0c1509b771d
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.
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 "入职".
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…
miniapp
Build a tiny interactive HTML playground only when someone asks to see, play with, or step through a mechanism.
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.
deck-course-module
A course or workshop slide template with persistent learning goals, teaching pages, multiple-choice self-tests, and a wrap-up.
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.