platform-login

Automate Xiaohongshu login by capturing QR codes and polling for user confirmation.

6|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/Acosmi/CrabClaw --skill platform-login
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: platform-login
Source: https://github.com/Acosmi/CrabClaw/tree/main/docs/skills/tools/auth/platform-login
Command: npx skills add https://github.com/Acosmi/CrabClaw --skill platform-login

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The platform login tool automates opening a login page, capturing a QR code, and waiting for user confirmation, reducing manual login steps.

Core Features & Use Cases

  • Public tool accessible by both main and sub-systems; browser automation handles login with QR codes for Xiaohongshu.
  • Supports end-to-end login flow with actions like start, wait, and status to verify authentication state.
  • Provides a sandboxed, secure method to perform platform login without exposing credentials to uncontrolled processes.

Quick Start

Open the login page in a browser, capture the QR code, and wait for the user to scan to complete Xiaohongshu login.

Frequently Asked Questions about platform-login

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

FAQPage Schema
How do I automate Xiaohongshu login with a QR code?

The platform login tool automates Xiaohongshu authentication by opening the login page, capturing the QR code, and waiting for the user to scan it, thereby producing an authenticated session.

What is the process for capturing a QR code during browser automation login?

QR code capture during browser automation login involves extracting the QR image from the opened login page and polling the login state to verify authentication status.

Does platform login require exposing my credentials to uncontrolled processes?

No, the platform login tool uses a sandboxed execution environment and QR code authentication to perform login securely without exposing credentials to uncontrolled processes.

Can I use browser automation to check Xiaohongshu login status across main and sub-systems?

Yes, this public login tool is accessible by both main and sub-systems, using browser automation actions like start, wait, and status to verify the Xiaohongshu authentication state.

What are the limitations of using QR code automation for platform login?

QR code automation for platform login requires browser automation capabilities and a sandboxed environment, and it depends on manual user interaction to scan the captured QR code for authentication.