Resources

Manages an organization-level Ona skill. Organization scope is resolved from the configured provider token. The token must have Prompt management permission and access to Ona Agents.

gitpod-io 10835fc 35 files · 127.9 KB Updated

File contents

ona_skill (Resource)

Manages an organization-level Ona skill. Organization scope is resolved from the configured provider token. The token must have Prompt management permission and access to Ona Agents.

For product context, see Skills.

Schema

Required

  • description (String) Description of when and why agents should use the skill.
  • name (String) Human-readable skill name.
  • prompt (String) Skill instructions. Use Terraform's file() or templatefile() to keep this Markdown content in the repository.

Optional

  • command (String) Optional slash-command name. It must be unique in the organization and contain only ASCII letters, digits, underscores, and hyphens. Adding or renaming a command updates in place; removing it replaces the skill because Ona cannot clear a stored command value.

Read-Only

  • id (String) Stable UUID of the skill Prompt returned by Ona.

gitpod-io/terraform-provider-ona/tree/main/docs/resources commit 10835fcb9a

Frequently asked questions

npx skillmds@latest add gitpod-io/resources