Check token state
Open Library and confirm the access token is active, not revoked, suspended, or expired.
Support
Operational fixes for install failures, publish validation, token lifecycle issues, runtime calls, and creator package review.
Open Library and confirm the access token is active, not revoked, suspended, or expired.
`oly doctor` checks Node, local state, endpoint config, and common install blockers.
`oly verify <package>` confirms installed files, checksums, config patches, and missing user secrets.
Use `oly update <package>` or `oly uninstall <package> --rollback` when config patches need to be restored.
oly doctorCheck local CLI prerequisites and saved endpoint/token config.
oly verify <package>Validate files, checksums, generated config, and missing user secrets.
oly uninstall <package> --rollbackRestore patched config files from the latest OlyWork backup.
oly install <token> --target claude_desktop --dry-runPreview Claude Desktop MCP config changes before writing them.
oly install <token> --target cursor --forceReinstall Cursor config after confirming the backup path in `.oly/backups`.
oly update <package> --version <version>Pin a known-good release when the current version is incompatible.
oly mcp <capability> --setup openclaw --writeRegenerate OpenClaw MCP bridge config when the external client cannot see tools.
Creator Studio autosaves draft fields, GitHub analysis, selected files, media, delivery, and pricing.
For GitHub imports, preview included files and remove maintenance files before publishing.
Complete public metadata, manifest, artifact, media, permission model, and security audit blockers.
After rejection or validation errors, return to Drafts/Listings and resubmit without rebuilding from scratch.
Hosted/protected runtime calls require an active access token on every request.
Check runtime invocation status, duration, safe logs, error code, and client metadata.
Use E2B on normal Cloud Run. Docker mode should only run when the worker has Docker support.
Never expose creator source, secrets, private repo URLs, or storage paths while debugging.
invalid_tokenRotate or copy a fresh token from Library.expiredRotate the token or request renewed access.revokedAccess was intentionally revoked. Rotate only if you still own access.suspendedContact support or wait for admin review.missing_entitlementPurchase, free access grant, or beta access is required.hosted_execution_onlyUse the runtime/MCP bridge instead of secure install.version_unavailableChoose a listed package version or update to current.checksum_failureStop install and contact support with package, version, and CLI output.Include package slug, version, CLI version, operating system, target client, and exact error code in support reports.
For install failures, attach `oly doctor` and `oly verify <package>` output after removing local user secrets.
For creator publish failures, include source mode, package type, install target, and which wizard step failed.
For runtime failures, include invocation id, capability slug, client name, and timestamp.
Never paste access tokens, creator secrets, private repo URLs, package ciphertext, auth tags, or storage keys into public channels.