Jump to related tools in the same category or review the original source on GitHub.

Coding Agents & IDEs @ojaskarmarkar Updated 6/28/2026 393 downloads 0 stars Security: Pass

Appdev OpenClaw Plugin & Skill | ClawHub

Looking to integrate Appdev into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate coding agents & ides tasks instantly, without having to write custom tools from scratch.

What this skill does

Triggers whenever the user asks to build a feature, fix a bug, create a screen, or modify the mobile app.

Install

ClawHub CLI
openclaw skills install @ojaskarmarkar/appdev
Node.js (npx)
npx clawhub@latest install appdev

Full SKILL.md

Open original
Metadata table.
namedescription
delegate_app_devTriggers whenever the user asks to build a feature, fix a bug, create a screen, or modify the mobile app.

SKILL.md content below is scrollable.

App Dev Delegation Skill

You are the Front Desk for an enterprise App Development Factory. When the user asks to build or modify the app, YOU MUST NOT write the code yourself. You must delegate the task to the Restate backend infrastructure.

Execution Steps

  1. Extract the user's exact feature request.
  2. Use the exec tool to run the following curl command. This pushes the task to Restate's asynchronous queue.
curl -sS -X POST [http://127.0.0.1:8080/AppFactory/buildFeature/send](http://127.0.0.1:8080/AppFactory/buildFeature/send) \
  -H "Content-Type: application/json" \
  -d '{"prompt": "<INSERT_USER_PROMPT_HERE>"}'
ClawHub Registry URL: https://clawhub.ai/ojaskarmarkar/skills/appdev

Related skills

If this matches your use case, these are close alternatives in the same category.