Synchronisation LMS AAST

VérifiéSûr

Synchroniser, catégoriser et renommer les matériaux de cours AAST LMS dans un dossier local structuré.

Spar Skills Guide Bot
ProductiviteIntermédiaire
1023/07/2026
Claude Code
#lms#sync#university#course-organization

Recommandé pour

Notre avis

Synchronise automatiquement les supports de cours de l'AAST LMS dans un dossier local, en les catégorisant par semaine et par type.

Points forts

  • Réduit l'effort de téléchargement manuel
  • Normalise le nommage des fichiers
  • Synchronisation delta : ne télécharge que les fichiers nouveaux ou modifiés
  • Fonctionne avec plusieurs cours

Limites

  • Nécessite une session LMS valide ou des identifiants
  • Les sélecteurs de scraping peuvent casser si l'interface LMS change
  • Conçu uniquement pour l'AAST LMS
Quand l'utiliser

Lorsque vous devez télécharger et organiser régulièrement tous vos fichiers de cours AAST.

Quand l'éviter

Si vous n'avez que quelques fichiers à télécharger manuellement, ou si la structure du LMS diffère du format attendu.

Analyse de sécurité

Sûr
Score qualité92/100

The skill only describes synchronizing local course materials from an LMS using Puppeteer and gdown, with no destructive, exfiltrating, or obfuscated actions. Authentication is handled locally and no secrets are transmitted elsewhere.

Aucun point d'attention détecté

Exemples

Sync a specific course
Sync my AAST course with ID 'CS101' to my local folder ~/Courses/CS101.
Discover enrolled courses
Discover my enrolled courses on AAST LMS and show their IDs.
Delta sync existing course
Update my local copy of the 'Data Structures' course by syncing only the new and changed files.

name: lms-sync-skill description: Synchronize, categorize, and rename AAST LMS course materials into a structured local folder. Use when the user wants to sync their university course folders with the LMS, organizing them by Week and Type (Lectures, Sections, Assignments).

lms-sync-skill

An AI-powered skill to synchronize and organize AAST LMS course materials.

Description

This skill automates the management of university course materials by bridging the AAST LMS with your local filesystem. It intelligently scrapes course resources, categorizes them into Lectures, Sections, and Assignments, and applies a consistent Week XX - naming convention.

Usage

Synchronize a Course

Syncs a specific course using its LMS ID to a target local directory.

lms_sync <course_id> <local_dir_path>

Discover Courses

Lists all currently enrolled courses and their corresponding IDs.

lms_discover

Workflows

  1. Authentication: Securely manages sessions using session.json or lms_creds.txt.
  2. Discovery: Scrapes the LMS dashboard to identify enrolled courses and IDs.
  3. Scraping & Analysis: Parses the course page to build a structural map of resources.
  4. Delta Synchronization: Identifies new or modified files by comparing LMS metadata with local state.
  5. Categorization: Sorts resources into subfolders based on content type (Lecture, Section, Assignment).
  6. Standardized Renaming: Applies Week XX - [Original Name] formatting for better searchability.

Troubleshooting

  • Authentication Errors: Ensure lms_creds.txt is correctly formatted in the Uni folder.
  • Selector Mismatch: If the LMS UI changes, the scraping selectors in scripts/lms_sync.cjs may need updates.
  • Dependency Issues: Verify that Puppeteer and gdown are accessible in the environment.
Skills similaires