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.
npx skills add harryx2011-boop/CanvasLMS-API --skill canvas-daily-checkgit clone --depth 1 https://github.com/harryx2011-boop/CanvasLMS-APIWrote 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.
[](https://agentmods.dev/skills/harryx2011-boop/canvaslms-api/canvas-daily-check)<a href="https://agentmods.dev/skills/harryx2011-boop/canvaslms-api/canvas-daily-check"><img src="https://agentmods.dev/badge/skills/harryx2011-boop/canvaslms-api/canvas-daily-check/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.
<a href="https://agentmods.dev/skills/harryx2011-boop/canvaslms-api/canvas-daily-check"><img src="https://agentmods.dev/badge/skills/harryx2011-boop/canvaslms-api/canvas-daily-check.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00066 | $0.00404 |
| Opus 5 | $0.00033 | $0.00202 |
| Sonnet 5 | $0.00013 | $0.00081 |
| Haiku 4.5 | $0.00007 | $0.00040 |
Grade A, and why
canvas-daily-check 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.
What it actually says
Canvas Daily Check
Give a student a fast morning or evening status pull across all their active courses: due work, missing work, and unread announcements.
Prerequisites
- CanvasLMS - API connected and
canvaslms-api --testsucceeds. - A student-level Canvas token (educator-only tools are not needed here).
Steps
- Call
get_upcoming_assignmentsto list assignments due today and in the next 7 days across all active courses. - Call
get_todoto catch anything on the Canvas to-do list thatget_upcoming_assignmentsmight not surface (peer reviews, ungraded quizzes owed). - Call
get_submission_statusfor each course with upcoming or recent work, to flag anything already missing or late. - Call
list_announcementsfor each active course (or the courses returned by step 1) and note any announcement newer than the student's last check-in. - Merge the results: group by course, sort by due date within each course.
Output format
A single Markdown reply, structured as:
## Today
- [Course] Assignment name: due 11:59pm: status
## This week
- [Course] Assignment name: due Wed: status
## Missing / late
- [Course] Assignment name: X days late
## Unread announcements
- [Course] Announcement title
Omit any section with nothing to report rather than showing it empty. Keep each line to one sentence. If nothing is due and nothing is missing, say so directly instead of printing empty headers.
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.
- 10d ago First seen · 42 lines · 66 tokens per session scan A 526edaa26730
canvas-daily-check is a skill published in the GitHub repository harryx2011-boop/CanvasLMS-API (0 stars, last pushed 8d ago), licensed MIT. It adds 66 tokens to every session and 404 once invoked, about $0.0003 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.
Other skills, from other repositories
live-tutorial
Create an annotated MP4 tutorial from a workflow demonstrated in the owner's actual application. Use when asked for a tutorial video, not merely to watch an action live.
ArXiv
Search and retrieve arXiv academic papers by topic, category, or paper ID — with AlphaXiv-enriched AI-generated overviews. Uses arXiv Atom API across cs.AI/cs.LG/cs.CL/cs.CR/cs.MA/cs.SE/cs.IR. Three workflows: Latest, Search, Paper. USE WHEN arxiv, papers, latest papers, research papers, recent ML papers, paper…
Teach
Interactive voice-narrated tutorial on whatever the current conversation is about — teaches the topic beat by beat with ASCII diagrams in the terminal while speaking the actual lesson content aloud, asking one question per beat and quizzing until the ideas land. USE WHEN teach me, /teach-me, tutorial, teach me this…
ghostex-help
Use this skill whenever the user asks how Ghostex works, what a Ghostex feature, view, button, or setting does, how to do something in Ghostex ("how do I", "where is", "can Ghostex"), or asks you to change the app for them ("make the terminal match the chat width", "move the sidebar", "turn off the completion sound"…
read-book
When you want to read and extract structured notes from a book — PDF, EPUB, MOBI, markdown, .txt, pasted text, or URL to a public-domain work. Reads in chunks (by chapter when a TOC exists, by 50-page blocks otherwise), extracts per-chapter TL;DR + key concepts + quotes + action items + frameworks, and offers to…
subscription-setup
A setup workflow for creating recurring medical-learning subscriptions after a doctor’s profile has been registered.