ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 4/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ojaskarmarkar/appdev
Or

What 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

  1. "Build a new login screen that incorporates biometric authentication and a 'forgot password' link."
  2. "Fix the bug where the profile image fails to upload when using the camera on Android devices."
  3. "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

Stars1287
Views1
Updated2026-02-22
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-ojaskarmarkar-appdev": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#app-development#devops#automation#software-engineering#backend
Safety Score: 4/5

Flags: network-access