snowclaw pull
Pull the current openclaw.json and skills from the SPCS stage back to your local project.
Usage
snowclaw pull # config + skills
snowclaw pull --config-only # just openclaw.json
snowclaw pull --skills-only # just skills/
When to use it
- You edited config or a skill bundle on the running container (for example, via an in-container shell or the agent itself wrote to
skills/) and want the changes back in your local project. - A teammate ran
snowclaw pushand you want to catch up without digging through Snowflake stages manually. - You're bootstrapping a fresh checkout on a new machine and want the currently deployed state.
What does not pull
Like push, pull skips workspace files on purpose. Use snowclaw download to grab workspace artifacts individually.
Secrets are never pulled — they live in Snowflake SECRET objects as encrypted blobs and are not retrievable. Maintain your .env as the source of truth.