canvas-student-todo

canvas-student-todo is a skill for Claude Code from bruchris/canvas-lms-mcp. It costs 81 tokens per session (821 once invoked), scanned A, original, MIT.

A Canvas student to-do skill that collects unfinished assignments, missing submissions, peer reviews, quizzes, and upcoming deadlines from all enrolled courses. Canvas is a learning-management system used by schools and universities.

In plain words
What is it for?
Use it to catch up on coursework, find missing submissions, review open quiz attempts, and see what needs to be completed next.
Why use it?
Students otherwise have to check each course separately and may overlook overdue or upcoming work. This puts the outstanding items into one prioritised view.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the canvas-lms-mcp plugin — 16 skills, 5 agents, 2 MCP servers shipped together

Good fit Use it to catch up on coursework, find missing submissions, review open quiz attempts, and see what needs to be completed next.

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

Made for: Claude Code.

Or install canvas-lms-mcp, the plugin that ships this one along with the rest of its 16 skills, 5 agents, 2 MCP servers.

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-student-todo

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/bruchris/canvas-lms-mcp/canvas-student-todo"><img src="https://agentmods.dev/badge/skills/bruchris/canvas-lms-mcp/canvas-student-todo.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 81 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 821 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.00081 $0.00821
Opus 5 $0.00041 $0.00411
Sonnet 5 $0.00016 $0.00164
Haiku 4.5 $0.00008 $0.00082

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

Security

Grade A, and why

canvas-student-todo 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.

skills/canvas-student-todo/SKILL.md · 87 lines

How it starts

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

Canvas Student To-Do

Get a clear, prioritised list of everything you still need to do in Canvas — missing submissions, open to-dos, and deadlines — without having to check every course separately.

Prerequisites

  • Canvas MCP server must be running and connected.
  • You must be logged in as a student (or have a student token) — this skill uses student-scoped endpoints.

Steps

1. Get the Dashboard Overview

Call get_dashboard_cards to get the high-level card view of all enrolled courses. This surfaces which courses have activity and how many items are pending, giving you a quick triage before deeper calls.

Note any courses flagged with unread or to-do indicators.

2. Get Canvas To-Do Items

Call get_todo_items to retrieve the student's current Canvas to-do list. This includes assignments needing submission, peer reviews to complete, and quizzes with open attempts. Collect each item's:

  • Assignment or quiz title
  • Course name
  • Due date
  • Points possible

3. Get Missing Submissions

Call get_missing_submissions to identify assignments that are past their due date and have no submission. These are higher priority than upcoming items and should be flagged clearly.

4. Get Upcoming Events

Call get_upcoming_events to surface any scheduled events (class sessions, office hours, exams) in the near future. Include these at the bottom of the list as context for planning effort.

5. Get Active Courses for Context

Call get_my_courses to confirm the full list of enrolled courses and their names. Use this to cross-reference items from Steps 2–3 against the correct course context.

6. Build the Prioritised To-Do List

Sort items in this order:

  1. Missing / overdue submissions — already late, highest urgency
  2. Due within 24 hours — must act today
  3. Due in 2–7 days — plan this week
  4. Upcoming events — context for time blocking

For each item, show: course, title, due date/time, points, and current submission status.

Read the full file on GitHub · 87 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. 11d ago First seen · 87 lines · 81 tokens per session scan A 3f8384d6e5fd

Subscribe to this mod's changes

canvas-student-todo is a skill published in the GitHub repository bruchris/canvas-lms-mcp (5 stars, last pushed yesterday), licensed MIT. It adds 81 tokens to every session and 821 once invoked, about $0.0004 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

stage-and-commit

Stage changed files and create a commit following the repo's translation, formatting, and git workflow rules. Use when the user asks to stage, commit, or both.

classroomio/classroomio · 38 tokens

live-tutorial

Create an annotated MP4 tutorial from a workflow demonstrated in the owner's actual application. Use when asked for a tutorial video, not merely to watch an action live.

leon-ai/leon · 36 tokens

read-book

When you want to read and extract structured notes from a book — PDF, EPUB, MOBI, markdown, .txt, pasted text, or URL to a public-domain work. Reads in chunks (by chapter when a TOC exists, by 50-page blocks otherwise), extracts per-chapter TL;DR + key concepts + quotes + action items + frameworks, and offers to…

coreyhaines31/makerskills · 192 tokens

subscription-setup

A setup workflow for creating recurring medical-learning subscriptions after a doctor’s profile has been registered.

TencentCloud/Octop · 80 tokens

habit-formation

Atomic habits, cue-routine-reward loops, habit stacking, accountability systems, and behavior change.

cosmicstack-labs/mercury-agent-skills · 23 tokens

magpie-onboarding-concierge

Answer a newcomer's "how do I contribute here" question by grounding the response in CONTRIBUTING.md and the project's own docs. Classifies the question (setup / workflow / first-issue / out-of-scope), retrieves the relevant guide excerpt, and drafts a concise answer in the Agentic Mentoring teaching register. Routes…

apache/magpie · 132 tokens