# SkillInvocationEnvelope

> **Class** in `deepagents_cli`

📖 [View in docs](https://reference.langchain.com/python/deepagents-cli/skills/invocation/SkillInvocationEnvelope)

Structured prompt and checkpoint metadata for a skill invocation.

## Signature

```python
SkillInvocationEnvelope(
    self,
    prompt: str,
    message_kwargs: dict[str, Any],
)
```

## Constructors

```python
__init__(
    self,
    prompt: str,
    message_kwargs: dict[str, Any],
) -> None
```

| Name | Type |
|------|------|
| `prompt` | `str` |
| `message_kwargs` | `dict[str, Any]` |


## Properties

- `prompt`
- `message_kwargs`

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/a827cddf72d72e4b17921b8eb445a3bfb0511cb4/libs/cli/deepagents_cli/skills/invocation.py#L14)