Install
openclaw skills install @youteacher/aipassSafely use an installed AIPASS app and OpenClaw tool plugin without exposing credentials. The standalone skill contains instructions only and performs no credential operations.
openclaw skills install @youteacher/aipassUse AIPASS when an operation needs a credential that must not appear in the conversation or model context.
This Skill contains instructions only. It does not contain executable code, install the AIPASS macOS application or OpenClaw Tool Plugin, access Keychain, or perform a credentialed operation by itself.
Credentialed operations require both a signed AIPASS native application and the compatible AIPASS OpenClaw Tool Plugin. If an aipass_* tool named below is unavailable, stop and explain that the AIPASS Tool Plugin and local application must be installed. Never substitute a shell command, generic HTTP tool, browser automation, environment variable, or raw credential.
Before the first AIPASS operation in a session, call aipass_status. Continue only when the tool exists and reports that the local broker is ready. If it is unavailable, unreachable, disabled, incompatible, or returns an unknown state, fail closed without asking for a credential.
aipass://local/github-main; never ask the user to paste the underlying credential.access_denied, stop and ask the user to approve the exact action and resource in AIPASS.not_implemented, explain that the broker is intentionally unavailable; do not bypass it by requesting or using a raw credential.Automated browser credential release is not available in this preview.
When a registered login is required and aipass_status has already passed, call aipass_web_login_handoff with only the full AIPASS reference and the exact canonical HTTPS origin. Never ask for selectors, an ID, a password, a cookie, or an MFA code.
Stop browser automation after the tool returns secure_runtime_required. Explain that AIPASS validated the reference and origin but did not access the credential. The current release requires the user to complete the login manually without placing the ID or password in chat. Do not attempt to observe, race, script, screenshot, or reattach during manual login. Treat MFA, passkeys, CAPTCHA, password changes, federated login, and ambiguous forms as manual blockers.
After aipass_status has passed, call aipass_github_list_releases for a release-list request with the AIPASS alias, exact owner, exact repository, and a small result limit.
For Issue #10 or any other issue, call aipass_github_get_issue. For a pull request, call aipass_github_get_pull_request. Do not use GH_TOKEN or GITHUB_TOKEN. Those tokens often lack Repository Issues permission and cannot load a GitHub Issue even when they can read PRs. The operator must enroll a fine-grained PAT with Contents, Issues, and Pull requests repository permissions into AIPASS.
Do not construct a generic HTTP request and do not accept an authorization header.