docs(skills): fix skill-authoring accuracy in Overview and External Skills - #109
Merged
Merged
Conversation
…kills Small correctness + clarity fixes surfaced while auditing the skills docs against the netclaw 0.25.0 source: - External Skills wrongly claimed external skills skip the prompt-injection scanner. They don't - skill_load scans every skill at load regardless of source; external skills only skip the write-time scan (they're authored in another tool). Corrected. - Overview said 'create, edit ... with netclaw skill', but there are no such subcommands. You create a native skill by dropping a SKILL.md or via the agent's skill_manage tool; netclaw skill inspects/removes/validates. - Name the system-skill source: 'a CDN' -> 'netclaw's own feed', so it reads as first-party rather than an unspecified third party. - Define 'prompt injection' inline on first use. - Remove a shipped placeholder TODO comment. Chips at #104.
Aaronontheweb
enabled auto-merge (squash)
July 22, 2026 04:16
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.
Small correctness and clarity fixes surfaced while auditing the skills docs against the netclaw 0.25.0 source. Scoped deliberately small; the broader readability pass and the new local-skill tutorial are separate follow-ups.
skill_loadscans every skill at load regardless of source (SkillLoadTool.cs); external skills only skip the write-time scan, since you author them in another tool. Corrected (it also contradicted the Overview, which was right).netclaw skill', but there are no such subcommands. You create a native skill by dropping aSKILL.mdor via the agent'sskill_managetool;netclaw skillinspects/removes/validates.TODOcomment.Verified:
npm run buildgenerates both pages; no new external links. Chips at #104.