# Send me.txt to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "me-txt",
    "name": "me.txt",
    "source": "tencent",
    "type": "skill",
    "category": "其他",
    "sourceUrl": "https://clawhub.ai/rollsmorr1/me-txt",
    "canonicalUrl": "https://clawhub.ai/rollsmorr1/me-txt",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/me-txt",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=me-txt",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/me-txt"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/me-txt",
    "downloadUrl": "https://openagent3.xyz/downloads/me-txt",
    "agentUrl": "https://openagent3.xyz/skills/me-txt/agent",
    "manifestUrl": "https://openagent3.xyz/skills/me-txt/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/me-txt/agent.md"
  }
}
```
## Documentation

### me.txt — Personal Identity File

me.txt is an open standard for personal identity files. It's a markdown file at a site root (yoursite.com/me.txt) that tells AI agents who someone is.

Spec: https://metxt.org/spec

### When to use this skill

User asks to create a me.txt file
User asks to set up their personal identity file for AI
User wants to add a me.txt to their website
User asks to fetch or look up someone's me.txt

### Creating a me.txt

Generate a me.txt file following this format:

# Full Name

> One-line summary of who you are and what you do

![Full Name](https://example.com/avatar.jpg)  <!-- optional -->

## Now

- Current projects, focus areas, what you're working on

## Skills

- Core competencies and expertise

## Stack

- Technologies, tools, and languages

## Work

- [Project Name](url): Description
- Company Name: Role

## Writing

- [Post Title](url): Description

## Links

- [GitHub](https://github.com/username)
- [X](https://x.com/username)
- [Website](https://example.com)
- [Email](mailto:you@example.com)

## Preferences

- Communication: Async-first, email, GitHub issues, etc.
- Timezone: e.g. US Pacific (UTC-8)
- Response time: e.g. Within 24-48 hours

### Rules

The file MUST start with an H1 (#) containing the person's full name.
A blockquote summary (>) should follow immediately after the H1.
An optional markdown image for avatar goes after the summary, before sections.
Sections use H2 (##). Standard sections: Now, Skills, Stack, Work, Writing, Talks, Links, Preferences, Optional.
Links use markdown format: - [Title](url): Optional description
Keep it concise. Target: under 500 lines, under 2,000 tokens. Ideal: 100-200 lines.
Only include sections that have content. Skip empty sections.
Save the file as me.txt at the project or site root.

### Gathering info

Ask the user for:

Their name and a one-line summary
What they're currently working on (Now)
Their key skills
Notable projects or work
Links (GitHub, X, website, email)
Communication preferences and timezone

If the user has a GitHub profile, offer to pre-fill from it using: npx create-me-txt --github username

### Fetching a me.txt

To look up someone's me.txt, try these URLs in order:

https://domain.com/me.txt
https://domain.com/.well-known/me.txt
https://metxt.org/api/lookup?domain=domain.com (directory fallback)

Or use the CLI: npx create-me-txt then run me-txt fetch domain.com

### Validating a me.txt

Check that the file:

Starts with an H1 name
Has a blockquote summary
Contains at least one H2 section
Uses standard section names where possible
Stays under 2,000 tokens

Or use the CLI: me-txt lint me.txt

### File placement

The me.txt should be served at one of:

https://yoursite.com/me.txt (preferred)
https://yoursite.com/.well-known/me.txt (alternative)

For static site generators, place it in the public/ or static/ directory.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: rollsmorr1
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-23T16:43:11.935Z
- Expires at: 2026-04-30T16:43:11.935Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/me-txt)
- [Send to Agent page](https://openagent3.xyz/skills/me-txt/agent)
- [JSON manifest](https://openagent3.xyz/skills/me-txt/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/me-txt/agent.md)
- [Download page](https://openagent3.xyz/downloads/me-txt)