Read-only CLI for D2L Brightspace. Pulls grades, assignments, content, syllabi, and more - designed to be used by AI coding agents (Claude Code, OpenClaw, etc.) as a tool.
<p align="center"> <img src="banner.svg" alt="d2l-cli — Read-only CLI for D2L Brightspace" width="100%"/> </p> <p align="center"> <img src="https://img.shields.io/badge/python-3.10+-blue?logo=python&logoColor=white" alt="Python 3.10+"/> <img src="https://img.shields.io/badge/license-MIT-green" alt="MIT License"/> <img src="https://img.shields.io/badge/read--only-by%20design-brightgreen" alt="Read-only"/> <img src="https://img.shields.io/badge/AI%20agent-ready-blueviolet?logo=data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTEyIDJhMTAgMTAgMCAxIDAgMCAyMCAxMCAxMCAwIDAgMCAwLTIwem0wIDNhMiAyIDAgMSAxIDAgNCAyIDIgMCAwIDEgMC00em0zIDEySDlWOWg2eiIgZmlsbD0id2hpdGUiLz48L3N2Zz4=" alt="AI Agent Ready"/> </p> # d2l-cli Read-only CLI for D2L Brightspace. Pulls grades, assignments, content, syllabi, and more — designed to be used by AI coding agents (Claude Code, OpenClaw, etc.) as a tool. > **AI agents:** See [AGENTS.md](AGENTS.md) for the full command reference, or [QUICKSTART.md](QUICKSTART.md) for setup. ## Example Usage Ask your AI agent a natural question — it calls `d2l` under the hood and gives you a clean summary. > *"What are my grades this semester?"*  > *"What's due next week?"*  ## Setup ```bash git clone https://github.com/Aaryan-Kapoor/d2l-cli.git cd d2l-cli python -m venv .venv source .venv/bin/activate # Linux/Mac source .venv/Scripts/activate # Windows (Git Bash) pip install -e . ``` For browser-based token capture (optional): ```bash pip install -e ".[login]" playwright install chromium ``` ## Configuration Edit `src/d2l/config.py` with your institution's details: ```python LMS_HOST = "https://your-school.view.usg.edu" # your Brightspace URL TENANT_ID = "your-tena
Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.