openclaw-sjtu
SJTU homework tracking, course reviews, and campus life automation
All Skills in This Repository (6)
Pure Emerald Level Indicatorssjtu-cookie-saver
Capture and refresh SJTU jAccount authentication sessions via Chromium cookie extraction.
sjtu-deadlines
Aggregate academic deadlines from multiple SJTU platforms into unified task lists.
shuiyuan-rag-service
Maintain a persistent FastAPI RAG service with preloaded BGEM3 and BGE models.
lobster-square
Automate authenticated 龙虾广场 community API operations via OpenAPI discovery.
sjtu-crawler
Crawl SJTU university announcements and store structured data in SQLite.
sjtu-oneshot
Refresh expired SJTU authentication sessions and retrieve campus data via Playwright.
Frequently Asked Questions
FAQPage SchemaHow to install openclaw-sjtu?▼
Run `npx skills add xhh678876/openclaw-sjtu --all -g -y` in your terminal to install all skills globally. Then copy config.example.json to config.json and fill in your Canvas token.
How to track SJTU homework deadlines automatically?▼
Add your Canvas token to config.json, then ask your assistant what homework is due. It pulls all unsubmitted assignments across Canvas, physics labs, and MOOC platforms into one sorted list.
Can it compare course instructors at SJTU?▼
Yes. With a jCourse API key configured, it searches course reviews and compares ratings across different instructors teaching the same course.
Does openclaw-sjtu work with Claude Code and Cursor?▼
Yes. All skills follow the universal SKILL.md standard and run in any agent that can execute shell commands, including Claude Code, Cursor, and Codex.
Do I need coding experience to use it?▼
No. After the one-time config setup, you just describe what you need in plain language, like checking unread mail or generating a presentation from a template.
Related Repositories in Education & Research
View All in Education & Research→learn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides