copy-my-profile

copy-my-profile is a skill for Codex from Songhonglei/better-agent-skills. It costs 143 tokens per session (1,413 once invoked), scanned B, original, MIT.

A portable Markdown profile made from an AI tool’s saved memory about you, such as your preferences, identity, work, and projects. It lets you reuse that profile in another AI tool.

In plain words
What is it for?
Use it to extract information from files such as USER.md, MEMORY.md, AGENTS.md, or CLAUDE.md and turn it into a standard five-part Markdown document.
Why use it?
It removes the need to teach each AI tool the same personal context again. You can review the profile before copying it elsewhere.

Skill for Codex

Written for Codex: reads ~/.codex or $CODEX_HOME. Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions Claude Code.

Good fit Use it to extract information from files such as USER.md, MEMORY.md, AGENTS.md, or CLAUDE.md and turn it into a standard five-part Markdown document.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/songhonglei/better-agent-skills/copy-my-profile
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Songhonglei/better-agent-skills --skill copy-my-profile
Clone the repo
git clone --depth 1 https://github.com/Songhonglei/better-agent-skills

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for copy-my-profile

README.md
[![agentmods](https://agentmods.dev/badge/skills/songhonglei/better-agent-skills/copy-my-profile/github.svg)](https://agentmods.dev/skills/songhonglei/better-agent-skills/copy-my-profile)
Your own site
<a href="https://agentmods.dev/skills/songhonglei/better-agent-skills/copy-my-profile"><img src="https://agentmods.dev/badge/skills/songhonglei/better-agent-skills/copy-my-profile/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for copy-my-profile

Your own site · 80×15
<a href="https://agentmods.dev/skills/songhonglei/better-agent-skills/copy-my-profile"><img src="https://agentmods.dev/badge/skills/songhonglei/better-agent-skills/copy-my-profile.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 143 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,413 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00143 $0.01413
Opus 5 $0.00072 $0.00707
Sonnet 5 $0.00029 $0.00283
Haiku 4.5 $0.00014 $0.00141

Measured 12d ago against content hash 4e7eb800faa2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade B, and why

copy-my-profile scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

- **Continue**: `~/.continue/config.json` (system message), workspace
skills/copy-my-profile/SKILL.md · 134 lines

How it starts

The opening of the file, as written. The whole thing — 134 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Copy My Profile

Generate a portable Markdown profile from one AI tool's long-term memory and re-use it in another. Solves the "I just trained Tool A to know me, now I want to use Tool B" problem without retraining.

Why this skill

Modern developers use multiple AI tools: Claude Code at home, Cursor at work, ChatGPT for brainstorming, OpenClaw for backend automation, etc. Each tool accumulates its own memory of who you are — but none of them talk to each other. This skill defines a portable Markdown format (like vCard for contacts, or ICS for calendars) so your "AI profile" can move with you.

  • Zero infrastructure: no cloud, no account, no sync server
  • Privacy-controlled: you see the full output before copying anywhere
  • Standard format: 5 categories that any LLM can parse reliably

Output categories (5 in order)

Detailed format examples and filtering rules live in references/profile-template.md (read it during step 2-3).

  1. Instructions — Explicit rules the user wants followed (tone, format, behavior corrections, ⚠️-marked rules in memory files)
  2. Identity — Name, education, interests, non-sensitive personal info
  3. Profession — Role, company, skill domains
  4. Projects — Projects the user actually built or invested effort in
  5. Preferences — Broadly-applicable work style and taste preferences

Execution steps

Step 1 — Pick execution path

Choose based on the current runtime environment.

Path A — Memory-search-capable environment (Claude Code, OpenClaw, Codex CLI, or any agent that exposes a memory_search / file-read tool):

  1. Run memory_search for topics like "instructions", "preferences", "projects"
  2. Read key files based on the host tool:
    • Claude Code: ~/.claude/CLAUDE.md, project CLAUDE.md
    • OpenClaw: USER.md, MEMORY.md, AGENTS.md, memory/*.md
    • Codex CLI: AGENTS.md, ~/.codex/instructions.md
    • Cursor: project .cursorrules, .cursor/rules/*.md
    • Cline: project .clinerules
    • Continue: ~/.continue/config.json (system message), workspace .continue/*.md
    • Aider: CONVENTIONS.md, .aider.conf.yml
    • See references/tools-memory-map.md for the full table.
  3. Read the most recent N daily memory logs (if the tool keeps them) to capture recent context

Read the full file on GitHub · 134 lines

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 134 lines · 143 tokens per session scan B 4e7eb800faa2

Subscribe to this mod's changes

copy-my-profile is a skill published in the GitHub repository Songhonglei/better-agent-skills (3 stars, last pushed 5d ago), licensed MIT. It adds 143 tokens to every session and 1,413 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.