yulan-mini

Generate song lyrics, audio prompts, and chat completions via a llama.cpp server.

9|1|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/diskrotrepo/studio --skill yulan-mini
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: yulan-mini
Source: https://github.com/diskrotrepo/studio/tree/main/.claude/skills/yulan-mini
Command: npx skills add https://github.com/diskrotrepo/studio --skill yulan-mini

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides on-device text generation capabilities, enabling users to create song lyrics, audio prompts, and engage in free-form chat without relying on external cloud services.

Core Features & Use Cases

  • Lyrics Generation: Describe a song and get lyrics generated.
  • Audio Prompt Creation: Generate descriptive text for music generation models.
  • Chat Completions: Engage in general text-based conversations.
  • Use Case: A songwriter can use this skill to brainstorm lyrics for a new track by providing a theme and genre.

Quick Start

Use the yulan-mini skill to generate song lyrics for "A melancholic ballad about leaving home".

Frequently Asked Questions about yulan-mini

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate song lyrics locally without an internet connection?

To generate song lyrics locally, you need a running llama-server instance accessible at a configured API URL. The skill uses the YuLan-Mini LLM to provide offline text generation, creating lyrics based on your described theme and genre.

Can I use local LLM text generation for creating audio style prompts?

Yes, you can use this local LLM text generation to create audio style prompts. By running the YuLan-Mini model offline, you can generate the descriptive text needed to guide your music generation workflows.

Do I need a llama-server instance to use offline chat completions?

Yes, you must have a running llama-server instance accessible at a configured API URL to use offline chat completions. The skill connects to this local server to process your free-form conversations without external cloud dependencies.

What is the best way to run an offline LLM for general text-based conversations?

The best way to run an offline LLM for general text-based conversations is using a local server like llama.cpp. This skill leverages a configured llama-server API URL to enable on-device chat completions with the YuLan-Mini model.

Does local text generation via llama.cpp work without cloud services?

Yes, local text generation via llama.cpp works entirely without cloud services. By hosting the YuLan-Mini LLM on your own device, all chat completions and lyrics generation processes occur offline to ensure data privacy.