Episode Start

🌐Community
by d-o-hub · vlatest · Repository

This skill instantly begins a new podcast episode, streamlining your workflow and saving you time on manual setup.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add episode-start npx -- -y @trustedskills/episode-start
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "episode-start": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/episode-start"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The episode-start skill initializes a new episode in a self-learning memory system. It creates an empty episode with a unique identifier, sets the initial state of the environment, and prepares for data collection during the episode's execution. This allows the agent to track progress and learn from each distinct interaction or task.

When to use it

  • Beginning a new training run: Before starting a series of interactions designed to improve an AI agent’s performance.
  • Simulating discrete tasks: To isolate learning within specific scenarios, like navigating a maze or completing a puzzle.
  • Resetting after failure: To provide the agent with a fresh start after encountering a problem or reaching a dead end.
  • Evaluating different strategies: When comparing the effectiveness of various approaches in controlled environments.

Key capabilities

  • Creates new episodes
  • Assigns unique episode identifiers
  • Initializes environment state for each episode

Example prompts

  • "Start a new episode."
  • "Begin a fresh training session, create an episode."
  • "Initialize the environment and start a new episode with ID 'episode_1'."

Tips & gotchas

The skill requires a properly configured self-learning memory system for it to function correctly. Ensure that the underlying infrastructure is ready to receive and process the newly created episodes and their associated data.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
d-o-hub
Installs
9

🌐 Community

Passed automated security scans.