Use skills in your AI SDK agents via bash-tool
bash-tool adds skills support, enabling AI SDK agents to use filesystem context, Bash execution, and sandboxed runtime access via a consistent skill-loading pattern.
Skills support is now available in , so your AI SDK agents can use the skills pattern with filesystem context, Bash execution, and sandboxed runtime access.bash-tool This gives your agent a consistent way to pull in the right context for a task, using the same isolated execution model that powers filesystem-based context retrieval.
This allows giving your agent access to the , or for you to write your own proprietary skills and privately use them in your agent.wide variety of publicly available skills Read the for background and check out changelogbash-toolcreateSkillTool documentation. Read more