Skip to main content

Anthropic Skills / Claude tool_use

Enact workflows are the governed implementation of Anthropic skills. The mapping is 1:1: Instead of Claude calling your skill directly:
Register enact.run as the tool:
Claude can’t tell the difference. You added a governance layer without changing Claude’s behavior.

MCP (Model Context Protocol)

Anthropic’s Model Context Protocol is the open standard for connecting AI models to tools and data sources. Each Enact workflow maps to one MCP tool.
Every MCP tool call now gets a signed receipt. Every block gets logged. Every run is rollback-able.

LangChain

CrewAI

OpenAI function_calling

Semantic Kernel

An Enact workflow is a Semantic Kernel skill, hardened:

Summary

In every case: your agent’s prompting and reasoning stay exactly as-is. You’re adding a governance layer between intent and execution.