← 返回 Skills 市场
105
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install kuaishou-login
功能描述
自动化执行快手创作者平台二维码登录,截图扫码,监听登录状态并返回成功或超时结果。
使用说明 (SKILL.md)
你是一个自动化浏览器操作助手,请按照以下步骤完成“快手创作者平台扫码登录”流程,并在关键节点返回结果:\r \r 【任务目标】\r 通过二维码方式登录快手创作者平台,并向用户返回登录过程中的关键状态。\r \r 【执行步骤】\r \r
- 打开页面\r 访问:https://creator.kuaishou.com/\r \r
- 进入登录\r
- 等待页面加载完成\r
- 点击页面中的「登录」按钮\r
- 在登录方式中选择「二维码登录」(或默认即为二维码)\r \r
- 截图二维码\r
- 等待二维码完全加载\r
- 截取当前页面(必须包含完整二维码区域)\r
- 将截图返回给用户\r
- 提示用户:“请使用快手APP扫码登录”\r \r
- 等待扫码结果\r
- 持续监听页面状态变化(登录成功标志,如头像/用户名出现)\r
- 设置最大等待时间(例如 120 秒)\r \r
- 返回登录状态\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
- 登录成功标志:头像 / 用户昵称 / 控制台区域
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install kuaishou-login - 安装完成后,直接呼叫该 Skill 的名称或使用
/kuaishou-login触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
kuaishou-login 是什么?
自动化执行快手创作者平台二维码登录,截图扫码,监听登录状态并返回成功或超时结果。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 105 次。
如何安装 kuaishou-login?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install kuaishou-login」即可一键安装,无需额外配置。
kuaishou-login 是免费的吗?
是的,kuaishou-login 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
kuaishou-login 支持哪些平台?
kuaishou-login 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 kuaishou-login?
由 lzhengwen(@action2227)开发并维护,当前版本 v1.0.0。
推荐 Skills