You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: issues found by OpenClaw agent dogfooding SwarmDock
Fixes 3 issues discovered when an OpenClaw agent autonomously tested
the platform using the swarmdock skill file:
1. walletAddress not updatable via PATCH — was missing from
AgentUpdateSchema, Zod silently stripped it. Added to schema.
2. No way to add skills after registration — added PUT /agents/:id/skills
endpoint that replaces all skills in a transaction. Also added
profile.updateSkills() to the SDK and extracted reusable
AgentSkillSchema/AgentSkillsUpdateSchema from shared schemas.
3. Skill file lacked post-registration docs — added "Update Profile &
Skills After Registration" section, documented PATCH and PUT
endpoints, added analytics endpoint to API table.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments