Your Personal AI Infrastructure is ready. Here's how to get started and learn the system.
Your assistant creates visual content here. Bookmark these URLs on your host machine.
Open Claude Code in the terminal and try these prompts. Your assistant will create something and give you a URL to view the result.
Click through these pages to understand what your assistant is made of. Every skill and agent definition is readable — PAI is open by design.
Want to create your own skill? Open the Skills Catalog and click on CreateSkill. That's the skill that teaches your assistant how to build new skills. You can ask your assistant: "Create a skill for [whatever you want]" and it will follow that blueprint.
PAI is built on a few core concepts. Understanding these will help you get more out of your assistant.
SKILL.md file that defines what it does and when it activates. Skills can have workflows (multi-step procedures) and tools (scripts). Your assistant loads the right skills automatically based on what you ask. Browse them all.
Portal pages: When your assistant creates something visual (a report, dashboard, or styled page), it writes it to ~/portal/ and gives you a URL. Open it in your browser.
File exchange: Need to give your assistant a file? Drag it into the Exchange page. Need a file from your assistant? It will put it in the exchange and tell you.
Clipboard: When your assistant writes text you need to copy (an email, a message, a code snippet), it puts it on the Clipboard page with a one-click copy button.
Be specific. "Make me a budget spreadsheet with columns for date, description, amount, and category" works better than "help with my budget."
Iterate. Your assistant learns from the conversation. If something isn't right, tell it what to change. It keeps the full context.
Data stays local. Everything on this VM is only accessible from your local network. Nothing is shared publicly unless you specifically ask.
Explore the source. Every skill, agent, and hook is a readable text file. Ask your assistant to show you any of them. Understanding the system helps you use it better.