Token导航 LogoToken导航TokenDH.com
效率只读clawhub未标认证来源可访问clear审计通过

floracat-architecture-diagramfloracat 架构图

Agent Skill

floracat-architecture-diagram 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

15,324

周安装

626

GitHub Stars

7

下载量

4,908
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:floracat-architecture-diagram(floracat 架构图)
来源仓库:https://github.com/floracat526/floracat-architecture-diagram
安装命令:
openclaw skills install floracat-architecture-diagram
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install floracat-architecture-diagram

简介

创建独立 HTML/SVG 架构图与序列图,支持运行时流程可视化。

  • 适用于系统设计、技术文档与 PPT 制作等效率场景。
  • 可生成或修改技术视觉效果,便于团队沟通。
  • 安装需确认文件生成与写入权限。floracat-architecture-diagram 属于效率类 Skill,可作为该场景下的辅助能力补充。
  • 使用前请核实模板兼容性,避免渲染错误。

SKILL.md

name
floracat-architecture-diagram
description
Create or revise standalone HTML/SVG architecture diagrams, runtime flow diagrams, sequence diagrams, and PPT-like technical visuals. Use when a user wants human-readable publication-ready diagrams instead of Mermaid, or wants help improving node layout, arrow accuracy, spacing, overlap handling, Chinese labels, or overall visual style for architecture and flow charts.

Architecture Diagram HTML/SVG

Use this skill to produce standalone HTML files with embedded SVG diagrams that feel like clean presentation slides rather than code-first diagrams.

Output Form

  • Default to a standalone HTML file with embedded SVG.
  • Prefer sectioned “deck” structure when there are multiple diagrams on one page.
  • Use SVG, not Mermaid, for final publication-quality layout control.
  • Make the result readable without zooming and understandable by non-engineers.

Visual Style

  • Use a PPT-like information design style: warm background, panel cards, soft shadows, rounded nodes, restrained colors.
  • Prefer clear Chinese labels when the audience is Chinese-speaking; keep only essential English technical terms.
  • Use a small set of semantic colors and keep them consistent across sections.
  • Keep arrowheads understated; do not make lines or markers visually aggressive.
  • Favor balanced spacing over dense packing. The page should feel edited, not auto-generated.

Diagram Building Workflow

  1. Identify the user-facing purpose of each diagram.
  2. Reduce the system into a few layers or stages before drawing.
  3. Choose the simplest SVG structure that fits:

- layered architecture - runtime flow - sequence/timing flow - subsystem drill-down

  1. Place groups first, then nodes, then arrows, then notes.
  2. After layout is stable, localize labels and tighten wording.
  3. Do a dedicated arrow and overlap review before finishing.

Node Rules

  • Give every node one clear responsibility.
  • Keep titles short; if a title is long, widen the node before shrinking text.
  • Use subtitle lines for detail; keep them short and scannable.
  • Avoid mixing multiple abstraction levels inside one node.
  • Align sibling nodes rigorously.

Arrow Rules

  • Every arrow must start and end on a node edge, not inside a node.
  • Prefer straight lines first. Add bends only to avoid collisions or ambiguity.
  • When two arrows connect the same pair of areas, offset them vertically or horizontally.
  • Use solid lines for primary runtime/data flow.
  • Use dashed lines only for support, configuration, feedback, optional linkage, or on-demand reads.
  • If arrows are long, shorten or reroute them so the direction remains obvious.
  • Do not let text sit on top of an arrow.

Editing Rules

  • When refining an existing SVG, inspect coordinates instead of making semantic guesses.
  • If a user reports overlap, fix geometry directly: move nodes, widen boxes, reroute paths, or adjust text anchors.
  • If a user questions arrow meaning, verify the actual system relationship in code/docs first, then correct the line.
  • Prefer explicit labels over decorative complexity.

Diagram-Specific Guidance

Overall Architecture

  • Separate access surfaces, control plane/runtime, capability subsystems, and state/config areas.
  • Use enclosing groups to show ownership or subsystem boundaries.
  • Keep cross-group arrows sparse and precise.

Runtime Flow

  • Emphasize the main path first.
  • Put configuration, session state, and plugin/runtime support below the main path as supporting layers.
  • Use wording that reads like product behavior, not source code names, unless the source name is important.

Sequence Diagram

  • Reduce participants to the minimum needed to explain the flow.
  • Name participants by role, not by file/module, unless implementation detail is the point.
  • Use loops only where a real repeated interaction exists.
  • Move loop labels close to the loop arrow.

Final Review Checklist

Before finishing, read references/review-checklist.md and verify every item.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

86.82%
按下载量换算4,261

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills