Edsby Student Integration for Openclaw

A powerful automation tool that connects Edsby academic data with Google Calendar and provides AI-driven performance reports.

lystea11
v1.0.1
Feb 12, 2026
0
1.9k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install edsbygrades

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install edsbygrades using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Edsby Student Integration?

The Edsby Student Integration is a specialized solution designed for the Openclaw Skills ecosystem to streamline how students manage their academic workloads. By utilizing browser relay technology via Playwright, the skill securely accesses student portals to retrieve real-time data on classes, grades, and upcoming assignments. It transforms static school portal data into a dynamic workflow that keeps students organized and informed without the need for manual data entry.

This integration is a cornerstone for any student looking to leverage Openclaw Skills to maintain a high-performance academic routine. It not only fetches data but also applies logic to generate summaries and improvement tips, making it more than just a data connector—it is a personal academic assistant that bridges the gap between educational platforms and personal productivity tools.

Edsby Student Integration Use Cases

  • Syncing academic deadlines directly from Edsby to a primary Google Calendar for better time management.
  • Generating bi-weekly grade summaries that include actionable tips for academic improvement.
  • Running automated daily checks to ensure no new assignments or announcements have been missed.
  • Creating consolidated reports of current academic standing across all enrolled subjects.

How Edsby Student Integration Works

  1. The skill initiates a browser session using Playwright to navigate the Edsby host environment.
  2. Using the edsby_fetch_data tool, it scrapes and parses class and assignment information from the authenticated session.
  3. The data is processed through internal logic to identify new or updated deadlines.
  4. If the sync tool is triggered, it communicates with the Google Calendar API to create or update events based on assignment due dates.
  5. For reporting, the skill synthesizes grade data to create a summary with improvement suggestions using the edsby_generate_summary_improvements tool.

Edsby Student Integration Setup

To get started with this integration in Openclaw Skills, follow these steps:

# Install the required Python dependencies
pip install playwright google-api-python-client google-auth-oauthlib

# Install the browser binaries for Playwright
playwright install chromium

# Configure your environment variables
export EDSBY_HOST="your-instance.edsby.com"
export GOOGLE_CLIENT_ID="your-client-id"
export GOOGLE_CLIENT_SECRET="your-client-secret"
export BROWSER_CONTEXT_PATH="./auth_context"

Edsby Student Integration Data Schema & Taxonomy

Data Type Description Source
Class Objects Contains class names, teachers, and current weighted averages Edsby Fetch
Assignment List Array of tasks including titles, due dates, and status Edsby Fetch
Google Calendar ID The specific calendar destination for assignment events Config
Browser Context Persistent session data to maintain login state Playwright

Edsby Student Integration Advanced Features

  • Persistent browser session support to minimize login friction and handle multi-factor authentication efficiently.
  • Automated bi-weekly performance analysis that uses AI logic to suggest specific areas for study improvement.
  • Daily background synchronization that ensures your external calendar is always a mirror of your school portal.
  • Multi-tool workflow support allowing for the chain-linking of data fetching, report generation, and calendar syncing in a single automated pass.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*