canvas-study-pack

canvas-study-pack is a skill for Claude Code, Codex from JohannsenLum/canvas-api-mcp. It costs 76 tokens per session (747 once invoked), scanned A, original, MIT.

A read-only study tool for Canvas, a learning-management system used by schools and universities. It gathers course files about a topic, summarizes them, and cites the source material.

In plain words
What is it for?
Finding relevant course materials and creating source-based study packs, reviews, summaries, or guides.
Why use it?
It keeps study notes tied to the actual course content instead of relying on general information or memory. It also avoids changing, submitting, or posting anything in the course.

Skill for Claude CodeCodex

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

Good fit Finding relevant course materials and creating source-based study packs, reviews, summaries, or guides.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/johannsenlum/canvas-api-mcp/canvas-study-pack"><img src="https://agentmods.dev/badge/skills/johannsenlum/canvas-api-mcp/canvas-study-pack.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 76 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 747 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.00076 $0.00747
Opus 5 $0.00038 $0.00374
Sonnet 5 $0.00015 $0.00149
Haiku 4.5 $0.00008 $0.00075

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

Security

Grade A, and why

canvas-study-pack 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 10d 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-study-pack/SKILL.md · 66 lines

How it starts

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

Canvas Study Pack

Read-only research and summarisation skill. Never modify, submit, or post anything: only report what the canvas-api-mcp tools return.

Prerequisites

The canvas-api-mcp MCP server must be installed and connected in the current client. If tool calls to my_courses, course_content, list_files, or read_file are not available, tell the user to install it first: https://mcp.johannsenlum.com/canvas-lms/install

Procedure

  1. Identify the course. Call my_courses to find the course the topic belongs to. If the student named the course, match it; if ambiguous or unstated, ask which course or check the most likely candidates via step 2 before guessing.

  2. Survey course content. Call course_content for the identified course to see what modules/content exist and to help locate material related to the topic.

  3. Search for files on the topic. Call list_files with a search term derived from the topic (and course_content findings) to locate candidate files.

  4. Read the most relevant file(s). Call read_file on the file(s) that best match the topic based on filename/context from step 3. Read more than one file if several are plausibly relevant. Do not settle for a single weak match if better candidates exist in the list.

  5. Summarise, grounded only in what was read:

    • Every point in the summary must be traceable to specific content pulled via read_file in this session.
    • Cite which file each point came from (e.g. "(from lecture-05-notes.pdf)") so the student can verify.
    • Do NOT supplement with general knowledge about the topic, even if you "know" more about it. If the retrieved material is thin, the summary should be thin.
    • If the material available (via list_files/course_content) does not cover some aspect of the topic the student asked about, say so explicitly (e.g. "The course files found don't cover X") instead of filling the gap from general knowledge.

Read the full file on GitHub · 66 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. 10d ago First seen · 66 lines · 76 tokens per session scan A 8e2c956e01cd

Subscribe to this mod's changes

canvas-study-pack is a skill published in the GitHub repository JohannsenLum/canvas-api-mcp (2 stars, last pushed 26d ago), licensed MIT. It adds 76 tokens to every session and 747 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

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

canvas-admin-roster

Admin skill for walking the Canvas account hierarchy: list accounts and sub-accounts, see courses and users under each, look up which canned reports are available, and enroll or remove users from a specific course — one action at a time. Trigger phrases include "admin roster", "list accounts", "sub accounts", "account…

bruchris/canvas-lms-mcp · 0 tokens

canvas-peer-review-tracker

Educator skill for tracking peer-review assignments in Canvas. Lists who has been asked to review whom, who has submitted versus who is still pending, and lets you assign new reviewers or send reminder messages — one student at a time. Trigger phrases include "peer reviews", "who hasn't done their peer review", "peer…

bruchris/canvas-lms-mcp · 92 tokens

canvas-accessibility-sweep

Educator and learning-designer skill for a pre-launch accessibility and broken-link sweep of a Canvas course. Walks the structural accessibility audit and the link audit over a course's pages, assignments, syllabus, announcements, and (optionally) quizzes, then produces a prioritised remediation list you can work…

bruchris/canvas-lms-mcp · 131 tokens

canvas-course-pulse

Educator skill for tracking week-over-week course health trends in Canvas. Surfaces assignment performance trends, login activity, engagement gaps, and struggling students across a longer time horizon than a daily check. Trigger phrases include "course pulse", "course health", "course trends", "week-over-week…

bruchris/canvas-lms-mcp · 90 tokens

canvas-office-hours

Educator skill for running office hours through Canvas Scheduler appointment groups. Create and publish sign-up slots for a course, list existing groups and their time slots, and see which students (or student groups) have reserved — one confirmed action at a time. Trigger phrases include "office hours", "appointment…

bruchris/canvas-lms-mcp · 103 tokens