canvas-bulk-grading

canvas-bulk-grading is a skill for Claude Code, Codex from vishalsachdev/canvas-mcp. It costs 34 tokens per session (1,773 once invoked), scanned A, original, MIT.

A workflow for grading Canvas LMS assignments in bulk with an existing rubric. Canvas LMS is a web platform schools use to manage courses, assignments, and grades.

In plain words
What is it for?
It helps instructors and teaching assistants gather assignment and rubric details, grade individual or batches of submissions, and use code execution strategies. It requires an authenticated Canvas connection and a rubric already linked to the assignment.
Why use it?
It reduces repeated manual grading by applying rubric-based grading workflows to one or many submissions. It also supports dry runs before actions are carried out.

Skill for Claude CodeCodex

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

Good fit It helps instructors and teaching assistants gather assignment and rubric details, grade individual or batches of submissions, and use code execution strategies. It requires an authenticated Canvas connection and a rubric already linked to the assignment.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vishalsachdev/canvas-mcp/canvas-bulk-grading
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-bulk-grading
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-bulk-grading

README.md
[![agentmods](https://agentmods.dev/badge/skills/vishalsachdev/canvas-mcp/canvas-bulk-grading.svg)](https://agentmods.dev/skills/vishalsachdev/canvas-mcp/canvas-bulk-grading)
Your own site
<a href="https://agentmods.dev/skills/vishalsachdev/canvas-mcp/canvas-bulk-grading"><img src="https://agentmods.dev/badge/skills/vishalsachdev/canvas-mcp/canvas-bulk-grading.svg" alt="Measured on agentmods" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,773 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.00034 $0.01773
Opus 5 $0.00017 $0.00886
Sonnet 5 $0.00007 $0.00355
Haiku 4.5 $0.00003 $0.00177

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

Security

Grade A, and why

canvas-bulk-grading 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 8d 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-bulk-grading/SKILL.md · 187 lines

How it starts

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

Canvas Bulk Grading

Grade Canvas LMS assignments efficiently using rubric-based workflows. This skill requires the Canvas MCP server to be running and authenticated with an instructor or TA token.

Prerequisites

  • Canvas MCP server running and connected
  • Authenticated with an educator (instructor/TA) Canvas API token
  • Assignment must exist and have submissions to grade
  • Rubric must already be created in Canvas and associated with the assignment (Canvas API cannot reliably create rubrics -- use the Canvas web UI for that)

Workflow

Step 1: Gather Assignment and Rubric Information

Before grading, retrieve the assignment details and its rubric criteria.

get_assignment_details(course_identifier, assignment_id)

Then get the rubric. Use get_assignment_rubric_details if the rubric is already linked to the assignment, or list_all_rubrics to browse all rubrics in the course:

get_assignment_rubric_details(course_identifier, assignment_id)
list_all_rubrics(course_identifier)
get_rubric_details(course_identifier, rubric_id)

Record the criterion IDs (often prefixed with underscore, e.g., _8027) and rating IDs from the rubric response. These are required for rubric-based grading.

Step 2: List Submissions

Retrieve all student submissions to determine how many need grading:

list_submissions(course_identifier, assignment_id)

Note the user_id for each submission and the workflow_state (submitted, graded, pending_review). Count the submissions that need grading to determine which strategy to use.

Step 3: Choose a Grading Strategy

Use this decision tree based on the number of submissions to grade:

How many submissions need grading?
|
+-- 1-9 submissions
|   Use grade_with_rubric (one call per submission)
|
+-- 10-29 submissions
|   Use bulk_grade_submissions (concurrent batch processing)
|   Set max_concurrent: 5, rate_limit_delay: 1.0
|   ALWAYS run with dry_run: true first
|
+-- 30+ submissions OR custom grading logic needed
    Use execute_typescript with bulkGrade function
    Grading logic runs locally; only selected output returns to the model
    ALWAYS run with dry_run: true first

Read the full file on GitHub · 187 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. 8d ago First seen · 187 lines · 34 tokens per session scan A ec81c3f27b88

Subscribe to this mod's changes

canvas-bulk-grading is a skill published in the GitHub repository vishalsachdev/canvas-mcp (231 stars, last pushed yesterday), licensed MIT. It adds 34 tokens to every session and 1,773 once invoked, about $0.0002 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