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.
npx skills add znlgis/opengis-skills --skill ruoyi-cloudgit clone --depth 1 https://github.com/znlgis/opengis-skillsWrote 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.
[](https://agentmods.dev/skills/znlgis/opengis-skills/ruoyi-cloud)<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.
<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>- NVIDIA SkillSpector warn
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.
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.
| Model | Per session | Once 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 |
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 \ 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
许可证: 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
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.
- yesterday Changed b487a444e336
- 8d ago First seen · 333 lines · 56 tokens per session scan A d12a1782a689
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.
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…
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…
spring-boot
Spring Boot 3.x - Java framework for production-ready applications with dependency injection, REST APIs, data access, security, and actuator monitoring.
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.
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.
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.