{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/me-txt",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=me-txt",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/me-txt",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "me.txt — Personal Identity File",
        "body": "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.\n\nSpec: https://metxt.org/spec"
      },
      {
        "title": "When to use this skill",
        "body": "User asks to create a me.txt file\nUser asks to set up their personal identity file for AI\nUser wants to add a me.txt to their website\nUser asks to fetch or look up someone's me.txt"
      },
      {
        "title": "Creating a me.txt",
        "body": "Generate a me.txt file following this format:\n\n# Full Name\n\n> One-line summary of who you are and what you do\n\n![Full Name](https://example.com/avatar.jpg)  <!-- optional -->\n\n## Now\n\n- Current projects, focus areas, what you're working on\n\n## Skills\n\n- Core competencies and expertise\n\n## Stack\n\n- Technologies, tools, and languages\n\n## Work\n\n- [Project Name](url): Description\n- Company Name: Role\n\n## Writing\n\n- [Post Title](url): Description\n\n## Links\n\n- [GitHub](https://github.com/username)\n- [X](https://x.com/username)\n- [Website](https://example.com)\n- [Email](mailto:you@example.com)\n\n## Preferences\n\n- Communication: Async-first, email, GitHub issues, etc.\n- Timezone: e.g. US Pacific (UTC-8)\n- Response time: e.g. Within 24-48 hours"
      },
      {
        "title": "Rules",
        "body": "The file MUST start with an H1 (#) containing the person's full name.\nA blockquote summary (>) should follow immediately after the H1.\nAn optional markdown image for avatar goes after the summary, before sections.\nSections use H2 (##). Standard sections: Now, Skills, Stack, Work, Writing, Talks, Links, Preferences, Optional.\nLinks use markdown format: - [Title](url): Optional description\nKeep it concise. Target: under 500 lines, under 2,000 tokens. Ideal: 100-200 lines.\nOnly include sections that have content. Skip empty sections.\nSave the file as me.txt at the project or site root."
      },
      {
        "title": "Gathering info",
        "body": "Ask the user for:\n\nTheir name and a one-line summary\nWhat they're currently working on (Now)\nTheir key skills\nNotable projects or work\nLinks (GitHub, X, website, email)\nCommunication preferences and timezone\n\nIf the user has a GitHub profile, offer to pre-fill from it using: npx create-me-txt --github username"
      },
      {
        "title": "Fetching a me.txt",
        "body": "To look up someone's me.txt, try these URLs in order:\n\nhttps://domain.com/me.txt\nhttps://domain.com/.well-known/me.txt\nhttps://metxt.org/api/lookup?domain=domain.com (directory fallback)\n\nOr use the CLI: npx create-me-txt then run me-txt fetch domain.com"
      },
      {
        "title": "Validating a me.txt",
        "body": "Check that the file:\n\nStarts with an H1 name\nHas a blockquote summary\nContains at least one H2 section\nUses standard section names where possible\nStays under 2,000 tokens\n\nOr use the CLI: me-txt lint me.txt"
      },
      {
        "title": "File placement",
        "body": "The me.txt should be served at one of:\n\nhttps://yoursite.com/me.txt (preferred)\nhttps://yoursite.com/.well-known/me.txt (alternative)\n\nFor static site generators, place it in the public/ or static/ directory."
      }
    ],
    "body": "me.txt — Personal Identity File\n\nme.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.\n\nSpec: https://metxt.org/spec\n\nWhen to use this skill\nUser asks to create a me.txt file\nUser asks to set up their personal identity file for AI\nUser wants to add a me.txt to their website\nUser asks to fetch or look up someone's me.txt\nCreating a me.txt\n\nGenerate a me.txt file following this format:\n\n# Full Name\n\n> One-line summary of who you are and what you do\n\n![Full Name](https://example.com/avatar.jpg)  <!-- optional -->\n\n## Now\n\n- Current projects, focus areas, what you're working on\n\n## Skills\n\n- Core competencies and expertise\n\n## Stack\n\n- Technologies, tools, and languages\n\n## Work\n\n- [Project Name](url): Description\n- Company Name: Role\n\n## Writing\n\n- [Post Title](url): Description\n\n## Links\n\n- [GitHub](https://github.com/username)\n- [X](https://x.com/username)\n- [Website](https://example.com)\n- [Email](mailto:you@example.com)\n\n## Preferences\n\n- Communication: Async-first, email, GitHub issues, etc.\n- Timezone: e.g. US Pacific (UTC-8)\n- Response time: e.g. Within 24-48 hours\n\nRules\nThe file MUST start with an H1 (#) containing the person's full name.\nA blockquote summary (>) should follow immediately after the H1.\nAn optional markdown image for avatar goes after the summary, before sections.\nSections use H2 (##). Standard sections: Now, Skills, Stack, Work, Writing, Talks, Links, Preferences, Optional.\nLinks use markdown format: - [Title](url): Optional description\nKeep it concise. Target: under 500 lines, under 2,000 tokens. Ideal: 100-200 lines.\nOnly include sections that have content. Skip empty sections.\nSave the file as me.txt at the project or site root.\nGathering info\n\nAsk the user for:\n\nTheir name and a one-line summary\nWhat they're currently working on (Now)\nTheir key skills\nNotable projects or work\nLinks (GitHub, X, website, email)\nCommunication preferences and timezone\n\nIf the user has a GitHub profile, offer to pre-fill from it using: npx create-me-txt --github username\n\nFetching a me.txt\n\nTo look up someone's me.txt, try these URLs in order:\n\nhttps://domain.com/me.txt\nhttps://domain.com/.well-known/me.txt\nhttps://metxt.org/api/lookup?domain=domain.com (directory fallback)\n\nOr use the CLI: npx create-me-txt then run me-txt fetch domain.com\n\nValidating a me.txt\n\nCheck that the file:\n\nStarts with an H1 name\nHas a blockquote summary\nContains at least one H2 section\nUses standard section names where possible\nStays under 2,000 tokens\n\nOr use the CLI: me-txt lint me.txt\n\nFile placement\n\nThe me.txt should be served at one of:\n\nhttps://yoursite.com/me.txt (preferred)\nhttps://yoursite.com/.well-known/me.txt (alternative)\n\nFor static site generators, place it in the public/ or static/ directory."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/rollsmorr1/me-txt",
    "publisherUrl": "https://clawhub.ai/rollsmorr1/me-txt",
    "owner": "rollsmorr1",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}