pku-campuscardPKU Campus Card (校园卡) CLI tool built in Rust. Use this skill when working on the campuscard crate, debugging campus card commands, adding features, or when t...
Install via ClawdBot CLI:
clawdbot install wjsoj/pku-campuscardGrade Limited — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated May 21, 2026
Students and faculty can quickly check their campus card balance and details using the 'info' command, avoiding the need to visit a physical kiosk or web portal. This is useful for daily budgeting and planning meals or purchases on campus.
The CLI can be integrated into scripts or AI agents to monitor card balance and prompt users to recharge when the balance is low, preventing inconvenience during meals or access. This reduces manual checks and ensures funds are available.
Users can retrieve transaction history with pagination and monthly filters using the 'bills' command, enabling personal finance tracking and spending analysis. This helps students manage their expenses and detect unauthorized transactions.
Generate monthly spending statistics with the 'stats' command, providing insights into dining, shopping, and other campus card usage patterns. This can be used by students to budget and by administration for anonymized trend analysis.
Display a payment QR code in the terminal using the 'pay' command, allowing users to make purchases at campus stores without a physical card. This is especially useful for terminals with no Wi-Fi but terminal access.
Provide the CLI tool for free to students and faculty, with premium features like advanced analytics or multi-card support for a subscription fee. Revenue comes from subscriptions and institutional licenses.
Bundle the CLI with other campus digital services (e.g., library, gym) offered by the university, charging a flat annual fee per student. The tool enhances the overall digital experience and reduces support costs.
Expose the underlying API as a service for third-party developers to build campus apps, charging per API call or a monthly subscription. This opens up ecosystem opportunities for student projects and startups.
💬 Integration Tip
To integrate with AI agents, use the auto-login mechanism with `campuscard login -p` which reads credentials from OS keyring, and ensure the HTTP client enforces mobile User-Agent and HTTP/1.1.
Scored May 21, 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.