This is a natural language interface to Valyu's global patent database. You throw semantic queries at it and get back full patent text, claims, diagrams, and metadata without wrestling with search syntax. It's genuinely useful for prior art searches, competitive intelligence, and freedom-to-operate analysis. The implementation is clean: zero dependencies, just Node's built-in fetch hitting Valyu's API. You'll need a Valyu API key, but they give you $10 in free credits to start. The output is structured JSON, so pipe it through jq or parse it however you want. If you're doing patent research or building IP tools, this saves you from reinventing semantic patent search.
npx skills add https://github.com/yorkeccak/scientific-skills --skill patents-search