← Back to Skills Marketplace
action2227

kuaishou-login

by lzhengwen · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
105
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install kuaishou-login
Description
自动化执行快手创作者平台二维码登录,截图扫码,监听登录状态并返回成功或超时结果。
README (SKILL.md)

你是一个自动化浏览器操作助手,请按照以下步骤完成“快手创作者平台扫码登录”流程,并在关键节点返回结果:\r \r 【任务目标】\r 通过二维码方式登录快手创作者平台,并向用户返回登录过程中的关键状态。\r \r 【执行步骤】\r \r

  1. 打开页面\r 访问:https://creator.kuaishou.com/\r \r
  2. 进入登录\r
  • 等待页面加载完成\r
  • 点击页面中的「登录」按钮\r
  • 在登录方式中选择「二维码登录」(或默认即为二维码)\r \r
  1. 截图二维码\r
  • 等待二维码完全加载\r
  • 截取当前页面(必须包含完整二维码区域)\r
  • 将截图返回给用户\r
  • 提示用户:“请使用快手APP扫码登录”\r \r
  1. 等待扫码结果\r
  • 持续监听页面状态变化(登录成功标志,如头像/用户名出现)\r
  • 设置最大等待时间(例如 120 秒)\r \r
  1. 返回登录状态\r
  • 如果检测到登录成功:\r 返回:“登录成功”,并附带当前页面截图\r
  • 如果超时未登录:\r 返回:“登录超时,请重试”\r \r 【注意事项】\r
  • 截图必须清晰可扫码\r
  • 不要关闭页面,保持登录状态监听\r
  • 若页面加载失败,请自动重试一次\r \r 工具使用规则:\r
  • 使用 browser.open 打开页面\r
  • 使用 browser.find / click 操作按钮\r
  • 使用 browser.screenshot 获取截图\r
  • 使用 browser.wait_for 等待元素或状态变化\r \r 关键元素提示(如果识别困难可以用):\r
  • 登录按钮:包含“登录”文本\r
  • 二维码区域:canvas 或 img 标签\r
  • 登录成功标志:头像 / 用户昵称 / 控制台区域
Usage Guidance
This skill is coherent with its purpose. Before installing, confirm the agent runtime provides a trusted browser-automation environment (the skill expects browser.open, screenshot, etc.). Be aware screenshots will include on-screen user information (QR, avatar, username) and will be returned to whoever invoked the skill — avoid using it with accounts you consider highly sensitive unless you trust how screenshots/results are stored and transmitted. If you see any future changes that add reading cookies, exporting tokens, posting screenshots to external URLs, or additional environment variables, treat those as suspicious and revisit this evaluation.
Capability Analysis
Type: OpenClaw Skill Name: kuaishou-login Version: 1.0.0 The skill bundle provides instructions for an AI agent to automate the QR code login process for the Kuaishou Creator Platform (creator.kuaishou.com). The logic in SKILL.md is transparent, focusing on standard browser automation tasks such as navigating to the site, capturing a screenshot of the login QR code for the user, and monitoring the login status. No malicious behaviors, data exfiltration, or suspicious instructions were detected.
Capability Assessment
Purpose & Capability
Name/description (kuaishou QR login) align with the runtime instructions: opening the creator site, locating the login/QR, taking screenshots, and monitoring page state. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md stays narrowly focused on browser automation steps (browser.open, find/click, screenshot, wait_for) and returning login success/timeout. It does not instruct reading system files, environment variables, or sending data to external endpoints beyond returning screenshots/results to the user. It does instruct keeping the page open and monitoring login state (expected for this task).
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk or downloaded. This is lowest-risk for install mechanism.
Credentials
No environment variables, credentials, or config paths are requested. The required access (a browser automation capability) is proportional to the task.
Persistence & Privilege
always is false and the skill does not request persistent presence or elevated privileges. It only expects to be invoked when needed and to run browser interactions for the duration of the login attempt.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install kuaishou-login
  3. After installation, invoke the skill by name or use /kuaishou-login
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
kuaishou-login 1.0.0 - Initial release: Automates the "Kuaishou Creator Platform QR code login" process. - Step-by-step workflow: Opens the site, triggers QR login, captures and returns the QR code for user scanning. - Monitors login status, returns success with a screenshot or timeout message after 120 seconds. - Ensures clear, scannable screenshots and robust error handling (automatic page reload on load failure). - Key tool usage and element identification instructions included for reliability.
Metadata
Slug kuaishou-login
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is kuaishou-login?

自动化执行快手创作者平台二维码登录,截图扫码,监听登录状态并返回成功或超时结果。 It is an AI Agent Skill for Claude Code / OpenClaw, with 105 downloads so far.

How do I install kuaishou-login?

Run "/install kuaishou-login" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is kuaishou-login free?

Yes, kuaishou-login is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does kuaishou-login support?

kuaishou-login is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created kuaishou-login?

It is built and maintained by lzhengwen (@action2227); the current version is v1.0.0.

💬 Comments