Skip to content

aerostack skill

Manage skills — atomic, single-purpose tools that LLMs can call. Skills are installed into your active workspace and namespaced to avoid conflicts.

Terminal window
aerostack skill install <username/slug>
Terminal window
# Install a skill from the marketplace
aerostack skill install johndoe/github-skill
# Installed tools are namespaced as: github-skill__create_issue

After install, the skill’s tools are available in your active workspace as {skill-slug}__{tool-name}.


Terminal window
aerostack skill list

Terminal window
aerostack skill remove

Launches an interactive prompt to select which skill to remove from the active workspace.


Terminal window
aerostack skill publish --name "My Skill" --function <function-id>
FlagDescription
--nameDisplay name for the skill
--functionFunction ID backing this skill
Terminal window
aerostack skill publish --name "GitHub Issues" --function abc-123