← Back to Skills Marketplace
447
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install me-txt
Description
Create, fetch, and validate me.txt personal identity files for AI agents
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install me-txt - After installation, invoke the skill by name or use
/me-txt - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is me.txt?
Create, fetch, and validate me.txt personal identity files for AI agents. It is an AI Agent Skill for Claude Code / OpenClaw, with 447 downloads so far.
How do I install me.txt?
Run "/install me-txt" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is me.txt free?
Yes, me.txt is completely free (open-source). You can download, install and use it at no cost.
Which platforms does me.txt support?
me.txt is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created me.txt?
It is built and maintained by rollsmorr (@rollsmorr1); the current version is v1.0.0.
More Skills