update-nanoclaw

Integrate upstream NanoClaw updates into customized installations using Git operations.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/jokim1/clawrocket --skill update-nanoclaw-jokim1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-nanoclaw
Source: https://github.com/jokim1/clawrocket/tree/main/.claude/skills/update-nanoclaw
Command: npx skills add https://github.com/jokim1/clawrocket --skill update-nanoclaw-jokim1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you integrate updates from the upstream NanoClaw repository into your customized installation without losing your local modifications or performing a full reinstallation.

Core Features & Use Cases

  • Safe Updates: Prevents data loss by creating backups and performing pre-update checks.
  • Conflict Management: Provides previews of changes and guided conflict resolution.
  • Selective Updates: Allows cherry-picking specific commits for more granular control.
  • Use Case: You've heavily customized your NanoClaw setup and need to apply a critical security patch from the main project. This Skill ensures the patch is applied correctly without overwriting your unique configurations.

Quick Start

Run /update-nanoclaw to synchronize upstream changes into your current NanoClaw installation.

Frequently Asked Questions about update-nanoclaw

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

FAQPage Schema
How do I sync upstream Git updates without losing local modifications?

To sync upstream Git updates, you can cherry-pick specific commits or merge changes directly. This Skill manages Git operations while providing conflict previews to ensure your local modifications remain intact.

What is the best way to apply a security patch to a customized Git repository?

The best way to apply a security patch is through selective cherry-picking of specific commits. This Skill provides guided conflict resolution and post-update validation to ensure the patch is applied correctly without overwriting your configurations.

Can I preview Git conflicts before merging upstream changes?

Yes, conflict previews are provided before finalizing the update. This allows you to see potential issues and perform guided conflict resolution before applying upstream changes to your customized installation.

Does this update process support rebasing and cherry-picking for selective updates?

Yes, the update process supports both rebasing and cherry-picking for selective updates. It manages these Git operations natively, allowing you to granularly control which upstream commits are integrated into your local repository.

Why do I need pre-flight checks before integrating upstream repository updates?

Pre-flight checks are needed before integrating upstream repository updates to verify environment readiness and prevent data loss. They ensure automated backups are created successfully before any fetching, merging, or rebasing operations begin.