Token导航 LogoToken导航TokenDH.com
研究检索external-servicegithub未标认证来源可访问许可证需确认审计通过

canvas-week-plan画布周计划

Agent Skill

canvas-week-plan 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,072

周安装

83

GitHub Stars

115

下载量

671
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:canvas-week-plan(画布周计划)
来源仓库:https://github.com/vishalsachdev/canvas-mcp
仓库路径:skills/canvas-week-plan
安装命令:
npx skills add https://github.com/vishalsachdev/canvas-mcp --skill canvas-week-plan
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/vishalsachdev/canvas-mcp --skill canvas-week-plan

简介

canvas-week-plan 为学生生成一周学习计划,整合所有课程的作业、成绩、提交状态与互评任务。

  • 帮助学生清晰掌握时间节点与学业负担,提升自我管理能力,适用于学生自主查询场景。
  • 需连接 Canvas MCP 服务器并以 student 身份登录,仅返回本人数据,无需额外脱敏设置。
  • 建议定期运行以更新任务列表,但避免频繁请求以免触发 API 限流或影响系统性能。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

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

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.99%
按下载量换算241

Claude

32.81%
按下载量换算220

Cursor

18.69%
按下载量换算125

Gemini CLI

8.89%
按下载量换算60

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills