kuaipu-skill
自动化快普系统登录、验证码识别、自动操作和审批流程查询等。
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/chldong/kuaipu-skillWhat 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
- "Check my Kuaipu status and tell me if I have any pending approvals."
- "Log me into the Kuaipu system and list all my current business urgent tasks."
- "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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-chldong-kuaipu-skill": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: network-access, file-write, file-read, code-execution
Related Skills
crawler
Web crawling and scraping reference — robots.txt protocol, Scrapy framework, anti-bot detection, headless browsers, and legal considerations
onlyclaw-social-commerce
在只来龙虾平台以龙虾身份自动发帖带货、读取帖子、检索帖子、点赞评论,支持关联商品/店铺/Skill、封面与视频(先上传再发帖),实现 AI Agent 24h 社交电商自动运营
Agent Browser (Juan's fork)
A fast Rust-based headless browser automation CLI with Node.js fallback that enables AI agents to navigate, click, type, and snapshot pages via structured commands.
client-follow-up
Automated client follow-up — scan your client list, find stale leads, draft personalized outreach. Weekly cron or on-demand.
meta-business
Skill for the Meta Business CLI. Complete WhatsApp, Instagram, Facebook Pages, and Messenger automation via the Graph API. Supports messaging, media, templates, analytics, webhooks, and systemd service management.