sjtu-cookie-saver

Capture and refresh SJTU jAccount authentication sessions via Chromium cookie extraction.

69|6|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/xhh678876/openclaw-sjtu --skill sjtu-cookie-saver
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sjtu-cookie-saver
Source: https://github.com/xhh678876/openclaw-sjtu/tree/main/skills/sjtu-cookie-saver
Command: npx skills add https://github.com/xhh678876/openclaw-sjtu --skill sjtu-cookie-saver

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of manually obtaining and refreshing authentication sessions for SJTU third-party student services that require browser-based jAccount login.

Core Features & Use Cases

  • Guided Cookie Capture: Opens a Chromium session, lets users complete login interactively, and captures cookies and localStorage tokens for later reuse.
  • Credential Persistence: Saves captured authentication data securely in the user's local skill data directory for supported campus service integrations.
  • Use Case: When access to 传承交大 resources fails because a login token expires, use this Skill to refresh the session and restore API access.

Quick Start

Use the sjtu-cookie-saver skill to refresh my 传承交大 login token by opening the browser login flow and saving the updated credentials.

Frequently Asked Questions about sjtu-cookie-saver

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

FAQPage Schema
How do I refresh an expired jAccount login token for campus services like 传承交大?

To refresh an expired jAccount login token, this Skill opens a Chromium browser session for interactive login and captures the updated cookies and localStorage tokens to restore API access.

How does browser-assisted cookie extraction work for SJTU third-party platforms?

Browser-assisted cookie extraction works by launching a Chromium session where you complete the jAccount login interactively, allowing the Skill to dump cookies and retrieve localStorage tokens for subsequent API access.

Can I use this to capture authentication sessions for unsupported manual-login campus resources?

Yes, you can capture authentication sessions for unsupported manual-login campus resources requiring jAccount login, saving the credentials securely in your local skill data directory for integration.

What's the best way to persist SJTU credentials locally after completing a browser login?

The best way to persist SJTU credentials locally is using this Skill's guided capture, which securely stores extracted cookies and localStorage tokens in the local skill data directory after you complete the interactive login.

Why does my access to 传承交大 resources fail when the login token expires?

Access to 传承交大 resources fails when the login token expires because the underlying authentication session is invalid, requiring you to use this Skill to refresh the session and restore API connectivity.

Do I need a Chromium browser to automate jAccount cookie capture for campus platforms?

Yes, you need a Chromium browser environment to automate jAccount cookie capture, as the Skill relies on Chromium interaction to open the login flow and extract the required authentication data.