---
title: "SkillResourceInput"
description: "The `SkillResourceInput` entity."
section: "Reference"
group: "Types"
order: 193
---

## Definition

```ts
interface SkillResourceInput {
  path: string;
  content: string;
}
```

## Fields

| Field     | Type     | Notes                                                |
| --------- | -------- | ---------------------------------------------------- |
| `path`    | `string` | `required` — Relative path, e.g. 'references/foo.md' |
| `content` | `string` | `required` — File content                            |
