ruoyi-cloud

ruoyi-cloud is a skill for Claude Code, Codex from znlgis/opengis-skills. It costs 56 tokens per session (2,726 once invoked), scanned A, original, MIT.

A Java starter framework for building Spring Cloud microservices, separate services that work together as one application. It includes an administration interface built with Vue 3.

In plain words
What is it for?
It helps scaffold Java service backends, user and role management, API gateways, generated CRUD modules, scheduled jobs, file services, monitoring, and a Vue-based admin panel.
Why use it?
It provides a ready-made structure for common backend needs such as login, permissions, service discovery, API routing, rate limiting, and distributed transactions.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It helps scaffold Java service backends, user and role management, API gateways, generated CRUD modules, scheduled jobs, file services, monitoring, and a Vue-based admin panel.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/znlgis/opengis-skills/ruoyi-cloud
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add znlgis/opengis-skills --skill ruoyi-cloud
Clone the repo
git clone --depth 1 https://github.com/znlgis/opengis-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ruoyi-cloud

README.md
[![agentmods](https://agentmods.dev/badge/skills/znlgis/opengis-skills/ruoyi-cloud/github.svg)](https://agentmods.dev/skills/znlgis/opengis-skills/ruoyi-cloud)
Your own site
<a href="https://agentmods.dev/skills/znlgis/opengis-skills/ruoyi-cloud"><img src="https://agentmods.dev/badge/skills/znlgis/opengis-skills/ruoyi-cloud/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ruoyi-cloud

Your own site · 80×15
<a href="https://agentmods.dev/skills/znlgis/opengis-skills/ruoyi-cloud"><img src="https://agentmods.dev/badge/skills/znlgis/opengis-skills/ruoyi-cloud.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,726 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Data Exfiltration · line 152
    Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
    Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00056 $0.02726
Opus 5 $0.00028 $0.01363
Sonnet 5 $0.00011 $0.00545
Haiku 4.5 $0.00006 $0.00273

Measured yesterday against content hash b487a444e336, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

ruoyi-cloud scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -X POST http://localhost:8080/auth/login \
others/ruoyi-cloud/SKILL.md · 333 lines

How it starts

The opening of the file, as written. The whole thing — 333 lines — stays where its author put it; the contents beside it link to each section on GitHub.

项目地址: https://gitee.com/y_project/RuoYi-Cloud

GitHub 镜像: https://github.com/yangzongzhuan/RuoYi-Cloud

官网: http://ruoyi.vip/

文档: http://doc.ruoyi.vip/

许可证: MIT

概述

RuoYi-Cloud 主要特性:

  • Spring Cloud Alibaba:Nacos(注册/配置)、Sentinel(熔断限流)、Seata(分布式事务)
  • 网关:Spring Cloud Gateway + 鉴权过滤器
  • 认证:JWT + Spring Security + OAuth2
  • 业务模块:RBAC(菜单/角色/权限/部门/用户)、字典、参数、日志、文件、定时任务、监控
  • 代码生成:单表/树表/主子表 → Mapper + Service + Controller + Vue 页面
  • 前端:Vue 3 + Vite + Element Plus + Pinia
  • DevOps:Docker Compose 一键部署、SkyWalking / Prometheus 集成

模块结构

RuoYi-Cloud
├── ruoyi-gateway        # API 网关
├── ruoyi-auth           # 认证服务
├── ruoyi-modules
│   ├── ruoyi-system     # 系统模块
│   ├── ruoyi-gen        # 代码生成
│   ├── ruoyi-job        # 定时任务
│   └── ruoyi-file       # 文件服务
├── ruoyi-api            # 远程调用 Feign 接口
├── ruoyi-common         # 公共工具
├── ruoyi-visual
│   ├── ruoyi-monitor    # Spring Boot Admin
│   └── ruoyi-visual-name # Nacos / Sentinel UI 入口
└── ruoyi-ui             # Vue 3 前端

环境与依赖

组件 版本
RuoYi-Cloud 3.6.8(最新,2026-04)
Spring Boot 4.0.x(主分支)/ 3.x(springboot3 分支)
Spring Cloud 2025.1.0
Spring Cloud Alibaba 2025.1.0.0
JDK 17+(Spring Boot 4 要求 17+) / 8(老分支)
Maven 3.9+(官方使用 3.11)
MySQL 5.7+ / 8.0
Redis 5.0+
Nacos 2.x
Sentinel 1.8+
Seata 1.6+(可选)
Node.js 18+

启动步骤

# 1. 克隆
git clone https://gitee.com/y_project/RuoYi-Cloud.git
cd RuoYi-Cloud

# 2. 数据库
mysql -u root -p < sql/ry_20240629.sql
mysql -u root -p < sql/ry_config_20240629.sql

# 3. Nacos:将 nacos/config 下 .yml 推送到 Nacos
#    或直接通过控制台导入 ZIP

# 4. 启动基础设施
docker compose -f docker/docker-compose.yml up -d  # 含 mysql/redis/nacos

# 5. 启动后端
mvn clean install -DskipTests
# 顺序:ruoyi-gateway → ruoyi-auth → ruoyi-modules-system → 其它

# 6. 前端
cd ruoyi-ui
npm install --registry=https://registry.npmmirror.com
npm run dev   # http://localhost:80

Read the full file on GitHub · 333 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday Changed b487a444e336
  2. 8d ago First seen · 333 lines · 56 tokens per session scan A d12a1782a689

Subscribe to this mod's changes

ruoyi-cloud is a skill published in the GitHub repository znlgis/opengis-skills (60 stars, last pushed 2d ago), licensed MIT. It adds 56 tokens to every session and 2,726 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

senior-java

World-class Java and Spring Boot development skill for enterprise applications, microservices, and cloud-native systems. Expertise in Spring Framework, Spring Boot 3.x, Spring Cloud, JPA/Hibernate, and reactive programming with WebFlux. Includes project scaffolding, dependency management, security implementation, and…

xuansenpa1/skillrevise · 65 tokens

senior-java

World-class Java and Spring Boot development skill for enterprise applications, microservices, and cloud-native systems. Expertise in Spring Framework, Spring Boot 3.x, Spring Cloud, JPA/Hibernate, and reactive programming with WebFlux. Includes project scaffolding, dependency management, security implementation, and…

UCSB-NLP-Chang/Skill-Usage · 65 tokens

spring-boot

Spring Boot 3.x - Java framework for production-ready applications with dependency injection, REST APIs, data access, security, and actuator monitoring.

bobmatnyc/claude-mpm-skills · 31 tokens

hibernate-orm-persistence

Model and query relational data with Hibernate ORM — entities, associations, fetch plans, caching, and HQL/Criteria. Use for Java persistence beyond basic Spring Data JPA defaults or in Jakarta EE applications.

vaquarkhan/Fullstack-development-agent-skills · 47 tokens

jakarta-ee-enterprise-platform

Build standards-based enterprise Java with Jakarta EE (JAX-RS, CDI, JPA, Bean Validation, Security) for regulated industries and portable application servers. Use when Jakarta EE compliance matters more than Spring-specific conventions.

vaquarkhan/Fullstack-development-agent-skills · 51 tokens

micronaut-reactive-microservices

Build reactive Micronaut microservices with compile-time DI, non-blocking I/O, and GraalVM-ready APIs. Use for low-latency Java services with Netty and Project Reactor.

vaquarkhan/Fullstack-development-agent-skills · 49 tokens