The goal of this skill is to teach your AI agent to use image generation, text generation, and text to speech locally.
- Run
claude "Which skills can you see?" --model sonnet. You should see a list of skills that should not include anythink related to local LLM usage. - Make sure there is no
AGENTS.mdfile on your local folder.
- Install the skill with the
skillsCLI:
npx skills add amd/skills --skill local-ai-use --agent claude-code- Run
claude "Which skills can you see?" --model sonnet. You should see a list of skills that includeslocal-ai-use.
Open Claude and run the prompt:
Learn how to do image generation locally
Followed by
Generate the image of a cat
Claude should install Lemonade locally on your device and allow you to generate images locally after the first setup run.
The local-ai-use can also help you with text to speech and speech to text locally. Simply ask claude for help there.
Remove the added skills from .claude/skills/ and rerun the experiment above. This should lead to a high variance in execution length and token usage.
- Model being successful after significant token usage.
- Model providing a knowledge article instead of actually learning how to do it.
- Model attempting to come up with a custom strategy to generate images locally, resulting in very low-quality assets.