← Back to Skills Marketplace
gumadeiras

office-quotes

cross-platform ⚠ suspicious
2519
Downloads
0
Stars
7
Active Installs
5
Versions
Install in OpenClaw
/install office-quotes
Description
Generate random quotes from The Office (US). Provides access to 326 offline quotes plus online mode with SVG cards, character avatars, and full episode metadata via the akashrajpurohit API. Use for fun, icebreakers, or any task requiring The Office quotes.
Usage Guidance
This skill appears to do what it claims (produce quotes and images). Before installing, consider: 1) It can call a third-party API (officeapi.akashrajpurohit.com) — don't use it if you need strictly offline operation; use the local mode instead. 2) Converting SVG→PNG may launch Playwright/Chromium and/or download browser binaries (resource and network activity) — the SKILL.md doesn't document that extra step. 3) The Python helpers fetch arbitrary SVG URLs (they will make network requests to whatever URL you pass). 4) If you want extra assurance, review the npm package on the public registry and the referenced GitHub repo (github.com/gumadeiras/office-quotes-cli) and inspect the package.json/dependencies for unexpected telemetry or leftover tooling. If you have strict network or resource policies, run in local/offline mode or audit the package and its dependencies first.
Capability Analysis
Type: OpenClaw Skill Name: office-quotes Version: 1.2.3 The skill is classified as suspicious due to the import of `child_process.execSync` in `scripts/office-quotes.js`, which grants the capability for arbitrary command execution, even though it is not currently utilized in the provided code. Additionally, the script uses `playwright` to launch a full Chromium browser instance for SVG rendering, which is a powerful and resource-intensive operation that significantly expands the attack surface, despite being used for a plausible purpose (image conversion). While the skill's stated purpose is benign, these high-risk capabilities prevent a 'benign' classification.
Capability Assessment
Purpose & Capability
The package exposes an office-quotes CLI, provides offline quotes and an API mode that fetches SVG or JSON from the akashrajpurohit API — this matches the name/description and declared binary. Included Python scripts implement alternative SVG→PNG conversion which is coherent with the claimed image output capabilities.
Instruction Scope
Runtime code reads/writes temporary files (/tmp), fetches remote resources from https://officeapi.akashrajpurohit.com, and (optionally) launches Playwright/Chromium to render SVG→PNG. The SKILL.md omits mention that Playwright and its browser runtime may be required and that rendering can trigger additional network requests for embedded assets in the SVG (e.g., avatars). These behaviors are related to the feature set but have privacy/resource implications that users should be aware of.
Install Mechanism
Install uses a standard npm package (office-quotes-cli) which is an expected delivery mechanism. However, the runtime requires Playwright (and its browser binaries) for some conversions — Playwright may need separate install steps (and will download Chromium), which is not documented in SKILL.md. There are no downloads from obscure/personal URLs in the provided files.
Credentials
No environment variables, credentials, or external config paths are requested. The code uses the filesystem for temporary output and only network access to the stated API host; requested access appears proportionate to the skill's purpose.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system-wide settings, and does not declare persistent privileges. It runs as an invoked CLI and writes only temporary files as part of its operation.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install office-quotes
  3. After installation, invoke the skill by name or use /office-quotes
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.3
Clean up docs, use local instead of offline
v1.2.2
Fix: use --source api instead of --online
v1.2.1
Fix: use --source api instead of --online
v1.2.0
Use npm install (office-quotes-cli package)
v1.0.0
Initial release: Generate random The Office quotes with offline (326 quotes) and online (SVG cards + episode metadata) modes
Metadata
Slug office-quotes
Version 1.2.3
License
All-time Installs 7
Active Installs 7
Total Versions 5
Frequently Asked Questions

What is office-quotes?

Generate random quotes from The Office (US). Provides access to 326 offline quotes plus online mode with SVG cards, character avatars, and full episode metadata via the akashrajpurohit API. Use for fun, icebreakers, or any task requiring The Office quotes. It is an AI Agent Skill for Claude Code / OpenClaw, with 2519 downloads so far.

How do I install office-quotes?

Run "/install office-quotes" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is office-quotes free?

Yes, office-quotes is completely free (open-source). You can download, install and use it at no cost.

Which platforms does office-quotes support?

office-quotes is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created office-quotes?

It is built and maintained by Gustavo Madeira Santana (@gumadeiras); the current version is v1.2.3.

💬 Comments