20 lines
451 B
YAML
20 lines
451 B
YAML
interface:
|
|
display_name: "Broken Skill"
|
|
short_description: "Missing default prompt on purpose"
|
|
compatibility:
|
|
canonical_format: "agent-skills"
|
|
adapter_targets:
|
|
- "openai"
|
|
activation:
|
|
mode: "manual"
|
|
paths: []
|
|
execution:
|
|
context: "inline"
|
|
shell: "bash"
|
|
trust:
|
|
source_tier: "local"
|
|
remote_inline_execution: "forbid"
|
|
remote_metadata_policy: "allow-metadata-only"
|
|
degradation:
|
|
openai: "metadata-adapter"
|