delegate_app_dev
Triggers whenever the user asks to build a feature, fix a bug, create a screen, or modify the mobile app.
Why use this skill?
Learn to use the delegate_app_dev skill for OpenClaw. Streamline your mobile app workflow by delegating feature requests and bug fixes to the AppFactory.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ojaskarmarkar/appdevWhat This Skill Does
The delegate_app_dev skill acts as an intelligent router for enterprise mobile application development within the OpenClaw ecosystem. Rather than attempting to generate complex application code directly within the chat interface, which can lead to hallucinated logic or incomplete implementation, this skill serves as a professional gateway to the AppFactory infrastructure. When a user issues a command related to feature requests, bug remediation, or UI modifications, this skill captures the intent and asynchronously dispatches the requirements to the Restate backend. This architectural approach ensures that all code generation and infrastructure deployment occur in a controlled, version-tracked, and server-side environment.
Installation
To integrate this skill into your OpenClaw agent, execute the following command in your terminal:
clawhub install openclaw/skills/skills/ojaskarmarkar/appdev
Ensure that your local environment has connectivity to the 127.0.0.1:8080 endpoint, as the skill requires active communication with the Restate backend queue to process requests.
Use Cases
- Feature Prototyping: Rapidly requesting the creation of new app screens or user flows.
- Bug Resolution: Reporting specific technical issues encountered in the mobile app, which the skill then pipes to the development factory.
- UI/UX Updates: Modifying existing design components or text labels across the application.
- Enterprise Scaling: Handling multiple development tasks without burdening the agent's context window with large-scale code snippets.
Example Prompts
- "Build a new login screen that incorporates biometric authentication and a 'forgot password' link."
- "Fix the bug where the profile image fails to upload when using the camera on Android devices."
- "Modify the dashboard layout to show the latest activity reports in a grid view instead of a list."
Tips & Limitations
- Constraint: This skill does not write the code itself; it is strictly a delegation tool. Do not expect the chat interface to return the resulting source code.
- Best Practice: Provide highly specific requirements. Since the skill triggers an asynchronous queue, ambiguous prompts may lead to delays in the development lifecycle.
- Dependencies: Verify that your AppFactory service is running locally on port 8080 before triggering the skill. If the connection fails, the delegation will not reach the backend.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-ojaskarmarkar-appdev": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access