asta-cli
Installation
SKILL.md
Asta CLI Installer
Installs the asta CLI for agents that don't install it automatically via a plugin hook.
When to invoke
astais not onPATH(e.g.,command -v astareturns nothing, or runningasta ...reports "command not found")- A subcommand, option, or output field that should exist according to another skill is missing — that signals an outdated install
Install or update
Prerequisites: Python 3.11+ and uv.
PLUGIN_VERSION=0.103.0
INSTALL_URL="git+https://github.com/allenai/asta-plugins.git@v$PLUGIN_VERSION"