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

canvas-morning-check画布晨检

Agent Skill

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

总安装

1,348

周安装

54

GitHub Stars

115

下载量

436
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/vishalsachdev/canvas-mcp --skill canvas-morning-check

简介

canvas-morning-check 为教师提供每日课程健康检查,汇总未交作业、待支持学生和即将到期任务。

  • 适合教学日开始前快速掌握班级动态,辅助及时干预与资源调配,提升教学管理效率。
  • 需 educator 或 instructor 权限,连接 Canvas MCP 服务器后可获取个人所授课程数据。
  • 建议启用 ENABLE_DATA_ANONYMIZATION 以匿名化学生姓名,符合教育数据保护规范。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Canvas Morning Check

A comprehensive course health check for educators using Canvas LMS. Run it at the start of a teaching day or week to surface submission gaps, students who need support, and upcoming deadlines -- then take action directly from the results.

Prerequisites

  • Canvas MCP server must be running and connected to the agent's MCP client.
  • The authenticated user must have an educator or instructor role in the target Canvas course(s).
  • FERPA compliance: Set ENABLE_DATA_ANONYMIZATION=true in the Canvas MCP server environment to anonymize student names in all output. When enabled, names render as Student_xxxxxxxx hashes.

Steps

1. Identify Target Course(s)

Ask the user which course(s) to check. Accept a course code, Canvas ID, or "all" to iterate through every active course.

If the user does not specify, prompt:

Which course would you like to check? (Or say "all" for all active courses.)

Use the list_courses MCP tool if you need to look up available courses.

2. Collect Recent Submission Data

For each target course:

  1. Call list_assignments to find assignments with a due date in the past 7 days.
  2. For each recent assignment, call get_assignment_analytics to collect:

- Submission rate (submitted / enrolled) - Average, high, and low scores - Late submission count

3. Identify Struggling Students

Call list_submissions to retrieve student submission records, then flag students based on these thresholds:

UrgencyCriteria
CriticalMissing 3+ assignments in the past 2 weeks, or average grade below 60%
Needs attentionMissing 2 assignments, or average grade 60--70%, or 3+ late submissions
On trackAll submissions current, grade above 70%

Use get_student_analytics for deeper per-student analysis when the user requests it.

4. Check Upcoming Deadlines

Call list_assignments filtered to the next 7 days. For each upcoming assignment, surface:

  • Assignment name
  • Due date and time
  • Point value
  • Current submission count (if submissions have started)

5. Generate the Status Report

Present results in a structured format:

## Course Status: [Course Name]

### Submission Overview
| Assignment | Due Date | Submitted | Rate | Avg Score |
|------------|----------|-----------|------|-----------|
| Quiz 3     | Feb 24   | 28/32     | 88%  | 85.2      |
| Essay 2    | Feb 26   | 25/32     | 78%  | --        |

### Students Needing Support
**Critical (3+ missing):**
- Student_a8f7e23 (missing: Quiz 3, Essay 2, HW 5)

**Needs Attention (2 missing):**
- Student_c9b21f8 (missing: Essay 2, HW 5)
- Student_d3e45f1 (missing: Quiz 3, Essay 2)

### Upcoming This Week
- **Mar 3:** Final Project (100 pts) - 5 submitted so far
- **Mar 5:** Discussion 8 (20 pts)

### Suggested Actions
1. Send reminder to 3 students with critical status
2. Review Essay 2 submissions (78% rate, below average)
3. Post announcement about Final Project deadline

6. Offer Follow-up Actions

After presenting the report, offer actionable next steps:

Would you like me to: 1. Draft and send a message to struggling students (uses send_conversation) 2. Send reminders about upcoming deadlines (uses send_peer_review_reminders or send_conversation) 3. Get detailed analytics for a specific assignment (uses get_assignment_analytics) 4. Check another course

If the user selects option 1, use the send_conversation MCP tool to message the identified students directly through Canvas.

MCP Tools Used

ToolPurpose
list_coursesDiscover active courses
list_assignmentsFind recent and upcoming assignments
get_assignment_analyticsSubmission rates and score statistics
list_submissionsPer-student submission records
get_student_analyticsDetailed per-student performance data
send_conversationMessage students through Canvas inbox

Example

User: "Morning check for CS 101"

Agent: Runs the workflow above, outputs the status report.

User: "Send a reminder to students missing Quiz 3"

Agent: Calls send_conversation to message the identified students with a reminder.

Notes

  • When anonymization is enabled, maintain a local mapping of anonymous IDs so follow-up actions (messaging, grading) still target the correct students.
  • This skill works best as a weekly routine -- Monday mornings are ideal.
  • Pairs well with the canvas-week-plan skill for student-facing planning.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.24%
按下载量换算158

Claude

31.56%
按下载量换算138

Cursor

17.09%
按下载量换算75

Gemini CLI

8.26%
按下载量换算36

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

external-service

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

安装前确认

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

来源信息

继续浏览同类 Skills