← Back to Skills Marketplace
467718584

Eo Ability Architect

by 467718584 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
109
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install eo-ability-architect
Description
架构设计能力,调用Architect专家设计系统架构、技术选型、风险评估
README (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        // 复杂度评估
}

🦞⚙️ 钢铁龙虾军团

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install eo-ability-architect
  3. After installation, invoke the skill by name or use /eo-ability-architect
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug eo-ability-architect
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Eo Ability Architect?

架构设计能力,调用Architect专家设计系统架构、技术选型、风险评估. It is an AI Agent Skill for Claude Code / OpenClaw, with 109 downloads so far.

How do I install Eo Ability Architect?

Run "/install eo-ability-architect" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Eo Ability Architect free?

Yes, Eo Ability Architect is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Eo Ability Architect support?

Eo Ability Architect is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Eo Ability Architect?

It is built and maintained by 467718584 (@467718584); the current version is v1.0.0.

💬 Comments