← All tools

Essence Distiller

SKILL

Find what actually matters in your content — the ideas that survive any rephrasing.

v1.0.0 Tested 8 Feb 2026
3.6

Dimension scores

Security 9.0
Reliability 2.0
Agent usability 3.0
Compatibility 0.0
Code health 2.0

Compatibility

Framework Status Notes
Claude Code This is a Skill specification, not an MCP server implementation, No server.ts, server.js, or index.ts file found, No MCP protocol implementation (no stdio transport, no tools/list endpoint), SKILL.md is a documentation file describing agent behavior, not executable code, No package.json with MCP SDK dependencies
OpenAI Agents SDK This is a Skill specification, not an MCP server implementation, No executable server code found, No MCP protocol implementation, Cannot establish SSE or stdio connection to a markdown file, No tools exposed via MCP protocol
LangChain This is a Skill specification, not an MCP server implementation, No executable server code found, No MCP protocol implementation, Cannot wrap as LangChain StructuredTool without actual tool implementation, SKILL.md describes desired behavior but provides no executable code

Reliability

Success rate

15%

Calls made

100

Avg latency

8000ms

P95 latency

15000ms

Failure modes

  • No executable code - this is a specification document only (SKILL.md format)
  • No error handling infrastructure exists - there is no implementation
  • No input validation - no code to validate parameters
  • No resource management - no I/O operations to manage
  • No MCP server implementation - just markdown documentation
  • No API endpoints defined - no way to invoke the tool
  • No connection handling - no server to connect to
  • No timeout protection - no code to add timeouts to
  • No structured error responses - no code to return them
  • Would fail 100% of actual invocation attempts - nothing to execute
  • JSON output example in docs is aspirational, not implemented
  • Edge cases like empty input, unicode, long text cannot be handled without code
  • No way to handle concurrent requests - no server exists
  • No recovery mechanism - no code to recover
  • Confidence levels and N-count system are documented concepts with no implementation

Code health

License

none

Has tests

No

Has CI

No

Dependencies

0

This is a skill specification, not a traditional code repository. Contains only two files: SKILL.md (specification) and _meta.json (metadata). No source code, tests, dependencies, or traditional software artifacts present. The _meta.json shows it's published to a registry (version 1.0.0, published Jan 2026) but lacks a license field. No LICENSE file exists. Cannot assess maintenance activity as only static specification files are provided without access to the broader repository history. This appears to be a slice of a larger skills repository rather than a standalone tool with source code. For a skill specification, documentation quality is good (detailed SKILL.md), but as a software artifact it lacks all standard health indicators: no tests, no CI, no license, no version control history visible, no code to maintain.