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 bruchris/canvas-lms-mcp --skill canvas-student-todogit clone --depth 1 https://github.com/bruchris/canvas-lms-mcpWrote 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/bruchris/canvas-lms-mcp/canvas-student-todo)<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.
<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>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.00081 | $0.00821 |
| Opus 5 | $0.00041 | $0.00411 |
| Sonnet 5 | $0.00016 | $0.00164 |
| Haiku 4.5 | $0.00008 | $0.00082 |
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.
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:
- Missing / overdue submissions — already late, highest urgency
- Due within 24 hours — must act today
- Due in 2–7 days — plan this week
- Upcoming events — context for time blocking
For each item, show: course, title, due date/time, points, and current submission status.
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 · 87 lines · 81 tokens per session scan A 3f8384d6e5fd
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.
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.
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.
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…
subscription-setup
A setup workflow for creating recurring medical-learning subscriptions after a doctor’s profile has been registered.
habit-formation
Atomic habits, cue-routine-reward loops, habit stacking, accountability systems, and behavior change.
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…