sheet-management — Revit MCP sheet-management, REVIT_MCP_study, community, Revit MCP, ide skills, Sheet 管理, 批量创建表格, 自动重新编号, 视口映射, 获取所有表格, Claude Code

v1.0.0

关于此技能

适合需要高级表单和视口管理功能的建筑代理,特别是在 Revit 中。 Sheet 管理是指使用 Revit MCP 管理和维护表格的过程

功能特性

批量创建表格
自动重新编号
视口映射
获取所有表格
获取标题块
创建依赖视图

# 核心主题

shuotao shuotao
[45]
[63]
更新于: 3/18/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 7/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution
Review Score
7/11
Quality Score
38
Canonical Locale
en
Detected Body Locale
en

适合需要高级表单和视口管理功能的建筑代理,特别是在 Revit 中。 Sheet 管理是指使用 Revit MCP 管理和维护表格的过程

核心价值

赋予代理高效地管理表单和视口的能力,使用诸如 `get_all_sheets`、`create_sheets` 和 `auto_renumber_sheets` 的工具,通过自动创建标题块和语义重新排序来简化设计过程。

适用 Agent 类型

适合需要高级表单和视口管理功能的建筑代理,特别是在 Revit 中。

赋予的主要能力 · sheet-management

使用自定义标题块自动创建表单
重新编号表单以解决 `-1` 后缀冲突
生成视口映射以实现高效的视图到表单映射

! 使用限制与门槛

  • 需要 Revit API 访问
  • 仅限于 Revit 内的表单和视口管理

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

实验室 Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

常见问题与安装步骤

以下问题与步骤与页面结构化数据保持一致,便于搜索引擎理解页面内容。

? FAQ

sheet-management 是什么?

适合需要高级表单和视口管理功能的建筑代理,特别是在 Revit 中。 Sheet 管理是指使用 Revit MCP 管理和维护表格的过程

如何安装 sheet-management?

运行命令:npx killer-skills add shuotao/REVIT_MCP_study/sheet-management。支持 Cursor、Windsurf、VS Code、Claude Code 等 19+ IDE/Agent。

sheet-management 适用于哪些场景?

典型场景包括:使用自定义标题块自动创建表单、重新编号表单以解决 `-1` 后缀冲突、生成视口映射以实现高效的视图到表单映射。

sheet-management 支持哪些 IDE 或 Agent?

该技能兼容 Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer。可使用 Killer-Skills CLI 一条命令通用安装。

sheet-management 有哪些限制?

需要 Revit API 访问;仅限于 Revit 内的表单和视口管理。

安装步骤

  1. 1. 打开终端

    在你的项目目录中打开终端或命令行。

  2. 2. 执行安装命令

    运行:npx killer-skills add shuotao/REVIT_MCP_study/sheet-management。CLI 会自动识别 IDE 或 AI Agent 并完成配置。

  3. 3. 开始使用技能

    sheet-management 已启用,可立即在当前项目中调用。

! 参考页模式

此页面仍可作为安装与查阅参考,但 Killer-Skills 不再把它视为主要可索引落地页。请优先阅读上方评审结论,再决定是否继续查看上游仓库说明。

Imported Repository Instructions

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

Supporting Evidence

sheet-management

了解如何使用 Revit MCP 构建和管理表格,包括批量创建表格、自动重新编号和视口映射

SKILL.md
Readonly
Imported Repository Instructions
The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.
Supporting Evidence

Sheet & Viewport Management

Available Tools

ToolPurpose
get_all_sheetsList all sheets with numbers and names
get_titleblocksList available titleblock family types
create_sheetsBatch create sheets with titleblock
auto_renumber_sheetsFix -1 suffix conflicts + semantic reorder
get_viewport_mapGet view-to-sheet mapping
calculate_grid_boundsCalculate BoundingBox from grid intersections
create_dependent_viewsCreate dependent views with crop regions

Workflow 1: Batch Create Sheets

  1. get_titleblocks → note the titleBlockId
  2. get_all_sheets → verify no number conflicts
  3. create_sheets with titleBlockId + sheet array [{number, name}]

Workflow 2: Fix Sheet Numbering

  1. get_all_sheets → identify -1 suffix sheets
  2. auto_renumber_sheets → executes:
    • Phase 0: Emergency recovery of _MCPFIX remnants
    • Chain displacement: source → target, displaced → next available
    • Semantic sort: reorder by (一)/(二)/(三) or (1/3)/(2/3)/(3/3) within continuous number groups
    • Two-pass execution: temp names → final names (avoids conflicts)

Workflow 3: Grid-Based Dependent View Crop

  1. calculate_grid_bounds with grid names (xGrids, yGrids) + offset_mm
  2. create_dependent_views with parent view IDs + bounding box from step 1
  3. System auto-numbers: {parentName}-1, {parentName}-2, etc.

Grid Bounds Logic

  • 2 grids on same axis → use their coordinates as range ± offset
  • 1 grid on axis → center ± offset (fallback)
  • Z axis always set to extreme values (-100m to +100m)

Sheet Numbering Convention

[ProfessionCode]-[SheetType][SerialNumber]
Example: ARB-D0408 (Architecture-Detail-0408)

Reference

See domain/sheet-viewport-management.md and domain/dependent-view-crop-workflow.md for full details.

相关技能

寻找 sheet-management 的替代方案 (Alternative) 或可搭配使用的同类 community Skill?探索以下相关开源技能。

查看全部

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

为prompts.chat的信息反馈系统生成可定制的插件小部件

149.6k
0
AI

flags

Logo of vercel
vercel

React 框架

138.4k
0
浏览器

pr-review

Logo of pytorch
pytorch

Python中具有强大GPU加速的张量和动态神经网络

98.6k
0
开发者工具