← 返回 Skills 市场
145
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pku-info-auth
功能描述
PKU unified credential management CLI (统一凭据管理). Use this skill when the user or AI Agent needs to authenticate with PKU services, manage stored credentials,...
安全使用建议
This skill appears coherent for acting as a PKU credential helper: it instructs storing credentials in the OS keyring and how an agent should use them. Before installing/using it, verify the origin — there is no source repository or homepage listed. Specifically: 1) Confirm the info-auth and the referenced PKU CLIs (treehole/course/campuscard/elective) are legitimate binaries you trust and install them from official sources. 2) Prefer using the OS keyring flow (info-auth store) rather than putting passwords in environment variables or shell profiles; if you must use PKU_SMS_CODE in an env var, set it only for the single command (as in PKU_SMS_CODE=123456 treehole login -p) and avoid persisting it. 3) Ask the provider for source code or release artifacts (repository URL, signed releases, or package manifests); that would raise confidence to high. 4) If you want extra caution, run info-auth commands in a constrained environment (local user account with separate credentials) and audit what external CLIs do when invoked.
功能分析
Type: OpenClaw Skill
Name: pku-info-auth
Version: 1.0.0
The skill bundle describes a credential management utility (info-auth) designed to interface with the OS keyring (macOS Keychain, Windows Credential Manager, etc.) for PKU university services. The documentation in SKILL.md promotes security best practices by explicitly instructing AI agents to avoid direct password handling and instead use the system's secure storage. No malicious code, exfiltration patterns, or suspicious instructions were identified.
能力标签
能力评估
Purpose & Capability
The name/description (PKU credential manager) match the SKILL.md: it documents storing credentials in the OS keyring and an agent workflow for logging into PKU services. It does not request unrelated permissions, binaries, or credentials. One minor note: the skill references external CLIs (treehole/course/campuscard/elective) but does not provide or install them — the agent will assume those tools are present.
Instruction Scope
Instructions are narrowly scoped to credential storage/status and running other PKU CLIs. They do reference environment variables that hold secrets (PKU_USERNAME, PKU_PASSWORD, PKU_SMS_CODE) and show examples of setting an env var for an SMS code. The SKILL.md also instructs agents not to read the keyring directly and to use info-auth commands, which is reasonable. Because the skill tells the agent to run other CLIs (which the skill doesn't supply or verify), an agent following these instructions could execute arbitrary external binaries if they exist on the host; confirm those CLIs are trusted before proceeding.
Install Mechanism
Instruction-only skill with no install spec or code files — lowest risk from installation. Nothing will be written to disk by the skill itself. No download URLs or package installs are present.
Credentials
The registry metadata declares no required env vars or credentials, and the skill itself does not demand secrets up front. The SKILL.md references PKU_USERNAME/PKU_PASSWORD/PKU_SMS_CODE as possible sources of credentials, which is appropriate for a credential helper, but it means agents or users may be asked to place secrets into environment variables. Be cautious about where those env vars are set (avoid exposing them in long-lived shell profiles or shared CI logs).
Persistence & Privilege
The skill is not marked always:true, does not request persistent presence or elevated privileges, and is user-invocable. It does not modify other skills' configurations. Autonomous invocation is allowed by default but not combined with other concerning factors here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pku-info-auth - 安装完成后,直接呼叫该 Skill 的名称或使用
/pku-info-auth触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of PKU unified credential management CLI.
- Provides secure credential storage for all PKU CLI tools using the OS keyring (supports Linux, macOS, Windows).
- Allows users to manage, check, and clear PKU credentials without exposing passwords to agents or tools.
- Enables seamless auto-login for PKU services (treehole, course, campuscard, elective) after one-time setup.
- Supports SMS verification workflow and checks session status across all services.
- All commands and feedback are available in Chinese for user clarity.
元数据
常见问题
PKU Info Auth 是什么?
PKU unified credential management CLI (统一凭据管理). Use this skill when the user or AI Agent needs to authenticate with PKU services, manage stored credentials,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 145 次。
如何安装 PKU Info Auth?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pku-info-auth」即可一键安装,无需额外配置。
PKU Info Auth 是免费的吗?
是的,PKU Info Auth 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
PKU Info Auth 支持哪些平台?
PKU Info Auth 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 PKU Info Auth?
由 wjsoj(@wjsoj)开发并维护,当前版本 v1.0.0。
推荐 Skills