examples
Ready-to-run Spring AI Alibaba examples for building Java AI apps
All Skills in This Repository (6)
Pure Emerald Level Indicatorsskill-creator
Guides creation, initialization, and validation of agent skill packages with SKILL.md frontmatter.
http-generate
Generate .http request samples from Spring controller mappings.
readme-generate
Generate README.md documentation for Spring Boot modules from source analysis.
skill-creator
Create and package Claude Skills using Python scripts and templates.
arxiv-search
Search arXiv for scholarly papers by query and return formatted titles and summaries.
web-research
Plan and execute web research with subagent delegation and synthesized reports.
Frequently Asked Questions
FAQPage SchemaHow to install Spring AI Alibaba Examples?βΌ
Run `npx skills add spring-ai-alibaba/examples --all -g -y` in your terminal to install all skills in this suite globally.
What can I build with Spring AI Alibaba examples?βΌ
You can build chatbots, RAG knowledge bases, AI agents, tool-calling apps, and multimodal image or video services using ready-made Spring Boot modules.
How do I run an example module?βΌ
Set your API key such as AI_DASHSCOPE_API_KEY, enter the module directory, and run `mvn spring-boot:run`. Some RAG examples also need Docker services like Redis or PostgreSQL.
Does it work with Claude Code and other AI agents?βΌ
Yes. The included SKILL.md files follow the universal skill standard and work with Claude Code, Cursor, and other compatible agents.
Can it generate API docs and test requests automatically?βΌ
Yes. The bundled http-generate and readme-generate skills scan Spring controllers and produce .http request files and README documentation automatically.
Related Repositories in Software Engineering
View All in Software Engineeringβopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core