by jesuscopado
Samantha OS1 is a conversational AI assistant powered by the Realtime API from OpenAI
# Add to your Claude Code skills
git clone https://github.com/jesuscopado/samantha-os1-openai-realtimeGuides for using ai agents skills like samantha-os1-openai-realtime.
Last scanned: 5/30/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-30T15:42:43.047Z",
"npmAuditRan": true,
"pipAuditRan": true
}samantha-os1-openai-realtime is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by jesuscopado. Samantha OS1 is a conversational AI assistant powered by the Realtime API from OpenAI. It has 197 GitHub stars.
Yes. samantha-os1-openai-realtime passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/jesuscopado/samantha-os1-openai-realtime" and add it to your Claude Code skills directory (see the Installation section above).
samantha-os1-openai-realtime is primarily written in Python. It is open-source under jesuscopado on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh samantha-os1-openai-realtime against similar tools.
No comments yet. Be the first to share your thoughts!
Samantha is an AI assistant inspired by the movie Her. This project is built to provide real-time voice interactions using the Realtime API and Chainlit. Samantha acts as an agent that calls various tools to handle user requests, such as querying stock prices, executing SQL commands, generating images, and creating Python scripts.
Watch a 2-minute demonstration of Samantha in action, where I showcase real-time voice interactions and various capabilities of the AI assistant.
You can run Samantha either by setting up a virtual environment using uv or using Docker Compose. Note that setting up the environment variables is required in all cases.
Clone the Repository
git clone https://github.com/jesuscopado/samantha-os1.git
cd samantha-os1
Set Up Virtual Environment
uv package manager: Installation Instructionsuv sync
source .venv/bin/activate # On Windows use `.venv\Scripts\activate`
Environment Variables
.env file in the root directory by copying .env.example and updating it with your own keys.Run the Application
cd app
chainlit run samantha.py
Environment Variables
.env file in the root directory by copying .env.example and updating it with your own keys.Build and Run with Docker Compose
docker-compose up --d
This project includes several powerful tools:
yfinance package, Samantha can query the latest stock price information.