What problem does it solve?
Adding a new capability to an OpenMates app usually requires coordinated changes across backend Python code, the app’s YAML configuration, and frontend i18n entries—work that is easy to miss or misconfigure.
Core Features & Use Cases
- Scaffold skill boilerplate: Generates the BaseSkill subclass, request/response Pydantic models, and a safe execute() skeleton.
- Register the skill in app.yml: Updates the target app’s configuration so the system can route and expose the tool with a tool_schema.
- Set up translations: Adds the skill name and description across all locales so it appears correctly in the UI.
- Optional testing support: Guides creation of a test script when the repo’s test_skills structure is present.
Quick Start
Use the command: add-app-skill web deep-research DeepResearchSkill to create a new deep-research skill inside the web app and wire it into backend config and i18n.