Create Evlog Enricher

🌐Community
by hugorcd · vlatest · Repository

Automatically generates and enriches employee exit logs with sentiment analysis and key theme extraction from feedback.

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 create-evlog-enricher npx -- -y @trustedskills/create-evlog-enricher
2

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

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

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

About This Skill

The create-evlog-enricher skill enables AI agents to generate and enhance Evlog entries, a format used for logging events and state changes. It allows agents to structure unstructured data into standardized logs that can be easily parsed or visualized within the Evlog ecosystem.

When to use it

  • Transforming raw agent interaction logs into structured Evlog formats for better auditability.
  • Enriching simple event records with additional metadata like timestamps, tags, or context summaries.
  • Preparing log data for integration with downstream tools that rely on the Evlog specification.
  • Automating the creation of historical state snapshots for complex workflow tracking.

Key capabilities

  • Generates valid Evlog entries from provided input data.
  • Enriches existing logs with structured context and metadata.
  • Formats output to adhere to Evlog standards for compatibility.

Example prompts

  • "Create an Evlog entry summarizing the agent's decision-making process during the last troubleshooting session."
  • "Enrich this raw event log with timestamps, severity levels, and relevant tags based on the context provided."
  • "Generate a structured Evlog record for the completion of task ID 12345, including all intermediate steps taken."

Tips & gotchas

Ensure your input data contains sufficient detail to allow meaningful enrichment; sparse inputs may result in generic or incomplete logs. Verify that the generated Evlog format aligns with any specific version requirements of your downstream processing tools.

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
hugorcd
Installs
187

🌐 Community

Passed automated security scans.