← 返回 Skills 市场
294
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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 @...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install timeplus-app-builder - 安装完成后,直接呼叫该 Skill 的名称或使用
/timeplus-app-builder触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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 @... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 294 次。
如何安装 timeplus-app-builder?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install timeplus-app-builder」即可一键安装,无需额外配置。
timeplus-app-builder 是免费的吗?
是的,timeplus-app-builder 完全免费(开源免费),可自由下载、安装和使用。
timeplus-app-builder 支持哪些平台?
timeplus-app-builder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 timeplus-app-builder?
由 Gang Tao(@gangtao)开发并维护,当前版本 v1.0.0。
推荐 Skills