update-nanoclaw Skill
Efficiently bring upstream NanoClaw updates into a customized install, with preview, selective cherry-pick, and low token usage. Published by microsoft in amplifier-app-nanoclaw.
What is update-nanoclaw Skill?
Efficiently bring upstream NanoClaw updates into a customized install, with preview, selective cherry-pick, and low token usage. Published by microsoft in amplifier-app-nanoclaw. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using amplifier-app-nanoclaw
Technical details
- Install or run with Copy skill directory
When to use update-nanoclaw Skill
- Use it for developers using amplifier-app-nanoclaw.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/amplifier-app-nanoclaw
- Skill file: .claude/skills/update-nanoclaw/SKILL.md
What it does
Efficiently bring upstream NanoClaw updates into a customized install, with preview, selective cherry-pick, and low token usage.
Skill instructions
About Your NanoClaw fork drifts from upstream as you customize it. This skill pulls upstream changes into your install without losing your modifications. Run /update-nanoclaw in Claude Code. How it works Preflight: checks for clean working tree (git status --porcelain). If upstream remote is missing, asks you for the URL (defaults to https://github.com/nanocoai/nanoclaw.git) and adds it. Detects the upstream branch name (main or master). Backup: creates a timestamped backup branch and tag (backup/pre-update-<hash-<timestamp, pre-update-<hash-<timestamp) before touching anything. Safe to run multiple times. Preview: runs git log and git diff against the merge base to show upstream changes since your last sync. Groups changed files into categories: - Skills (.claude/skills/): unlikely to conflict unless you edited an upstream skill - Host source (src/): may conflict if you modified the same files - Container (container/): triggers container rebuild - Build/config (package.json, pnpm-lock
Explore related resources
Frequently asked questions
What is update-nanoclaw?
update-nanoclaw is a open-source AI agent skill with Copy skill directory. Efficiently bring upstream NanoClaw updates into a customized install, with preview, selective cherry-pick, and low token usage.
Who is update-nanoclaw best for?
update-nanoclaw is best for reusing agent instructions, scripts, and references.
How do I install update-nanoclaw?
Install or run update-nanoclaw using Copy skill directory. Check update-nanoclaw for the latest setup command.
Is update-nanoclaw actively maintained?
update-nanoclaw may need a closer maintenance check before production use.
Auto-fetched from GitHub.