Token导航 LogoToken导航TokenDH.com
效率需要联网clawhub未标认证来源可访问clear审计提醒

me-txt我.txt

Agent Skill

me-txt 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

14,115

周安装

571

GitHub Stars

公开资料未说明

下载量

4,431
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:me-txt(我.txt)
来源仓库:https://github.com/rollsmorr1/me-txt
安装命令:
openclaw skills install me-txt
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install me-txt

简介

创建、获取和验证个人AI代理的身份文件me.txt,建立统一人设。

  • 在OpenClaw中帮助Agent保持行为一致性与上下文记忆连贯性。
  • 支持多技能间的身份继承与偏好传递,提升协作体验。
  • 安装命令:openclaw skills install me-txt
  • 建议定期更新me.txt内容并备份以防意外丢失

SKILL.md

name
me-txt
description
Create, fetch, and validate me.txt personal identity files for AI agents
metadata
{"openclaw": {"emoji": "👤", "homepage": "https://metxt.org"}}

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

  1. The file MUST start with an H1 (#) containing the person's full name.
  2. A blockquote summary (>) should follow immediately after the H1.
  3. An optional markdown image for avatar goes after the summary, before sections.
  4. Sections use H2 (##). Standard sections: Now, Skills, Stack, Work, Writing, Talks, Links, Preferences, Optional.
  5. Links use markdown format: - [Title](url): Optional description
  6. Keep it concise. Target: under 500 lines, under 2,000 tokens. Ideal: 100-200 lines.
  7. Only include sections that have content. Skip empty sections.
  8. 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:

  1. https://domain.com/me.txt
  2. https://domain.com/.well-known/me.txt
  3. 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.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

91.65%
按下载量换算4,061

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

未展示

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills