canvas-morning-check

canvas-morning-check is a skill for Claude Code, Codex from xmike04/canvas-student-mcp. It costs 55 tokens per session (448 once invoked), scanned A, original, MIT.

A daily Canvas school update that collects deadlines, course announcements, unread messages, grades, and teacher feedback. Canvas is an online learning system used by schools and universities.

In plain words
What is it for?
Use it for a quick morning school briefing, catching up across courses, and finding coursework or instructor messages that need attention.
Why use it?
It saves you from checking every course separately and helps surface missed work or urgent deadlines first.

Skill for Claude CodeCodex

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

Good fit Use it for a quick morning school briefing, catching up across courses, and finding coursework or instructor messages that need attention.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/xmike04/canvas-student-mcp/canvas-morning-check
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-morning-check
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-morning-check

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/xmike04/canvas-student-mcp/canvas-morning-check"><img src="https://agentmods.dev/badge/skills/xmike04/canvas-student-mcp/canvas-morning-check.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 448 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.00055 $0.00448
Opus 5 $0.00028 $0.00224
Sonnet 5 $0.00011 $0.00090
Haiku 4.5 $0.00006 $0.00045

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

Security

Grade A, and why

canvas-morning-check 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-morning-check/SKILL.md · 29 lines

What it actually says

Canvas morning check

Produce a short daily briefing from Canvas. Lead with anything urgent; keep the whole thing scannable in under thirty seconds.

Steps

  1. Verify the connection. Call canvas_auth_status. If status is not ok, report the action_required message and stop — everything below will fail otherwise.
  2. Gather in parallel (independent calls, issue them together):
    • canvas_list_planner with days_ahead: 7 — upcoming work and new activity
    • canvas_list_announcements — recent posts across active courses
    • canvas_list_inbox with scope: "unread" — messages needing a reply
    • canvas_get_feedback — newly graded work and grader comments
  3. Check for silent trouble. In the planner results, anything with status: "missing" is a missed submission — surface it first, even if the due date has passed.

Output

Write it as prose with short bulleted lists, not a wall of JSON. Structure:

  • ⚠️ Needs attention — missing submissions, anything due in the next 48 hours, unread messages from an instructor or TA. Omit this section entirely when it's empty rather than writing "nothing."
  • 📅 This week — remaining deadlines in date order, each as Course — item — day/time. Convert UTC timestamps to US Central; Canvas due times of 04:59 or 05:59 UTC mean 11:59 PM the previous day.
  • 📣 New since yesterday — announcements and newly posted grades, one line each with the key fact (not a summary of the whole post).

Close with one sentence naming the single most important thing to do today. If nothing is urgent, say so plainly — a quiet day is a useful 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 · 29 lines · 55 tokens per session scan A b22eeaae3856

Subscribe to this mod's changes

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