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

Pulse Editor Vibe Dev Flow

Generate and build Pulse Apps using the Vibe Dev Flow API. Use this skill when the user wants to create, update, or generate code for Pulse Editor applications.

Why use this skill?

Use the Pulse Editor Vibe Dev Flow skill to generate, build, and deploy apps entirely in the cloud. Perfect for rapid AI-driven development, automated versioning, and instant publishing.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/shellishack/pulse-editor
Or

What This Skill Does

The Pulse Editor Vibe Dev Flow skill acts as a powerful bridge between OpenClaw AI and the Pulse Editor cloud infrastructure. Rather than relying on local machine resources, this skill offloads the entire development lifecycle—scaffolding, writing, compiling, and deploying—to specialized AI coding agents. It utilizes Server-Sent Events (SSE) to maintain a persistent connection during the generation process, allowing for real-time tracking of complex app builds. By abstracting away the build environment, dependencies, and deployment pipelines, this skill enables rapid application prototyping and iterative development through high-level natural language prompts.

Installation

To integrate this skill into your environment, run the following command in your terminal: clawhub install openclaw/skills/skills/shellishack/pulse-editor

Ensure you have your Pulse Editor API key configured in your environment variables. You can retrieve this key by navigating to the developer section under your account settings at https://pulse-editor.com/.

Use Cases

  • Rapid Prototyping: Quickly transform a paragraph-long feature description into a live, hosted web application.
  • Automated Iteration: Push updates to existing projects by providing an appId and a description of the requested changes, leveraging built-in version control.
  • Microservice Orchestration: Generate multiple complementary applications concurrently by executing parallel calls, perfect for complex architecture scaffolding.
  • Constraint-Free Development: Ideal for agents running in lightweight environments that lack heavy build tools like Node.js, Python interpreters, or Docker.

Example Prompts

  1. "Use Pulse Editor to build a simple task management app with drag-and-drop functionality for daily chores."
  2. "Update my Pulse App (ID: 8842) to include a dark mode toggle and export features for the dashboard."
  3. "Scaffold a new dashboard for my crypto portfolio using the Vibe Dev Flow; keep the design minimalist."

Tips & Limitations

  • Timeouts: The process is long-running (2-5 minutes). Do not terminate the connection unless it exceeds 10 minutes, even if updates seem to pause; the server is likely performing intensive compilation.
  • Token Management: Always use "streamUpdatePolicy": "artifactOnly" to minimize token consumption and keep your context window clean.
  • State Management: While the API is stateless, ensure you track your appId and version values in your agent memory to maintain continuity across sessions.

Metadata

Stars1015
Views0
Updated2026-02-15
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-shellishack-pulse-editor": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#vibe-coding#cloud-apps#automation#rapid-dev#web-apps
Safety Score: 3/5

Flags: network-access, external-api, code-execution