botoolagent-update

Fetch the latest BotoolAgent release from GitHub and apply it locally.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Botool-Dev-Team/BotoolAgent --skill botoolagent-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: botoolagent-update
Source: https://github.com/Botool-Dev-Team/BotoolAgent/tree/main/skills/BotoolAgent/Update
Command: npx skills add https://github.com/Botool-Dev-Team/BotoolAgent --skill botoolagent-update

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

BotoolAgent requires periodic updates to stay secure and functional; this Skill automates the update process by detecting new releases, validating access, and applying changes while preserving user data such as tasks, rules, and logs.

Core Features & Use Cases

  • Automated release detection and validation: checks GitHub for the latest BotoolAgent release and verifies authentication for private repos.
  • Safe upgrade workflow: backs up current core components, uses a manifest to replace only core paths, and supports rollback on failure.
  • Guided, script-assisted operation: outlines prerequisites, cleanly handles errors, and ensures only authorized users can trigger updates.

Quick Start

Run /botoolagent-update in Claude Code to fetch and install the latest BotoolAgent release.

Frequently Asked Questions about botoolagent-update

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I update BotoolAgent to the latest version automatically?

To update BotoolAgent automatically, trigger the update Skill to fetch the latest release from GitHub and apply it to your local installation. The process validates release availability and uses a manifest-driven upgrade to safely replace core files.

Can I update BotoolAgent from a private GitHub repository?

Yes, you can update BotoolAgent from a private GitHub repository. The automated update process handles private repository access by requiring authentication and validating your credentials before fetching and applying the latest release.

Does updating BotoolAgent preserve my existing tasks, rules, and logs?

Updating BotoolAgent preserves your existing tasks, rules, and logs. The guided upgrade workflow backs up current core components and uses a manifest to replace only core paths, leaving your user data intact throughout the process.

What happens if an automated BotoolAgent update fails?

If an automated BotoolAgent update fails, the workflow includes rollback safeguards to restore your previous core components. The script-assisted operation cleanly handles errors and reverts changes to prevent installation corruption.

Do I need authentication to trigger a BotoolAgent release update?

Yes, you need authentication to trigger a BotoolAgent release update. The process performs prerequisite checks and ensures only authorized users can initiate the manifest-driven upgrade from GitHub.

What's the best way to manage versioning and releases for a local BotoolAgent installation?

The best way to manage versioning for a local BotoolAgent installation is using an automated update workflow. It detects new GitHub releases, validates access, and applies a controlled upgrade with rollback safeguards while preserving your local tasks and logs.