gut(skills): remove dead skills subsystem remnants (#555)#567
Merged
alexey-pelykh merged 1 commit intomainfrom Mar 9, 2026
Merged
gut(skills): remove dead skills subsystem remnants (#555)#567alexey-pelykh merged 1 commit intomainfrom
alexey-pelykh merged 1 commit intomainfrom
Conversation
Remove all skills-related dead code inherited from upstream OpenClaw. The skills/ directory was already removed; this cleans up the remaining references across source, config schemas, types, channel integrations, node-host runtime, CLI flags, and tests. - Remove --skip-skills and --node-manager CLI flags - Remove NodeManagerChoice type and resolveNodeManagerOptions helper - Remove SkillBinsCache, SkillBinsProvider, SkillBinTrustEntry types - Remove autoAllowSkills from exec approvals pipeline - Remove skillFilter from all channel integrations (Telegram, Discord, Slack, Line, IRC, Matrix, Nextcloud Talk, Feishu) - Remove skills fields from Zod schemas and TypeScript config types - Remove skills from schema help/labels/hints, session types, plugin manifest parsing, agent scope, auto-reply types, status diagnostics - Remove skills from configure wizard sections - Rename agents-models-skills.ts to agents-models.ts - Remove now-unused resolveExecutablePathFromEnv and isExecutableFile - Update all affected test files Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
--skip-skills,--node-manager), runtime types (SkillBinsCache,SkillBinsProvider,SkillBinTrustEntry), config schemas, channel integrations (Telegram, Discord, Slack, Line, IRC, Matrix, Nextcloud Talk, Feishu), plugin manifest parsing, and test fixturesagents-models-skills.ts→agents-models.tsresolveExecutablePathFromEnvandisExecutableFilehelpers from node-host runnerTest plan
npx tsc --noEmitpasses (zero type errors)npx vitest run --config vitest.unit.config.tspasses (955 files, 8076 tests)grep -r skills src/returns only 2 benign comment referencesserver.canvas-auth.test.tsfailure confirmed unrelated (fails on base)Notes
Documentation files (38 files with ~158 skill references in
docs/) are intentionally deferred to a follow-up PR.Closes #555
🤖 Generated with Claude Code