# Session Copy

> Duplicate (fork) the current Claude Code session into an independent copy.

- **Type:** Skill
- **Install:** `agentstack add skill-otomata-tech-claude-skills-session-copy`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [otomata-tech](https://agentstack.voostack.com/s/otomata-tech)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [otomata-tech](https://github.com/otomata-tech)
- **Source:** https://github.com/otomata-tech/claude-skills/tree/master/skills/session-copy
- **Website:** https://otomata-tech.github.io/claude-skills/

## Install

```sh
agentstack add skill-otomata-tech-claude-skills-session-copy
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Session Copy

Duplicate a Claude Code session by copying its JSONL transcript with a new UUID. Both sessions then evolve independently from the same point.

## Usage

Run the copy script. Without arguments, it copies the **current session**.

```bash
# Copy current session (auto-detects session ID from $CLAUDE_SESSION_ID or latest .jsonl)
~/.claude/skills/session-copy/scripts/session-copy

# Copy a specific session
~/.claude/skills/session-copy/scripts/session-copy 
```

Output: the new session ID and the `claude --resume ` command to open it.

After running the script, show the user the resume command so they can open the copy.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [otomata-tech](https://github.com/otomata-tech)
- **Source:** [otomata-tech/claude-skills](https://github.com/otomata-tech/claude-skills)
- **License:** MIT
- **Homepage:** https://otomata-tech.github.io/claude-skills/

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-otomata-tech-claude-skills-session-copy
- Seller: https://agentstack.voostack.com/s/otomata-tech
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
