Advai Project Info
SkillDev toolsInspects advai installation, runtime, and update guidance with `advai info` and `advai update`. Invoke when user asks how advai is installed, where it runs from, or how to upgrade it.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Advai Project Info skill
What this skill tells your AI
The instructions your AI receives, as published by advai-x/advai-skills in skills/advai-info/SKILL.md and read by ahel’s review.
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
Signals
- GitHub stars
- 66
- Last commit
- Aug 2026
Advanced
- Catalog kind
- skill
- Gateway key
advai-info- Source
- github.com/advai-x/advai-skills