← 返回 Skills 市场
office-quotes
作者
Gustavo Madeira Santana
· GitHub ↗
· v1.2.3
2519
总下载
0
收藏
7
当前安装
5
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install office-quotes - 安装完成后,直接呼叫该 Skill 的名称或使用
/office-quotes触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2519 次。
如何安装 office-quotes?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install office-quotes」即可一键安装,无需额外配置。
office-quotes 是免费的吗?
是的,office-quotes 完全免费(开源免费),可自由下载、安装和使用。
office-quotes 支持哪些平台?
office-quotes 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 office-quotes?
由 Gustavo Madeira Santana(@gumadeiras)开发并维护,当前版本 v1.2.3。
推荐 Skills