← Back to Skills Marketplace
ildar981105-create

project-timeline-board

by ildar981105-create · GitHub ↗ · v2.2.0 · MIT-0
cross-platform ✓ Security Clean
90
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install project-timeline-board
Description
一个真正零门槛的项目时间线管理页面——只需编辑一个 JS 配置文件(projectName / 关键节点 / 甘特图 / 待办清单),即可生成包含智能时间轴、甘特图、里程碑追踪和待办看板的完整页面。自动根据当前日期判断每个节点是'已完成'/'今日'/'即将到来'/'待启动',无需手动标注;甘特图支持交互/视觉/前...
Usage Guidance
This skill appears to do exactly what it says: render a timeline/Gantt/todo UI from a JS config with no external credentials or install steps. Before using it: (1) inspect the two JS files (project-timeline-data.js and render-from-config.js) — they are small and readable; (2) avoid loading configs from untrusted sources because the renderer inserts config fields (extras.content, todo text, detail labels, etc.) into the page as HTML/innerHTML which can execute script (XSS) if untrusted; (3) note the page loads Google Fonts (external network request) — acceptable for most uses but relevant for air-gapped environments; (4) if you will serve this on a public site, sanitize any user-provided content before putting it into PROJECT_CONFIG. Otherwise the skill is internally consistent and low-risk.
Capability Analysis
Type: OpenClaw Skill Name: project-timeline-board Version: 2.2.0 The project-timeline-board skill is a front-end tool designed to generate project dashboards, Gantt charts, and todo lists from a JavaScript configuration file. The bundle includes an HTML template (project-timeline.html), a data configuration template (project-timeline-data.js), and a rendering script (render-from-config.js). The logic is entirely focused on client-side DOM manipulation to visualize project milestones and schedules. While the rendering script uses innerHTML to inject content from the configuration file (which is an intentional feature for allowing HTML in cards), there is no evidence of data exfiltration, unauthorized network activity, or malicious prompt injection. The behavior is consistent with the stated purpose of providing a data-driven project management interface.
Capability Tags
crypto
Capability Assessment
Purpose & Capability
The name/description (a data-driven timeline/Gantt/todo page) matches the included files and runtime instructions. The skill only requires editing a JS config and including the HTML/JS assets; there are no unexpected binaries, services, or credentials.
Instruction Scope
SKILL.md instructs the user to copy the provided data file and include the HTML and renderer. The renderer reads window.PROJECT_CONFIG and populates the DOM. Note: several fields (extras.content and other text fields) are inserted via innerHTML/constructed HTML; if those fields contain untrusted input they will execute as HTML (XSS risk). This behavior is coherent with the purpose (allowing HTML in cards) but is security-relevant and should be considered before loading untrusted config.
Install Mechanism
No install spec and no downloads/extracts — this is an instruction-only skill with static assets (HTML/CSS/JS). That minimizes install-time risk; the only external resource referenced is Google Fonts in the HTML, which is typical for front-end pages.
Credentials
The skill requests no environment variables, credentials, or config paths. The files operate purely in-browser on supplied config data, so there is no disproportionate secret access.
Persistence & Privilege
The skill is not always: true and does not request persistent system privileges. It is a client-side renderer that does not modify other skills or system settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install project-timeline-board
  3. After installation, invoke the skill by name or use /project-timeline-board
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.2.0
Update description: 突出全数据驱动+智能时间轴的创新点
v2.1.0
- Major update: v2.1.0 is now fully data-driven via project-timeline-data.js, enabling rapid customization without editing HTML. - Supports four core modules: collapsible key milestones timeline, Gantt chart with custom date ranges and types, week-based todo lists with tags, and a status overview "four-grid" with callouts. - All content, status, and settings are configured in a single JS file—project-timeline-data.js—streamlining project setup. - Extensive documentation added, including field-by-field config explanations, usage steps, customizable color mapping, and file structure details. - Offers both data-driven (JS config) and static (pure HTML) usage modes for maximum flexibility.
Metadata
Slug project-timeline-board
Version 2.2.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is project-timeline-board?

一个真正零门槛的项目时间线管理页面——只需编辑一个 JS 配置文件(projectName / 关键节点 / 甘特图 / 待办清单),即可生成包含智能时间轴、甘特图、里程碑追踪和待办看板的完整页面。自动根据当前日期判断每个节点是'已完成'/'今日'/'即将到来'/'待启动',无需手动标注;甘特图支持交互/视觉/前... It is an AI Agent Skill for Claude Code / OpenClaw, with 90 downloads so far.

How do I install project-timeline-board?

Run "/install project-timeline-board" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is project-timeline-board free?

Yes, project-timeline-board is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does project-timeline-board support?

project-timeline-board is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created project-timeline-board?

It is built and maintained by ildar981105-create (@ildar981105-create); the current version is v2.2.0.

💬 Comments