NekoCore-OS web-search
Browse the web, fetch pages, and extract content. Gives the entity the ability to search and read web content.
install
source · Clone the upstream repo
git clone https://github.com/voardwalker-code/NekoCore-OS
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/voardwalker-code/NekoCore-OS "$T" && mkdir -p ~/.claude/skills && cp -r "$T/project/skills/web-search" ~/.claude/skills/voardwalker-code-nekocore-os-web-search-c615a4 && rm -rf "$T"
manifest:
project/skills/web-search/SKILL.mdsource content
Web Search & Browse
This skill enables the entity to search the web and fetch page content.
Capabilities
When this skill is active, the entity can:
- Web Search — Search the web using a query and get summarized results
- Fetch URL — Fetch and extract readable content from any URL
- Save Research — Store research findings in the skill workspace for later reference
Usage
The entity should use the
/api/skills/web-search/search endpoint (via tool calls) for web searches,
and /api/skills/web-search/fetch to retrieve full page content.
Results can be saved to the workspace directory for persistent research notes.
Behavior Guidelines
- When the user asks about current events, news, or facts you're unsure of, use web search.
- Prefer searching before guessing when accuracy matters.
- Summarize fetched content — don't dump raw HTML.
- Save important research findings to workspace files for future reference.
- Always cite your sources with URLs.