Get the FREE Ultimate OpenClaw Setup Guide →

canvas-week-plan

Scanned
npx machina-cli add skill vishalsachdev/canvas-mcp/canvas-week-plan --openclaw
Files (1)
SKILL.md
4.7 KB

Canvas Week Plan

Generate a comprehensive weekly plan for a student, showing all upcoming assignments, current grades, submission status, and pending peer reviews across all enrolled courses.

Prerequisites

  • Canvas MCP server must be configured and running in the agent's MCP client (e.g., Claude Code, Cursor, Codex, OpenCode)
  • The user must have a student role in their Canvas courses
  • No anonymization is needed -- students only see their own data

Steps

1. Get Upcoming Assignments

Call the MCP tool get_my_upcoming_assignments with days_ahead=7 to retrieve all assignments due in the next week.

Data to collect per assignment:

  • Assignment name
  • Course name or code
  • Due date and time
  • Point value
  • Assignment type (quiz, essay, discussion, etc.)

2. Check Submission Status

Call the MCP tool get_my_submission_status to determine what has been submitted and what has not.

Categorize each assignment as one of:

  • Submitted -- already turned in
  • Not submitted -- still needs to be done
  • Late -- past due but late submissions still accepted
  • Missing -- past due, no late submissions accepted

3. Get Current Grades

Call the MCP tool get_my_course_grades to show academic standing for each enrolled course.

Collect per course:

  • Current percentage and letter grade
  • Impact of upcoming assignments on grade (if calculable)

4. Check Peer Reviews

Call the MCP tool get_my_peer_reviews_todo to find any pending peer reviews.

Collect per pending review:

  • Which assignment needs peer review
  • How many reviews are required
  • Deadline for completing reviews
  • Reviews completed vs. remaining

5. Generate the Weekly Plan

Present a structured, actionable plan using the format below. Adjust courses, assignments, and numbers to match the actual data retrieved.

## Your Week Ahead

### Quick Stats
- **Due this week:** 5 assignments
- **Already submitted:** 2
- **Peer reviews pending:** 3
- **Highest priority:** Final Project (100 pts, due Fri)

### By Course

#### CS 101 (Current: 87% B+)
| Assignment | Due | Points | Status |
|------------|-----|--------|--------|
| Quiz 5 | Tue 11:59pm | 20 | Not submitted |
| Lab 8 | Thu 5:00pm | 30 | Submitted |

#### MATH 221 (Current: 92% A-)
| Assignment | Due | Points | Status |
|------------|-----|--------|--------|
| HW 12 | Wed 11:59pm | 25 | Not submitted |
| Final Project | Fri 11:59pm | 100 | Not submitted |

### Peer Reviews Due
- **Essay 2 Peer Review** (ENG 101) - 2 reviews needed by Thu
- **Project Proposal Review** (CS 101) - 1 review needed by Fri

### Suggested Priority Order
1. **Quiz 5** (CS 101) - Due tomorrow, 20 pts
2. **HW 12** (MATH 221) - Due Wed, 25 pts
3. **Peer Reviews** - 3 total, due Thu-Fri
4. **Final Project** (MATH 221) - Due Fri, 100 pts (start early!)

### Grade Impact
- Completing all assignments could raise your grades:
  - CS 101: 87% -> 89%
  - MATH 221: 92% -> 94%

6. Offer Drill-Down Options

After presenting the plan, let the user know what further actions are available:

Need more details? I can:
1. Show full assignment instructions for any item
2. Check the rubric for an assignment
3. Show your grade breakdown for a course
4. Focus on just one course

MCP Tools Used

ToolPurpose
get_my_upcoming_assignmentsFetch assignments due within a time window
get_my_submission_statusCheck submitted vs. not submitted
get_my_course_gradesRetrieve current grades per course
get_my_peer_reviews_todoFind pending peer review tasks
get_assignment_detailsDrill down into a specific assignment (rubric, instructions)

Output Variations

Compact Mode

If the user asks for a "quick check" or "just the highlights", use a shorter format:

## This Week
- 3 assignments due (2 not started)
- 2 peer reviews pending
- Grades: CS 101 (87%), MATH 221 (92%), ENG 101 (85%)

**Priority:** Quiz 5 (tomorrow), HW 12 (Wed), Final Project (Fri)

Single Course Mode

If the user specifies a course (e.g., "plan my week for CS 101"), show only that course's assignments, grades, and peer reviews.

Notes

  • Best used at the start of each week (Sunday or Monday)
  • Assignments are sorted by due date, then by point value
  • Late and missing assignments are highlighted for attention
  • All student-facing tools use the get_my_* prefix
  • No privacy concerns since students only access their own data

Source

git clone https://github.com/vishalsachdev/canvas-mcp/blob/main/skills/canvas-week-plan/SKILL.mdView on GitHub

Overview

Canvas Week Plan generates a comprehensive weekly study slate by aggregating all upcoming assignments, current grades, submission statuses, and pending peer reviews across enrolled courses. It helps you see what's due, prioritize tasks, and stay on top of coursework with a clear, actionable plan.

How This Skill Works

It uses Canvas MCP tools to fetch data for the coming week: get_my_upcoming_assignments with days_ahead=7, get_my_submission_status to classify each item, get_my_course_grades for per-course grades, and get_my_peer_reviews_todo for pending reviews. It then compiles a structured plan with a Your Week Ahead section, per-course tables, and a prioritized activity list, ready for you to drill down into details if needed.

When to Use It

  • What's due this week
  • Plan my week
  • Weekly course check-in
  • Organize coursework across all classes
  • Prioritize assignments and peer reviews

Quick Start

  1. Step 1: Pull upcoming assignments with get_my_upcoming_assignments days_ahead=7.
  2. Step 2: Check submission status, grades, and peer reviews with the MCP tools.
  3. Step 3: Generate Your Week Ahead plan and review drill-down options for details.

Best Practices

  • Make sure the Canvas MCP server is configured and the user has a student role.
  • Run the plan at the start of the week to set your priorities.
  • Review due dates and submission statuses to avoid late penalties.
  • Note any pending peer reviews and schedule time to complete them.
  • Use drill-down options to view rubrics, detailed instructions, or grade breakdowns.

Example Use Cases

  • CS 101 shows Quiz 5 due Tue 11:59pm and Lab 8 due Thu 5:00pm; you plan study blocks accordingly.
  • MATH 221 Final Project due Fri 11:59pm; plan milestone tasks this week.
  • ENG 101 Essay 2 has two peer reviews due by Thu; you allocate review time.
  • Late submission updates adjust priority to catch up before the next deadline.
  • Drill-down reveals rubric and instructions for a challenging assignment to guide your prep.

Frequently Asked Questions

Add this skill to your agents
Sponsor this space

Reach thousands of developers