office-quotes
Installation
SKILL.md
office-quotes Skill
Generate random quotes from The Office (US) TV show.
Tools
office_quote
Description: Generate a random quote from The Office (US).
Parameters:
mode(optional, default: "offline"): Quote mode - "offline" for 326 local quotes, "api" for online SVG card generationtheme(optional, default: "dark"): SVG theme when using api mode - "dark" or "light"include_image(optional, default: false): When true, returns SVG image URL instead of rendered SVG
Examples:
// Random offline quote
await office_quote({});