If you're building Workers on PinMe's platform and need to call LLMs through OpenRouter, this skill walks you through the proxy setup so your code never touches the real API key. It covers the models endpoint, chat completions with streaming support, and how to wire up OpenRouter's web search tool through the completions API. The examples are TypeScript heavy and show both non-streaming and SSE passthrough patterns. Useful when you're wiring up AI features in a PinMe Worker and need to understand the environment variables, query string requirements, and error codes that come back from their proxy layer.
npx skills add https://github.com/glitternetwork/pinme --skill pinme-llm