canvas-week-plan

canvas-week-plan is a skill for Claude Code, Codex from xmike04/canvas-student-mcp. It costs 54 tokens per session (425 once invoked), scanned A, original, MIT.

A planning tool that turns upcoming Canvas coursework into a day-by-day study plan. Canvas is an online learning system used for courses, assignments, deadlines, and grades.

In plain words
What is it for?
It helps find upcoming work, read assignment instructions and course materials, group tasks by day, estimate effort, and prioritize high-value exams or assignments.
Why use it?
It considers what each assignment requires and how much it affects the final grade, rather than treating every deadline as equally important.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It helps find upcoming work, read assignment instructions and course materials, group tasks by day, estimate effort, and prioritize high-value exams or assignments.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/xmike04/canvas-student-mcp/canvas-week-plan
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 xmike04/canvas-student-mcp --skill canvas-week-plan
Clone the repo
git clone --depth 1 https://github.com/xmike04/canvas-student-mcp

Made for: Claude Code, 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 canvas-week-plan

README.md
[![agentmods](https://agentmods.dev/badge/skills/xmike04/canvas-student-mcp/canvas-week-plan/github.svg)](https://agentmods.dev/skills/xmike04/canvas-student-mcp/canvas-week-plan)
Your own site
<a href="https://agentmods.dev/skills/xmike04/canvas-student-mcp/canvas-week-plan"><img src="https://agentmods.dev/badge/skills/xmike04/canvas-student-mcp/canvas-week-plan/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 canvas-week-plan

Your own site · 80×15
<a href="https://agentmods.dev/skills/xmike04/canvas-student-mcp/canvas-week-plan"><img src="https://agentmods.dev/badge/skills/xmike04/canvas-student-mcp/canvas-week-plan.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 425 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.00054 $0.00425
Opus 5 $0.00027 $0.00212
Sonnet 5 $0.00011 $0.00085
Haiku 4.5 $0.00005 $0.00042

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

Security

Grade A, and why

canvas-week-plan 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 12d 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.

skills/canvas-week-plan/SKILL.md · 31 lines

What it actually says

Canvas week plan

Turn Canvas deadlines into a plan the user can act on, not just a list of dates.

Steps

  1. Call canvas_list_planner with days_ahead: 14 for the full picture across courses.
  2. For anything substantial (a project, an exam, a multi-part assignment), call canvas_get_assignment to read what it actually asks for — the plan is only useful if it reflects the real work.
  3. When a deadline references course material (a reading, a lecture deck, a lab handout), use canvas_read_file or canvas_read_syllabus to check what it covers, so effort estimates aren't guesses.
  4. Call canvas_get_grades or canvas_grade_breakdown to see what each item is worth. A 20% exam and a 2-point quiz should not get equal space in the plan.

Output

Group by day, Monday through Sunday, using the user's local time (US Central unless told otherwise — Canvas due times of 04:59/05:59 UTC mean 11:59 PM the previous day).

For each day, list the items due with:

  • Course and item name
  • Points, and the share of the final grade when it's material
  • A realistic sense of the work required, based on what you actually read

Then add:

  • Start early on: anything where the work clearly exceeds the time left if begun the night before
  • Low stakes: items worth little, so the user can triage under pressure

Prefer honesty over completeness — if two deadlines collide on the same evening, say so directly. Skip filler sections when there's nothing to put in them. If the week is genuinely light, a three-line answer is the right answer.

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. 12d ago First seen · 31 lines · 54 tokens per session scan A b7338c0e2cb5

Subscribe to this mod's changes

canvas-week-plan is a skill published in the GitHub repository xmike04/canvas-student-mcp (1 stars, last pushed 18d ago), licensed MIT. It adds 54 tokens to every session and 425 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-31.

Related

Other skills, from other repositories

schoolbridge

Check school assignments, grades, due dates, and teacher announcements from Canvas (or another LMS) via the schoolbridge CLI. Use when the user asks about homework, upcoming tests, deadlines, grades, study plans, or anything school-related — and on heartbeats/schedules to catch new school activity and report it.

Shoberman2/schoolbridge · 66 tokens

local-rag-search

Efficiently perform web searches using the mcp-local-rag server with semantic similarity ranking. Use this skill when you need to search the web for current information, research topics across multiple sources, or gather context from the internet without using external APIs. This skill teaches effective use of…

nkapila6/mcp-local-rag · 80 tokens

octave-literacy

LLM-native structured communication format. Teaches OCTAVE syntax rules, canonical forms, and warning prevention for zero-error .oct.md authoring.

elevanaltd/octave-mcp · 34 tokens

greentext

Explain system behavior, request flows, architecture, or implementation logic as short 4chan-style greentext lines. Use when the user asks for a step-by-step explanation, says "explain the logic", asks for "greentext", or wants terse sequential reasoning with each line starting with >.

Kevin-Liu-01/Agent-Machines · 66 tokens

canvas-cli

Manage Canvas LMS (https://www.instructure.com/canvas) from the terminal with the canvas CLI — courses, assignments, submissions and grading, modules, pages, quizzes, discussions, announcements, users, enrollments, sections, files, and analytics. Use this whenever the user wants to list or create assignments, grade…

jjuanrivvera/canvas-cli · 113 tokens

book-mirror

Take any book (EPUB/PDF), produce a personalized chapter-by-chapter analysis with two-column tables. Left column preserves the chapter content; right column maps every idea to the reader's actual life using brain context. Output is a single brain page at media/books/ -personalized plus an optional PDF via brain-pdf.

timurgaleev/memex · 71 tokens