# Data Sources

> Reads one organization-level Ona skill by its Prompt UUID. Organization scope is resolved from the configured provider token.

- Skill: `gitpod-io/data-sources` (Agent Skill, multi-file: 12 files)
- Install (CLI): `npx skillmds@latest add gitpod-io/data-sources`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gitpod-io/data-sources/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: gitpod-io (https://skillmd.com/u/gitpod-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/gitpod-io/data-sources

---


# ona_skill (Data Source)

Reads one organization-level Ona skill by its Prompt UUID. Organization scope is resolved from the configured provider token.

For product context, see [Skills](https://ona.com/docs/ona/skills).



<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `skill_id` (String) UUID of the existing Ona skill to read.

### Read-Only

- `command` (String) Slash-command name when enabled, otherwise null.
- `description` (String) Description of when and why agents should use the skill.
- `id` (String) Stable UUID of the skill Prompt returned by Ona.
- `name` (String) Human-readable skill name.
- `prompt` (String) Complete skill instructions.

