classly

Manage school class data through the Classly API with CRUD operations.

1|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/marius4lui/Classly --skill classly
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: classly
Source: https://github.com/marius4lui/Classly/tree/main/scripts
Command: npx skills add https://github.com/marius4lui/Classly --skill classly

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, python-dotenv, and includes scripts (resource) components.

What problem does it solve?

This Skill helps manage and interact with the Classly platform, simplifying the process of organizing school-related events, class information, and student data.

Core Features & Use Cases

  • Event Management: Create, view, update, and delete class events (homework, tests, info).
  • Class & User Info: Retrieve details about the class and its members.
  • Subject & Timetable Access: Get lists of subjects and view the class timetable.
  • Use Case: A teacher can use this Skill to quickly add a new homework assignment for a specific subject or check the upcoming schedule for the week.

Quick Start

Use the classly skill to list all upcoming events.

Frequently Asked Questions about classly

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage school class events and schedules using an API?

You can manage school class events and schedules by using an API to perform CRUD operations on class data, including creating, viewing, updating, and deleting events like homework assignments and tests.

Can I retrieve class members and subject lists from the Classly platform?

Yes, you can retrieve class members and subject lists from the Classly platform by making API requests to fetch user information and subject data for a specific class.

How do I add a new homework assignment for a specific subject via API?

To add a new homework assignment via API, you create a class event by sending a POST request with the assignment details mapped to the specific subject.

Do I need an API key to access school timetable data?

Yes, you need an API key for authentication to access school timetable data and perform any CRUD operations on events, users, and subjects.

What dependencies are required to interact with the school schedule API?

Interacting with the school schedule API requires the requests and python-dotenv dependencies to handle HTTP requests and load environment variables for API key authentication.

Can I view and update upcoming class tests using Python scripts?

Yes, you can view and update upcoming class tests using Python scripts by executing GET and PUT requests through the API to manage event details.