update-nanoclaw

Update customized NanoClaw installations with upstream Git changes and conflict resolution.

1|21|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/arnaudjnn/nanoclaw-railway --skill update-nanoclaw-arnaudjnn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-nanoclaw
Source: https://github.com/arnaudjnn/nanoclaw-railway/tree/main/.claude/skills/update-nanoclaw
Command: npx skills add https://github.com/arnaudjnn/nanoclaw-railway --skill update-nanoclaw-arnaudjnn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps users safely integrate updates from the upstream NanoClaw repository into their customized installations, preventing data loss and minimizing manual effort.

Core Features & Use Cases

  • Safe Updates: Integrates upstream changes without overwriting local modifications.
  • Conflict Resolution: Provides tools to preview and resolve merge conflicts efficiently.
  • Rollback: Creates automatic backups, allowing for easy reversion if needed.
  • Use Case: You've heavily customized your NanoClaw setup and a new version with critical security patches is released. This Skill ensures you can apply those patches without losing your custom agent configurations or code.

Quick Start

Run the update-nanoclaw skill to bring your customized NanoClaw installation up to date with the latest upstream changes.

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 repository changes without overwriting local codebase modifications?

To sync upstream changes safely, this Skill manages Git fetching, merging, and rebasing to integrate updates while preserving your local codebase modifications. It previews conflicts and provides resolution guidance to prevent data loss.

What is the best way to resolve Git merge conflicts when updating a customized repository?

Resolving Git merge conflicts during an update is handled by built-in conflict preview and resolution guidance. The Skill detects breaking changes and automates migration tasks to ensure a seamless integration.

Can I rollback a Git merge if an upstream update breaks my codebase?

Yes, you can rollback a Git merge because the Skill creates automatic backups before applying upstream changes. This allows for easy reversion if the updated codebase fails build validation or behaves unexpectedly.

Does this update process handle Git remote setup and branch detection automatically?

Yes, the update process handles Git remote setup and branch detection automatically. It configures the necessary remotes and identifies the correct branches to perform seamless fetching, cherry-picking, and rebasing operations.

How do I validate my build after cherry-picking upstream commits?

To validate your build after cherry-picking upstream commits, the Skill includes automated build validation steps. It checks the codebase immediately after merging to ensure the integrated changes compile and function correctly.