"Author: Lysandre Stone-Bourgeois Version: 1.0.0 Description:
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill edsbygrades --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Edsbygrades?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-edsbygrades)More formats (shields.io, HTML) on the badges page.
---
name: Edsby Student Integration Skill
description: "Author: Lysandre Stone-Bourgeois Version: 1.0.0 Description:
Integrates with Edsby via browser relay to fetch classes/grades/assignments,
generate reports/summaries, and sync due dates to Google Ca..."
---
# Edsby Student Integration Skill
Author: Lysandre Stone-Bourgeois
Version: 1.0.0
Description: Integrates with Edsby via browser relay to fetch classes/grades/assignments, generate reports/summaries, and sync due dates to Google Calendar. Includes scheduled checks.
Tools:
- edsby_fetch_data: Fetches raw data from Edsby.
- edsby_generate_report: Creates personalized report.
- edsby_sync_assignments: Syncs due dates to Google Calendar.
- edsby_generate_summary_improvements: Bi-weekly grade summary with tips.
- edsby_daily_check: Daily assignment check and sync.
Dependencies: playwright, googleapis
Config: EDSBY_HOST, GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET, GOOGLE_REDIRECT_URI, GOOGLE_CALENDAR_ID, BROWSER_CONTEXT_PATH
Security: Uses persistent browser sessions; handle creds securely.Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns.