← Back to Skills Marketplace
294
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install timeplus-app-builder
Description
Build real-time Timeplus data processing and analysis applications. Creates pure frontend HTML/JavaScript apps that connect directly to Timeplus Proton via @...
Usage Guidance
This skill appears internally consistent for building single-file Timeplus frontends. Before using/installing: (1) be aware the produced HTML will load third-party scripts from unpkg.com at runtime — those remote scripts run in your browser and should be trusted (verify package names/versions). (2) The app connects to a Proton proxy at localhost:8001 — ensure that host/port in your environment is the intended Timeplus agent proxy and does not expose sensitive data. (3) No credentials are requested by the skill, but if your Proton deployment requires authentication you should avoid embedding secrets in the HTML; instead use a secure proxy or server-side component.
Capability Analysis
Type: OpenClaw Skill
Name: timeplus-app-builder
Version: 1.0.0
The skill bundle is a legitimate tool designed to help an AI agent generate single-file HTML dashboards for the Timeplus Proton data platform. It provides detailed templates and documentation (PROTON_DRIVER.md, STYLE_GUIDE.md, VISTRAL_API.md) for using specific UMD-based libraries via CDN (unpkg.com). The architecture relies on a local proxy at localhost:8001 to stream data, which is consistent with the stated purpose of building real-time analytics applications without a complex build environment.
Capability Assessment
Purpose & Capability
Name/description (build Timeplus frontend apps) match the instructions: generate a single self-contained HTML that loads @timeplus/proton-javascript-driver and @timeplus/vistral from CDN and connects to Proton via localhost:8001. No unrelated binaries, env vars, or other services are requested.
Instruction Scope
SKILL.md stays on-topic: it instructs how to build the HTML, how to load UMD libs, and how to query Proton via the driver. It explicitly targets localhost:8001 (the agent proxy) — which is consistent with a frontend that talks to a local proxy. The instructions do not request reading local files, environment variables, or sending collected data to unexpected external endpoints in the skill text.
Install Mechanism
No install spec (instruction-only) — low disk footprint. The generated HTML relies on loading multiple third-party UMD packages at runtime from unpkg.com. This is expected for a no-build single-file app but means the rendered app will execute remote CDN code in the user's browser when opened.
Credentials
The skill requests no environment variables or credentials. Its only external interaction is to the Proton proxy on localhost:8001, which is appropriate for the stated goal of querying Timeplus Proton.
Persistence & Privilege
The skill is instruction-only, not always-on, does not request persistent system changes, and does not modify other skills or global agent settings. Autonomous invocation being allowed is the platform default and not a concern by itself.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install timeplus-app-builder - After installation, invoke the skill by name or use
/timeplus-app-builder - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of timeplus-app-builder.
- Generate single-file, self-contained HTML/JavaScript apps for real-time data processing and visualization with Timeplus Proton.
- No npm install or build step required; apps load UMD builds of @timeplus/proton-javascript-driver and @timeplus/vistral directly from CDN.
- Follow the Timeplus UI style guide: dark theme, branded colors, and clean layout.
- Supports building streaming dashboards, pipeline visualizers, and analytic apps connecting to Proton at localhost:8001.
- Output is ready-to-use in any modern browser.
Metadata
Frequently Asked Questions
What is timeplus-app-builder?
Build real-time Timeplus data processing and analysis applications. Creates pure frontend HTML/JavaScript apps that connect directly to Timeplus Proton via @... It is an AI Agent Skill for Claude Code / OpenClaw, with 294 downloads so far.
How do I install timeplus-app-builder?
Run "/install timeplus-app-builder" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is timeplus-app-builder free?
Yes, timeplus-app-builder is completely free (open-source). You can download, install and use it at no cost.
Which platforms does timeplus-app-builder support?
timeplus-app-builder is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created timeplus-app-builder?
It is built and maintained by Gang Tao (@gangtao); the current version is v1.0.0.
More Skills