canvas-week-plan

canvas-week-plan is a skill for Claude Code, Codex from vishalsachdev/canvas-mcp. It costs 55 tokens per session (1,212 once invoked), scanned A, original, MIT.

A weekly study planner for Canvas, a learning-management system used by schools and universities. It gathers a student's upcoming work, submission status, grades, and peer reviews across courses.

In plain words
What is it for?
Use it to plan the next seven days, review assignment due dates and point values, check whether work was submitted or is late or missing, and see current grades and peer-review tasks.
Why use it?
It puts scattered course deadlines and progress information into one weekly view. This makes it easier to see what still needs attention and what is already complete.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Claude Code; mentions Codex; mentions OpenCode.

Good fit Use it to plan the next seven days, review assignment due dates and point values, check whether work was submitted or is late or missing, and see current grades and peer-review tasks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vishalsachdev/canvas-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 vishalsachdev/canvas-mcp --skill canvas-week-plan
Clone the repo
git clone --depth 1 https://github.com/vishalsachdev/canvas-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/vishalsachdev/canvas-mcp/canvas-week-plan/github.svg)](https://agentmods.dev/skills/vishalsachdev/canvas-mcp/canvas-week-plan)
Your own site
<a href="https://agentmods.dev/skills/vishalsachdev/canvas-mcp/canvas-week-plan"><img src="https://agentmods.dev/badge/skills/vishalsachdev/canvas-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/vishalsachdev/canvas-mcp/canvas-week-plan"><img src="https://agentmods.dev/badge/skills/vishalsachdev/canvas-mcp/canvas-week-plan.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,212 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00055 $0.01212
Opus 5 $0.00028 $0.00606
Sonnet 5 $0.00011 $0.00242
Haiku 4.5 $0.00006 $0.00121

Measured 9d ago against content hash 810bcbf4d894, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, 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 9d 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 · 148 lines

How it starts

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

Canvas Week Plan

Generate a comprehensive weekly plan for a student, showing all upcoming assignments, current grades, submission status, and pending peer reviews across all enrolled courses.

Prerequisites

  • Canvas MCP server must be configured and running in the agent's MCP client (e.g., Claude Code, Cursor, Codex, OpenCode)
  • The user must have a student role in their Canvas courses
  • No anonymization is needed -- students only see their own data

Steps

1. Get Upcoming Assignments

Call the MCP tool get_my_upcoming_assignments with days_ahead=7 to retrieve all assignments due in the next week.

Data to collect per assignment:

  • Assignment name
  • Course name or code
  • Due date and time
  • Point value
  • Assignment type (quiz, essay, discussion, etc.)

2. Check Submission Status

Call the MCP tool get_my_submission_status to determine what has been submitted and what has not.

Categorize each assignment as one of:

  • Submitted -- already turned in
  • Not submitted -- still needs to be done
  • Late -- past due but late submissions still accepted
  • Missing -- past due, no late submissions accepted

3. Get Current Grades

Call the MCP tool get_my_course_grades to show academic standing for each enrolled course.

Collect per course:

  • Current percentage and letter grade
  • Impact of upcoming assignments on grade (if calculable)

4. Check Peer Reviews

Call the MCP tool get_my_peer_reviews_todo to find any pending peer reviews.

Collect per pending review:

  • Which assignment needs peer review
  • How many reviews are required
  • Deadline for completing reviews
  • Reviews completed vs. remaining

5. Generate the Weekly Plan

Present a structured, actionable plan using the format below. Adjust courses, assignments, and numbers to match the actual data retrieved.

## Your Week Ahead

### Quick Stats
- **Due this week:** 5 assignments
- **Already submitted:** 2
- **Peer reviews pending:** 3
- **Highest priority:** Final Project (100 pts, due Fri)

### By Course

#### CS 101 (Current: 87% B+)
| Assignment | Due | Points | Status |
|------------|-----|--------|--------|
| Quiz 5 | Tue 11:59pm | 20 | Not submitted |
| Lab 8 | Thu 5:00pm | 30 | Submitted |

#### MATH 221 (Current: 92% A-)
| Assignment | Due | Points | Status |
|------------|-----|--------|--------|
| HW 12 | Wed 11:59pm | 25 | Not submitted |
| Final Project | Fri 11:59pm | 100 | Not submitted |

### Peer Reviews Due
- **Essay 2 Peer Review** (ENG 101) - 2 reviews needed by Thu
- **Project Proposal Review** (CS 101) - 1 review needed by Fri

### Suggested Priority Order
1. **Quiz 5** (CS 101) - Due tomorrow, 20 pts
2. **HW 12** (MATH 221) - Due Wed, 25 pts
3. **Peer Reviews** - 3 total, due Thu-Fri
4. **Final Project** (MATH 221) - Due Fri, 100 pts (start early!)

### Grade Impact
- Completing all assignments could raise your grades:
  - CS 101: 87% -> 89%
  - MATH 221: 92% -> 94%

Read the full file on GitHub · 148 lines

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. 9d ago First seen · 148 lines · 55 tokens per session scan A 810bcbf4d894

Subscribe to this mod's changes

canvas-week-plan is a skill published in the GitHub repository vishalsachdev/canvas-mcp (232 stars, last pushed today), licensed MIT. It adds 55 tokens to every session and 1,212 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

education-program

When the user wants to plan, implement, or optimize student and education discount programs. Also use when the user mentions "student discount," "education discount," "student plan," "for students," ".edu discount," "academic pricing," "student verification," "SheerID," "UNiDAYS," or "education program." For startup…

kostja94/marketing-skills · 80 tokens

startups-page-generator

When the user wants to create, optimize, or audit a startups, education, or special program page. Also use when the user mentions "startups program," "for startups," "education discount," "student plan," "for students," or "special pricing." For education discounts, use education-program.

kostja94/marketing-skills · 66 tokens

scout-mindset-bias-check

Detects and removes cognitive biases from reasoning using Julia Galef's Scout Mindset framework. Provides reversal tests, scope sensitivity checks, status quo bias tests, confidence interval audits, and full bias audits. Use when a prediction feels emotional, stuck at 50/50, or when validating forecasting process. Use…

The-Utopia-Studio/skills · 93 tokens

creating-explainers

Use when creating an interactive explainer - a single self-contained HTML page with hand-built Canvas figures. Handles source-file explainers, topic-driven research explainers, and mixed intake where files provide the spine and research adds support. Trigger phrases include "make an explainer", "turn this paper into…

analyticalmonk/explain-this · 98 tokens

explaining-codebases

Use when creating an interactive explainer about a codebase, repository, or source files. Handles onboarding overviews, architecture maps, and deep-dives on real implementation paths. Trigger phrases include "explain this codebase", "interactive guide to this repo", "walk through how X works in the code", or…

analyticalmonk/explain-this · 84 tokens

source-driven-development

Grounds framework-specific code decisions in official documentation instead of training data or memory. Use before writing framework- or library-specific code (forms, routing, data fetching, auth, state management), when the user asks for "current best practices" or "documented"/"verified" code, or before reviewing…

shennawardana23/skillme · 73 tokens