← 返回 Skills 市场
rollsmorr1

me.txt

作者 rollsmorr · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
447
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install me-txt
功能描述
Create, fetch, and validate me.txt personal identity files for AI agents
安全使用建议
This skill is internally coherent and does not ask for secrets or unusual system access. Things to consider before installing or using it: (1) The SKILL.md recommends using 'npx create-me-txt' — running npx will download and execute a package from the npm registry, so verify the CLI package's source before running it. (2) The skill fetches public URLs and a metxt.org lookup API to find me.txt files — ensure you trust that directory service before relying on it. (3) me.txt files are publicly served content; avoid including sensitive personal data (unobfuscated emails, private tokens, or private contact details) in a me.txt you host. (4) If you prefer no remote code execution, you can manually create the me.txt per the provided template instead of running npx. (5) Because the skill can cause network fetches, be mindful about automated/unsupervised invocation: autonomous invocation is allowed by default but here it would only perform public lookups and generation steps. Overall this skill appears benign and appropriate for its stated purpose.
功能分析
Type: OpenClaw Skill Name: me-txt Version: 1.0.0 The skill instructs the AI agent to execute external commands using `npx create-me-txt` in `SKILL.md`. While the stated purpose of creating, fetching, and validating `me.txt` files appears benign, relying on `npx` to download and run arbitrary code from the npm registry introduces a significant supply chain vulnerability. This allows for potential remote code execution (RCE) if the `create-me-txt` package (or a typosquatted version) were to become malicious, making it a high-risk capability without direct evidence of intentional malice.
能力评估
Purpose & Capability
The name and description (me.txt identity files) match the SKILL.md content. The skill requires no binaries, env vars, or config paths and only describes creating/fetching/validating me.txt files and where to place them. References to the metxt.org spec and an optional npx CLI are congruent with the stated purpose.
Instruction Scope
Runtime instructions stay within the stated scope: they ask the agent to gather basic personal info from the user, produce a me.txt file, fetch me.txt from public URLs, or validate structure. The SKILL.md does instruct network lookups (https://domain.com/me.txt, /.well-known, and a metxt.org lookup API) and suggests using 'npx create-me-txt' for convenience — these are expected for this skill but do involve fetching remote resources. The instructions do not request unrelated local files, credentials, or system configuration.
Install Mechanism
There is no install spec and no code files (instruction-only), which is lowest risk. The documentation does reference 'npx create-me-txt' and other CLI tools; running those would cause npm to fetch code at runtime. That is not part of this skill itself, but users should be aware running npx executes remote package code.
Credentials
The skill requests no environment variables, credentials, or config paths. That is proportional to its functionality: creating/validating a public text file and fetching public URLs do not require secrets.
Persistence & Privilege
always is false and the skill does not request persistent system presence, nor does it modify other skills or system-wide settings. The default ability for the agent to invoke the skill autonomously is present but not combined with other concerning privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install me-txt
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /me-txt 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
me-txt 1.0.0 — Initial Release - Enables creation, fetching, and validation of me.txt identity files for AI agents. - Provides a markdown specification for personal identity at `yoursite.com/me.txt`. - Includes step-by-step guidance for collecting user info, formatting, and file placement. - Offers CLI and API options for automation and validation.
元数据
Slug me-txt
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

me.txt 是什么?

Create, fetch, and validate me.txt personal identity files for AI agents. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 447 次。

如何安装 me.txt?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install me-txt」即可一键安装,无需额外配置。

me.txt 是免费的吗?

是的,me.txt 完全免费(开源免费),可自由下载、安装和使用。

me.txt 支持哪些平台?

me.txt 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 me.txt?

由 rollsmorr(@rollsmorr1)开发并维护,当前版本 v1.0.0。

💬 留言讨论