← 返回 Skills 市场
genortg

Zoom Out

作者 Krzysztof · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
39
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install zoom-out
功能描述
Tell the agent to zoom out and give broader context or a higher-level perspective on a section of code. Use when you're unfamiliar with a code area or need t...
使用说明 (SKILL.md)

Zoom Out

When you're deep in unfamiliar code, zoom out to see the architecture before diving deeper.

When to Use

Trigger this when:

  • You're dropped into an unfamiliar codebase or module
  • You need to understand how a piece fits into the bigger picture
  • You've been reading low-level code and lost the thread of what it's for
  • You need a map before making changes

What It Does

The agent stops reading individual functions/files and instead:

  1. Maps the module's boundary — what it exposes and what it depends on
  2. Lists all callers of the module's public API
  3. Identifies the module's role in the broader architecture (layer, service, utility, etc.)
  4. Uses the project's own domain vocabulary rather than generic terms
  5. Returns a compressed but complete picture of what this area does and how it connects

Example Output Shape

## Module: `src/payments/processor.ts`

**Role:** Payment orchestration layer between API routes and external gateways

**Public API:**
- `processPayment(orderId, amount, method)` — called by CheckoutController
- `refundPayment(transactionId, reason)` — called by AdminController
- `getPaymentStatus(orderId)` — called by three route handlers

**Dependencies:**
- Stripe SDK (external gateway)
- `src/db/transactions.ts` — stores payment records
- `src/notifications/email.ts` — sends receipts

**Callers:**
- CheckoutController (create flow)
- AdminController (refund flow)
- OrderStatus display component (read-only)

Anti-patterns

  • Don't zoom out when the question is about a specific bug — that needs diagnose, not zoom-out
  • Don't zoom out repeatedly in the same session — one map is enough
  • Don't use zoom-out for language/framework basics — those need docs, not architecture
安全使用建议
This skill appears safe to install for codebase exploration. It may cause the agent to inspect multiple files in the active project to map architecture and callers, so use it in workspaces where that kind of code reading is appropriate.
能力评估
Purpose & Capability
The stated purpose is to help an agent zoom out from unfamiliar code and produce a higher-level architecture map; the instructions match that purpose and only involve code reading and summarization.
Instruction Scope
Runtime instructions are bounded to user-triggered codebase analysis: module boundaries, dependencies, callers, role, and vocabulary. There are no prompt overrides, secrecy instructions, data exfiltration, or unrelated actions.
Install Mechanism
The artifact contains only a markdown SKILL.md file with frontmatter metadata and no scripts, dependencies, package install hooks, or executable components.
Credentials
Reading project code to identify public APIs, dependencies, and callers is proportionate to the skill's purpose. It does not request network access, credentials, profile stores, or sensitive local indexing beyond the active codebase context.
Persistence & Privilege
The skill does not define persistence, background workers, privilege escalation, credential use, mutation authority, or long-running behavior.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install zoom-out
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /zoom-out 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — codebase zoom-out to get broader architectural context. Adapted from GSD Core by TÂCHES/open-gsd.
元数据
Slug zoom-out
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Zoom Out 是什么?

Tell the agent to zoom out and give broader context or a higher-level perspective on a section of code. Use when you're unfamiliar with a code area or need t... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 39 次。

如何安装 Zoom Out?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install zoom-out」即可一键安装,无需额外配置。

Zoom Out 是免费的吗?

是的,Zoom Out 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Zoom Out 支持哪些平台?

Zoom Out 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Zoom Out?

由 Krzysztof(@genortg)开发并维护,当前版本 v1.0.0。

💬 留言讨论