pku-electivePKU Course Selection (选课网) CLI tool built in Rust. Use this skill when working on the elective crate, debugging elective commands, adding features, or when t...
Install via ClawdBot CLI:
clawdbot install wjsoj/pku-electiveGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated May 12, 2026
Students use the CLI tool to automate the process of enrolling in popular courses that fill up quickly. The tool polls for open slots at configurable intervals and handles CAPTCHA solving via backend services, eliminating the need for manual refreshing.
Dual-degree students use the `--dual` flag to manage separate course selection sessions for their major and minor programs. The tool allows them to set auto-enroll targets for each degree and switch contexts easily.
Developers or institutions integrate third-party CAPTCHA recognition backends like UTool, TTShiTu, or Yunma to enable fully automated course enrollment. The tool's `config-captcha` command allows seamless switching between services.
Technical support staff or assistants manage course enrollment for multiple students using the CLI. They can configure credential keyrings and auto-enroll loops for each student, streamlining the process.
AI agents leverage the tool's auto-login capability (reading credentials from OS keyring) to autonomously check course availability and enroll students. The agent can be triggered via natural language commands to set targets or view results.
Offer a free tier with manual CAPTCHA input and paid tiers for automated backends (UTool, TTShiTu, Yunma). Revenue comes from subscription fees for API access to recognition services.
License the entire elective CLI tool to universities for use by students and administrators. Includes setup, customization, and support. Revenue from annual institutional licensing fees.
Provide consulting services to integrate the tool with existing university systems, develop custom features (e.g., additional CAPTCHA backends, reporting), and offer training. Revenue from project-based consulting and hourly rates.
💬 Integration Tip
Integrate with credential managers like keyring for seamless auto-login, and use the configurable `-p` flag to avoid manual password entry in automated workflows.
Scored Jul 9, 2026
Real-time search engine supporting web search, vertical domain search, parallel batch search, and URL content extraction.
Manage Feishu (Lark) calendars by listing, searching, checking schedules, syncing events, and marking tasks with automated date extraction.
Process multiple items with progress tracking, checkpointing, and failure recovery.
cad reference tool
Search, install, and create OpenClaw skills using intelligent matching across built-in, local, and GitHub skill repositories.
Use when building CLI tools, implementing argument parsing, or adding interactive prompts. Invoke for CLI design, argument parsing, interactive prompts, progress indicators, shell completions.