← 返回 Skills 市场
467718584

Eo Ability Architect

作者 467718584 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
109
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install eo-ability-architect
功能描述
架构设计能力,调用Architect专家设计系统架构、技术选型、风险评估
使用说明 (SKILL.md)

eo-ability-architect

架构设计能力 - 调用 Architect 专家设计系统架构、技术选型、风险评估

一句话介绍

调用Architect专家设计系统架构,输出架构图、技术栈、模块划分、风险评估。

核心功能

  • 系统架构设计: 整体架构图、模块划分、组件关系
  • 技术选型: 前端/后端/数据库/缓存等技术栈推荐
  • 风险评估: 技术风险识别、缓解方案
  • 复杂度评估: 系统规模评估、性能预估

使用方法

# 标准用法
/architect "设计日活10万电商平台 --scale large"

/architect "博客系统架构设计"

与EO插件的协同

  • 被 eo-workflow-blog 调用
  • 被 eo-workflow-miniprogram 调用
  • 被 eo-workflow-security-audit 调用(威胁建模)

独立运行模式(有EO vs 无EO)

模式 能力
有EO插件 141专家库(18位Architect专家)、真实架构模式、风险预测
无插件(基础) LLM生成架构建议、通用设计模式

示例

🏗️ 架构设计报告

## 系统架构
┌─────────────────────────────────────┐
│            Load Balancer             │
└─────────────────┬───────────────────┘
                  │
┌─────────────────┼───────────────────┐
│                 │                    │
│  ┌──────────┐  │  ┌──────────┐       │
│  │  API GW  │  │  │   CDN    │       │
│  └────┬─────┘  │  └──────────┘       │
│       │                               │
│  ┌────┴─────┐                         │
│  │  Backend │                         │
│  └────┬─────┘                         │
│       │                               │
│  ┌────┴─────┐                         │
│  │ Database │                         │
│  └──────────┘                         │
└─────────────────────────────────────┘

## 技术栈
- 前端: React + TypeScript
- 后端: Node.js + Express
- 数据库: PostgreSQL
- 缓存: Redis

Interface

Input

interface ArchitectInput {
  task: string                    // 任务描述
  scale?: 'small' | 'medium' | 'large'  // 系统规模
  constraints?: string[]          // 约束条件
  existingArchitecture?: string   // 现有架构(如果是扩展)
}

Output

interface ArchitectOutput {
  architecture: ArchitectureDiagram  // 架构图
  techStack: TechStack               // 技术栈
  modules: Module[]                  // 模块划分
  risks: Risk[]                       // 风险评估
  estimatedComplexity: string        // 复杂度评估
}

🦞⚙️ 钢铁龙虾军团

安全使用建议
This skill is instruction-only and appears coherent: it doesn't request secrets or install anything. Before using, be aware that its architecture recommendations are LLM-driven unless you have the EO ecosystem plugins it references; verify any high-risk design decisions with human experts. Also note that, as an agent skill, it can be invoked by automated agents or other EO plugins — ensure you trust those callers and review outputs for sensitive information before sharing externally.
功能分析
Type: OpenClaw Skill Name: eo-ability-architect Version: 1.0.0 The eo-ability-architect skill bundle is a purely descriptive set of instructions for an AI agent to perform system architecture design and technical assessments. It contains no executable code, installation scripts, or high-risk instructions in SKILL.md, and its functionality is entirely aligned with its stated purpose of providing architectural guidance.
能力评估
Purpose & Capability
Name/description match the content of SKILL.md: the skill provides architecture design, tech selection, risk assessment and complexity estimates. Nothing in the metadata or instructions asks for unrelated resources (cloud keys, system access, etc.).
Instruction Scope
SKILL.md only specifies how to invoke the architect capability, example inputs/outputs, and example text/diagrams. It does not instruct the agent to read local files, access environment variables, send data to unknown endpoints, or perform actions outside the stated purpose.
Install Mechanism
No install spec and no code files — instruction-only. No downloads, package installs, or archive extraction are specified.
Credentials
The skill requires no environment variables, no credentials, and no config paths. Declared requirements are proportional to an LLM-based architecture advisor.
Persistence & Privilege
always is false and there are no special persistence or system-wide configuration changes described. The skill is user-invocable and can be called autonomously by agents (platform default), which is expected for a skill.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install eo-ability-architect
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /eo-ability-architect 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
eo-ability-architect 1.0.0 - Initial release of system architecture design skill. - Provides architecture diagrams, technology stack recommendations, module breakdowns, and risk/complexity assessments. - Supports integration with EO workflows (blog, miniprogram, security audit) and independent usage. - Offers two modes: with EO plugin (access to expert library and advanced predictions) and without EO (LLM-based general suggestions). - Includes sample usage and interface definitions for input/output.
元数据
Slug eo-ability-architect
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Eo Ability Architect 是什么?

架构设计能力,调用Architect专家设计系统架构、技术选型、风险评估. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 109 次。

如何安装 Eo Ability Architect?

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

Eo Ability Architect 是免费的吗?

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

Eo Ability Architect 支持哪些平台?

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

谁开发了 Eo Ability Architect?

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

💬 留言讨论