platform-api

Document platform-level APIs for DenchClaw app integration.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/aspectrr/denchclaw-workspace --skill platform-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: platform-api
Source: https://github.com/aspectrr/denchclaw-workspace/tree/main/skills/app-builder/platform-api
Command: npx skills add https://github.com/aspectrr/denchclaw-workspace --skill platform-api

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Documents the platform-level APIs available to DenchClaw apps, enabling developers to discover and integrate core capabilities.

Core Features & Use Cases

  • UI Integration: UI actions like toasts, navigation, and dialogs from apps.
  • Per-App KV Store, HTTP Proxy, Real-time Events: per-app storage, HTTP proxying, and live updates.
  • Inter-App Messaging, Cron Scheduling, Webhooks, Clipboard, Context, Widget Mode: cross-app workflows, scheduled tasks, event hooks, clipboard access, workspace context, and widget rendering.

Quick Start

Create a sample app and invoke dench.ui.toast or dench.http.fetch to validate UI, storage, and HTTP capabilities.

Frequently Asked Questions about platform-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate UI actions like toasts and navigation into my DenchClaw apps?

You can integrate UI actions like toasts and navigation into DenchClaw apps by invoking the documented dench.ui platform APIs, which expose native UI components directly to your application layer.

What platform-level APIs are available for cross-app messaging and scheduled tasks?

DenchClaw platform APIs provide inter-app messaging for cross-app workflows and cron scheduling for executing scheduled tasks, allowing applications to communicate and trigger time-based events seamlessly.

How do I set up real-time events and webhooks for a DenchClaw application?

Real-time events and webhooks are configured through the DenchClaw platform API, enabling your app to receive live updates and external event hooks by documenting the available integration endpoints.

Can I use an HTTP proxy and per-app storage within my DenchClaw app ecosystem?

Yes, the DenchClaw platform API exposes an HTTP proxy for external network requests and a per-app KV store for isolated application storage, both accessible through the documented dench.http and storage interfaces.

Does the DenchClaw platform API support clipboard access and widget rendering?

The DenchClaw platform API supports clipboard access for reading and writing system clipboard data, alongside widget mode for rendering app interfaces as embedded workspace widgets.

What is the best way to start testing DenchClaw platform API capabilities?

The best way to start testing DenchClaw platform API capabilities is to create a sample app and invoke dench.ui.toast or dench.http.fetch to validate UI, storage, and HTTP integration.