Skip to content

feat: gut skills system and ClawHub (#63)#64

Merged
alexey-pelykh merged 1 commit intomainfrom
gut-skills-system-63
Feb 27, 2026
Merged

feat: gut skills system and ClawHub (#63)#64
alexey-pelykh merged 1 commit intomainfrom
gut-skills-system-63

Conversation

@alexey-pelykh
Copy link
Copy Markdown

@alexey-pelykh alexey-pelykh commented Feb 27, 2026

Summary

  • Remove the entire skills subsystem (marketplace, installer, scanner, workspace management, skill commands, CLI, gateway methods) and ClawHub integration
  • Remove nativeSkills config from types, zod schemas, labels, help text, and docs
  • Remove Skills* gateway protocol schemas and collectInstalledSkillsCodeSafetyFindings audit collector
  • Clean up all related test fixtures and dead test cases

Skills were an upstream OpenClaw concept. RemoteClaw uses CLI agents (Claude, Gemini, Codex, OpenCode) whose capabilities come from each CLI's own MCP ecosystem, making the skills layer redundant.

229 files changed, -20,606 lines

Test plan

  • pnpm build passes
  • Type-check (tsc --noEmit) passes (only pre-existing agent.test.ts errors)
  • All modified test files pass (142 tests across 6 test suites)
  • No dangling references to removed code in modified files
  • CI build + test jobs

Closes #63

🤖 Generated with Claude Code

@alexey-pelykh alexey-pelykh enabled auto-merge (squash) February 27, 2026 12:54
Remove the entire skills subsystem (marketplace, installer, scanner,
workspace management, skill commands, CLI, gateway methods) and ClawHub
integration. Also removes nativeSkills config, Skills* gateway protocol
schemas, and stale skill audit code.

Skills were an upstream OpenClaw concept. RemoteClaw uses CLI agents
(Claude, Gemini, Codex, OpenCode) whose capabilities come from each
CLI's own MCP ecosystem, making the skills layer redundant.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GUT skills system and ClawHub

1 participant