me-txt for Openclaw

A standardized personal identity protocol that allows AI agents to understand your persona, work, and preferences via a simple markdown file.

rollsmorr1
v1.0.0
Feb 26, 2026
0
1.1k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install me-txt

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install me-txt using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is me-txt?

The me-txt skill implements an open standard for personal identity files designed specifically for the era of AI agents. By placing a me.txt file at your website's root, you provide a machine-readable yet human-friendly manifest of your professional persona. This skill allows users of Openclaw Skills to programmatically manage these files, ensuring AI agents have immediate context about their goals, technical stack, and communication preferences.

At its core, me-txt acts as a digital business card for the agentic web. Instead of agents scraping fragmented social profiles, they can consult a single, validated source of truth on your own domain to understand your current projects and expertise. This streamlines interactions and ensures that AI assistants have the most up-to-date and accurate information about you.

me-txt Use Cases

  • Establish a personal identity file that AI agents can consume to understand your professional background.
  • Automate the creation of a me.txt file using existing GitHub profile data for rapid setup.
  • Programmatically fetch and parse the identity profiles of colleagues or collaborators via their domain names.
  • Validate existing identity files against the official specification to ensure full compatibility with modern agentic tools.

How me-txt Works

  1. Gather essential user data including full name, core summary, and current focus areas.
  2. Generate a standards-compliant Markdown file with specific H1 and H2 header structures as defined in the spec.
  3. Optionally pre-fill profile data by pulling from external sources like GitHub using the integrated CLI.
  4. Deploy the file to a public-facing domain root or the .well-known directory for global accessibility.
  5. Enable agents to discover the file through a standardized lookup sequence or the me-txt API fallback directory.

me-txt Setup

To get started with this skill and integrate it into your Openclaw Skills workflow, use the official CLI tool to bootstrap your identity file. Run the following commands in your project root:

# Run the creator tool to build your profile
npx create-me-txt

# Or pre-fill using your GitHub username for speed
npx create-me-txt --github yourusername

# Validate your file structure and content
me-txt lint me.txt

Once generated, ensure your file is served at https://yourdomain.com/me.txt or https://yourdomain.com/.well-known/me.txt.

me-txt Data Schema & Taxonomy

The me-txt standard follows a strict hierarchical Markdown structure to ensure high-fidelity parsing by LLMs. Here is the primary data organization utilized by Openclaw Skills:

Element Type Requirement Description
H1 Header Markdown Required The person's full professional name
Blockquote Text Required A one-line summary of role and mission (immediately follows H1)
Image Markdown Optional URL to a profile avatar
H2 Sections Headers Required Standardized categories like Now, Skills, Stack, Work, Writing, and Links
Preferences List Recommended Details on communication styles, timezone, and response expectations

me-txt Advanced Features

  • GitHub profile synchronization to instantly convert social data into the me-txt identity format.
  • Automated linting via the CLI to ensure 100% compliance with the official markdown specification.
  • Multi-stage discovery logic that sequentially checks root directories, .well-known paths, and the metxt.org API directory.
  • Token-efficient file generation optimized for AI context windows, typically staying between 100-200 lines.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*