update-skills

Re-apply idempotent update scripts to synchronize installed agent skills with upstream source code.

Updated Jun 27, 2026
One-click install
npx skills add https://github.com/VincentChong123/nanoclaw-v2-agy-api-proxy --skill update-skills-vincentchong123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-skills
Source: https://github.com/VincentChong123/nanoclaw-v2-agy-api-proxy/tree/main/.claude/skills/update-skills
Command: npx skills add https://github.com/VincentChong123/nanoclaw-v2-agy-api-proxy --skill update-skills-vincentchong123

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the challenge of maintaining and updating modular agent components without losing local customizations or breaking existing database and credential configurations.

Core Features & Use Cases

  • Idempotent Re-application: Safely re-fetches and overwrites skill code from upstream repositories without touching your environment variables or database state.
  • Automated Validation: Automatically triggers build and test cycles to ensure that refreshed code integrates correctly with your existing agent setup.
  • Use Case: When a new version of a channel adapter like Discord or Slack is released, use this skill to pull the latest code and rebuild your agent container while keeping your authentication tokens and group settings intact.

Quick Start

Run the update-skills command in your terminal to detect installed skills and select which ones to refresh from the upstream repository.

Frequently Asked Questions about update-skills

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

FAQPage Schema
How do I update agent skills from upstream repositories without losing local database configurations?

To update agent skills safely, re-apply idempotent update scripts that synchronize installed code with upstream sources while preserving your existing environment variables, database state, and credential configurations.

How does automated build and test validation work after refreshing NanoClaw agent skills?

Automated validation triggers build and test cycles immediately following the skill update process, ensuring that the newly refreshed upstream code integrates correctly with your existing agent setup without breaking functionality.

Can I pull the latest channel adapter code for Discord or Slack without overwriting authentication tokens?

Yes, you can safely fetch the latest channel adapter code for platforms like Discord or Slack. The update process overwrites only the skill code, keeping your authentication tokens and group settings intact.

What is the best way to synchronize installed agent skills with upstream source code?

The best way to synchronize installed agent skills is by running an update command that detects installed skills and selectively re-fetches and overwrites the code from upstream repositories using idempotent scripts.

When should I re-apply update scripts to manage channel and provider integrations in NanoClaw?

You should re-apply update scripts to manage channel and provider integrations whenever a new version of a component is released, ensuring system integrity and code parity through automated build and test execution.