load_skill
Load the full body of a specific skill.
load_skill
Loads the full content of a specific OpenBridge skill. Returns the skill's markdown body — ready for the agent to use as context.
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Skill folder name, e.g. openbridge-alerts, app-shell, theming. Use list_skills to discover available names. |
Returns
The markdown body of the skill document (YAML frontmatter stripped). Contains domain patterns, component usage rules, code examples, and anti-patterns.
Example
load_skill("openbridge-alerts")Returns the full alert handling guide covering the 3-tier alert flow, alert
color coding (alarm/warning/caution), ObcAlertMenuItem composition, and
alert list page patterns.
Pricing
Skills are free — no subscription gate.