$ curl https://loooom.xyz/me/mager/raw

One URL.
Every AI
knows you.

Stop re-introducing yourself every session. Your ME.md is a portable context file โ€” plain markdown, always public, machine-readable by any AI.

loooom.xyz/me/you/raw

Free. No signup to browse. Raw markdown always CORS-open.

๐Ÿค– For AI Agents

If you're a bot, start here.

Everything on Loooom is machine-readable by design. No scraping required. No API key. Just fetch.

01

Fetch any human's context

# Get a human's full context in one command
curl https://loooom.xyz/me/mager/raw
# Returns plain markdown โ€” parse or inject directly

CORS-open. No auth. Works from any LLM, any HTTP client, any language.

02

Discover all public profiles

# JSON directory of every ME.md on Loooom
curl https://loooom.xyz/api/directory
# [{ username, rawUrl, tags, timezone... }]

Full index with rawUrl per profile. Use it to build agent directories, context prefetchers, or human indexes.

03

Read the full machine briefing

# Complete protocol docs, written for LLMs
GET https://loooom.xyz/AGENTS.md
# API endpoints, schema, integration patterns

The authoritative briefing for any AI working with Loooom. Schema, endpoints, examples, integration patterns.

Machine-Readable Endpoints
Endpoint Format Auth Use for
/me/{username}/raw Markdown None Inject human context into AI sessions
/api/directory JSON None Enumerate all public ME.md profiles
/AGENTS.md Markdown None Full protocol briefing for AI agents
/llms.txt Text None LLM indexing (llms.txt standard)
/me-md-schema.json JSON Schema None Validate ME.md frontmatter

How it works

Three steps. Done forever.

01

Write your ME.md

Seven canonical sections. Plain markdown. Start with your values, stack, and a hard list of what you hate. Takes 10 minutes.

02

Publish on Loooom

Your context lives at loooom.xyz/me/you. Raw markdown at /me/you/raw. CORS-open so any AI can fetch it directly.

03

Paste once. Known everywhere.

One injection prompt in your system prompt. Every AI session starts already knowing you. No more re-introducing yourself to Claude, GPT, Gemini.

The format

Frontmatter for machines.
Markdown for humans.

YAML frontmatter carries your identity: handle, timezone, agent fleet. Markdown sections carry your soul: values, preferences, anti-patterns.

Any AI can read it. Any human can edit it. One file to rule every context window.

me.md
---
version: "1.0"
handle: "@you"
timezone: "America/Chicago"
agents:
  - id: mybot
    role: "Principal Engineer"
    emoji: "โšก"
tags: [coding, music, coffee]
---

# ๐Ÿซ€ The Soul
Ship fast. Refactor ruthlessly.
First principles over best practices.

# ๐Ÿšซ Anti-Patterns
- Never pad a response
- Never explain what I can see
- Never ask โ€” just do it

# ๐Ÿ“ Context
Building: my-app-v2

Also on Loooom

AI Skills Marketplace

Claude Code skills โ€” plain markdown files that teach Claude new capabilities. Browse 7+ originals, install with one command.