Token导航 LogoToken导航TokenDH.com
开发external-serviceclawhub未标认证来源可访问clear审计提醒

solon-development-skill独奏开发技能

Agent Skill

solon-development-skill 用于辅助安全审计、权限检查和凭据风险排查,适合在 OpenClaw 中需要复核安全边界、认证流程或敏感配置时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,517

周安装

107

GitHub Stars

公开资料未说明

下载量

882
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install solon-development-skill

简介

提供 Solon 框架下 Java 应用开发的全面专业知识。

  • 涵盖核心概念、网络与数据处理、安全及 AI 集成。
  • 适合流程编排与企业级服务开发场景。
  • 安装命令:openclaw skills install solon-development-skill。
  • 使用前请确认项目依赖与维护状态。solon-development-skill 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
solon-development-skill
description
Specialized knowledge for developing Java applications with the Solon framework. Covers core concepts, web, data, security, remoting, AI, flow orchestration, cloud-native, testing, and more. Solon is an independent Java enterprise framework (NOT based on Spring) with its own annotation system, IoC/AOP container, and plugin ecosystem.

Solon Development Skill

Provide expert guidance for building Java applications with the Solon framework. Solon is an independent, full-scenario Java enterprise application development framework — it is NOT compatible with Spring and has its own architecture, annotations, and ecosystem built from scratch.

Official website: https://solon.noear.org GitHub: https://github.com/opensolon/solon License: Apache 2.0 JDK support: Java 8 ~ 25, GraalVM Native Image Current version: 3.10.x

Critical Rules

  1. Solon is NOT Spring. Never mix Spring annotations (@Autowired, @SpringBootApplication, @RestController, @RequestMapping, @Service, @Repository, @Value, @ComponentScan, etc.) into Solon code. Solon has its own complete annotation set.
  2. No Spring dependencies. Never include spring-boot-starter-*, spring-*, or any Spring artifact in Solon projects. Solon uses org.noear group ID.
  3. Configuration file is app.yml (or app.properties), NOT application.yml.
  4. Entry point is Solon.start(App.class, args), NOT SpringApplication.run().
  5. All examples must target version 3.10.0 unless the user specifies otherwise.
  6. Parent POM is solon-parent with groupId=org.noear.
  7. 中文支持. When the user communicates in Chinese, all responses and code comments must be in Chinese.

Scene Navigation

根据用户场景,读取对应的 reference 文件获取详细信息。

基础与核心

ScenarioReference FileGrep Keywords
项目初始化 / Maven 配置 / 构建 / 部署 / AOT / Native Imagereferences/quick_start.mdpom.xml, Solon.start, solon-maven-plugin, solon-aot, native-image
注解对照 / IoC 容器 / 配置系统 / 插件SPI / SnEL表达式 / Spring对比references/core_concepts.md@Inject, @Configuration, app.yml, SnEL, SpiLoader, Spring
依赖选择 (web/lib) / 模块列表 / 序列化 / 视图 / 数据访问 / ORMreferences/modules_reference.mdsolon-web, solon-lib, SqlUtils, MyBatis
注解完整参考 / 配置文件属性参考references/api_annotations.md@Mapping, @Bean, @Param, server.port

Web 开发

ScenarioReference FileGrep Keywords
REST API / MVC / WebSocket / EventBus / Filter / 拦截器 / 定时任务references/common_patterns.md@Controller, @Component, Filter, WebSocket, EventBus, @Mapping, @Scheduled
SSE 服务端推送 / Reactive 响应式 / I18n 国际化references/web_advanced.mdSseEmitter, Flux, Mono, solon-web-sse, solon-web-rx, I18nUtil

安全

ScenarioReference FileGrep Keywords
认证 / 鉴权 / CORS 跨域 / 角色权限 / 参数校验 / 配置加密references/security.mdAuthAdapter, AuthProcessor, @CrossOrigin, @AuthPermissions, @AuthRoles, solon-security

数据与通信

ScenarioReference FileGrep Keywords
RPC 调用 / Nami 声明式客户端 / Socket.D 双向通信 / 负载均衡references/remoting.md@NamiClient, @Remoting, Socket.D, LoadBalance, ClientSession

运维与可观测

ScenarioReference FileGrep Keywords
日志配置 / 自定义添加器 / 日志持久化 / Slf4jreferences/logging.mdsolon-logging, AppenderBase, PersistentAppenderBase, logback

测试

ScenarioReference FileGrep Keywords
单元测试 / 集成测试 / HTTP 接口测试 / Mockreferences/testing.md@SolonTest, HttpTester, @Rollback, @Import, mockito

云原生 / 微服务

ScenarioReference FileGrep Keywords
配置中心 / 注册发现 / 事件总线 / 分布式定时任务 / 文件存储 / 熔断 / 网关 / 链路追踪 / 分布式锁references/cloud_native.mdnacos, kafka, minio, xxl-job, CloudClient, @CloudJob, @CloudEvent, CloudGateway

AI 开发

ScenarioReference FileGrep Keywords
ChatModel / Tool Call / RAG / MCP / Agent / AI UI / Harness / ACP / A2Areferences/ai_development.mdChatModel, RAG, MCP, ReActAgent, AiSdkStreamWrapper, HarnessEngine, ACP, A2A

流程编排

ScenarioReference FileGrep Keywords
Flow 流程编排 (规则引擎 / 工作流 / 状态机 / 图编排)references/flow_orchestration.mdFlowEngine, FlowContext, Graph, YAML, StateMachine

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

91.6%
按下载量换算808

安全审计

VirusTotal

未展示

ClawScan

通过

Static analysis

可疑

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

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

来源信息

继续浏览同类 Skills