yida-login

Manage Yida user login states with scan authentication and cookie persistence.

1|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/ythm/openyida --skill yida-login-ythm
Or copy as Structured Prompt for Agentβ–Ό
Please help me install this Agent Skill.
Skill: yida-login
Source: https://github.com/ythm/openyida/tree/main/yida-skills/skills/yida-login
Command: npx skills add https://github.com/ythm/openyida --skill yida-login-ythm

SYSTEM DOCUMENTATION & REQUIREMENTS

πŸ’‘ This Skill includes scripts (resource) components.

What problem does it solve?

This Skill unit solves the problem of login state management for Yida applications, allowing for seamless user experiences without manual login management.

Core Features & Use Cases

  • 扫码登录: Offers convenient scan-based login authentication.
  • Cookie ζŒδΉ…εŒ–: Synchronously stores login cookies in the .cache/cookies.json file.
  • θ‡ͺεŠ¨ε€„η†η™»ε½•: Handles automatic login when encountering authentication errors or at application startup.

Quick Start

To perform a login operation, use the command 'openyida login'.

Frequently Asked Questions about yida-login

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

FAQPage Schema
How do I manage login states for Yida applications without manual intervention?β–Ό

To manage login states for Yida applications, this Skill handles scanning, cookie persistence, and automatic login resolution to maintain seamless user sessions without manual actions.

How does cookie persistence work for Yida application authentication?β–Ό

Cookie persistence for Yida application authentication works by synchronously storing login cookies in the `.cache/cookies.json` file to maintain session states across application restarts.

What triggers automatic login resolution in Yida applications?β–Ό

Automatic login resolution in Yida applications is triggered by encountering authentication errors during operations or at application startup to ensure sessions are seamlessly maintained.

Can I use scan-based authentication for Yida applications?β–Ό

Yes, you can use scan-based authentication for Yida applications by executing the `openyida login` command to perform a convenient scan-based login operation.

Do I need any dependencies to handle automatic login for Yida applications?β–Ό

No dependencies are required to handle automatic login for Yida applications, as the Skill operates independently using only its internal scripts for session management.