Advai Project Info
Use this skill to inspect the local advai installation and surface environment details.
When to Invoke
Invoke this skill when the user wants to:
- Confirm the installed
advaiversion - See runtime, entrypoint, or Python environment details
- Understand how
advaiwas installed - Get the recommended upgrade command for the current install method
Do not use this skill for browser automation, skill management, or external CLI workflows.
Core Commands
advai info
advai update
Preconditions
- This skill depends on the
advaiCLI fromhttps://github.com/Advai-X/advai-cli. - Ensure
advaiis installed and available on PATH. - Ensure the
advai infoandadvai updatesubcommands are available in the current installation. - If either subcommand is missing, stop and guide the user to install or upgrade
advaifromhttps://github.com/Advai-X/advai-cli.
Operating Guidelines
- Use
advai infofirst when debugging installation-path confusion. - Use
advai updatewhen the user wants the correct package-manager upgrade command. - If multiple copies of
advaiappear on the machine, explain which binary is actually active. - If
advai infooradvai updateis not recognized at runtime, direct the user to install or upgradeadvaifromhttps://github.com/Advai-X/advai-cli.
Examples
Check current runtime details:
advai info
Print the recommended update command:
advai update