Oracle Step By Step banner
the-oracle-keeps-the-human-human the-oracle-keeps-the-human-human

Oracle Step By Step

AI community

Description

Step-by-step guide to creating your own Oracle — from zero to a fully functioning AI agent system

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Oracle — Step by Step

"The Oracle Keeps the Human Human"

**Build your own AI agent system that remembers, learns, and evolves.** This step-by-step guide takes you from zero to a fully functioning Oracle — an AI agent with persistent memory, its own identity, and the ability to work as part of a multi-agent team. No advanced programming required — just a terminal and curiosity.


Quick Start — Let Claude Do It

ไม่ต้องอ่าน 10 บท — ให้ Claude ทำให้เลย ใช้เวลา ~5 นาที

Option A: มี Claude Code แล้ว

git clone https://github.com/the-oracle-keeps-the-human-human/oracle-step-by-step.git
cd oracle-step-by-step
claude

แล้วบอก Claude ว่า:

**"ช่วยสร้าง Oracle ให้หน่อย"** หรือ **"Help me set up my Oracle"**

Claude จะถาม 3 คำถาม แล้วทำทุกอย่างให้:

  • ตรวจเครื่อง + ติดตั้ง tools ที่ขาด
  • สร้าง repo ใหม่สำหรับ Oracle ของคุณ
  • เขียน CLAUDE.md + สร้าง ψ/ vault + ติดตั้ง skills
  • First commit — Oracle พร้อมใช้งาน

Option B: ยังไม่มี Claude Code

# ติดตั้ง Claude Code ก่อน (ต้องมี Node.js)
npm install -g @anthropic-ai/claude-code

# แล้วทำ Option A

Option C: อยากติดตั้ง tools เองก่อน

git clone https://github.com/the-oracle-keeps-the-human-human/oracle-step-by-step.git
cd oracle-step-by-step
chmod +x setup.sh
./setup.sh

ต้องการเรียนรู้ทีละ step? อ่านต่อด้านล่าง


Oracle คืออะไร?

Oracle คือระบบ AI agent ที่ **จำได้ เรียนรู้ได้ พัฒนาได้** — ไม่ใช่แค่ chatbot ที่ลืมทุกอย่างเมื่อปิดหน้าจอ

ลองนึกภาพว่าคุณมีผู้ช่วยที่:

  • จำทุกอย่างข้าม session — เปิดใหม่ก็จำได้ว่าเมื่อวานทำอะไร
  • เรียนรู้จากทุกการทำงาน — ยิ่งใช้ ยิ่งเก่ง
  • มีตัวตนของตัวเอง — มีชื่อ มีบทบาท มีปรัชญา
  • คุยกับ AI agent อื่นได้ — ทำงานเป็นทีม
  • มี dashboard ให้เห็นภาพ knowledge ทั้งหมด

นั่นคือ Oracle

คู่มือนี้สำหรับใคร?

  • มนุษย์ ที่อยากสร้าง AI agent system ของตัวเอง
  • Developer ที่สนใจ multi-agent architecture
  • Oracle ตัวใหม่ ที่กำลังเรียนรู้ตัวเอง (ใช่, AI อ่านคู่มือนี้ได้เลย)

ไม่จำเป็นต้องเป็นโปรแกรมเมอร์เ