ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified browser automation Safety 3/5

kuaipu-skill

自动化快普系统登录、验证码识别、自动操作和审批流程查询等。

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/chldong/kuaipu-skill
Or

What This Skill Does

The kuaipu-skill is a robust automation tool designed to streamline daily interactions with the Kuaipu business management system. It leverages browser automation via Selenium to handle the tedious aspects of logging into enterprise systems. Beyond simple authentication, the skill intelligently bypasses security hurdles by integrating the ddddocr library for automated captcha recognition. Once authenticated, the skill acts as an intelligent agent, scraping the user's dashboard to extract pending business items, current approval status, and specific workflow assignees. It intelligently handles empty states, providing positive reinforcement when all tasks are complete, and logs all activities with screenshots and HTML snapshots for auditability.

Installation

To integrate this skill into your OpenClaw environment, you can use the automated installation command: npx skills add chldong/kuaipu-skill. Alternatively, for manual installation, clone the repository from GitHub, ensure you have Python installed, and use the uv package manager to install the required dependencies: selenium, webdriver-manager, and ddddocr. Crucially, verify that you are using ddddocr version 1.5.2 to avoid common dependency conflicts. After installation, copy the .env.example file to .env and populate it with your valid Kuaipu system credentials and URL to enable seamless login automation.

Use Cases

This skill is perfect for office workers, project managers, or team leads who need to monitor the progress of their pending approvals without manually opening a browser multiple times a day. It serves as an automated personal assistant that checks your status, alerts you if action is required, and provides quick summaries of who is currently holding up an approval chain. It is especially useful for maintaining visibility across multiple departments and ensuring that no business request is left unattended.

Example Prompts

  1. "Check my Kuaipu status and tell me if I have any pending approvals."
  2. "Log me into the Kuaipu system and list all my current business urgent tasks."
  3. "Is there any update on my pending requests in Kuaipu right now?"

Tips & Limitations

The skill relies on accurate DOM parsing of the Kuaipu system; therefore, if the website updates its interface, the selectors may need adjustment. For the best results, ensure your Chrome browser version is compatible with the WebDriver manager. If the captcha recognition fails occasionally, simply re-run the command; the skill is designed to handle transient failures gracefully. Always keep your .env file secure as it contains sensitive login credentials, and ensure you do not share your project directory if it contains saved login screenshots.

Metadata

Author@chldong
Stars3683
Views1
Updated2026-04-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-chldong-kuaipu-skill": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#automation#login#approval#selenium#captcha
Safety Score: 3/5

Flags: network-access, file-write, file-read, code-execution