Builds a CAPABILITY.yaml content string for an emergent tool.
The format matches the schema expected by the capability manifest scanner:
id: tool:<name>kind: toolname: <name>displayName: <Title Case Name>description: <description>category: emergenttags: [generated, ...]inputSchema: { ... }outputSchema: { ... }skillContent: ./SKILL.md Copy
id: tool:<name>kind: toolname: <name>displayName: <Title Case Name>description: <description>category: emergenttags: [generated, ...]inputSchema: { ... }outputSchema: { ... }skillContent: ./SKILL.md
The emergent tool to export.
CAPABILITY.yaml content string.
Builds a CAPABILITY.yaml content string for an emergent tool.
The format matches the schema expected by the capability manifest scanner: