webfetch
The webfetch code skill is distributed with AchillesAgentLib to fetch web content through MainAgent's standard code-skill interface.
Interface and artifacts
skills/webfetch/cskill.md requires a URL and a prompt describing what to extract or summarize. The local implementation fetches the resource and converts HTML responses to plain text.
Execution boundary
Network availability and remote-server behavior remain external dependencies. The returned representation is plain text, not a browser DOM.
MainAgent discovers the folder only when internal skills are enabled, parses cskill.md, and delegates execution to CodeSkillsSubsystem. The folder carries its own descriptor and implementation so it remains portable.