← 返回 Skills 市场
aipoch-ai

Grant Gantt Chart Gen

作者 AIpoch · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
173
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install grant-gantt-chart-gen
功能描述
Create project timeline visualizations for grant proposals
使用说明 (SKILL.md)

Grant Gantt Chart Generator

Create project timeline visualizations for grant proposals.

Usage

python scripts/main.py --milestones milestones.csv --duration 36 --output gantt.png

Parameters

Parameter Type Default Required Description
--milestones string - Yes Path to milestone data file (CSV)
--duration int 36 No Project duration in months
--start-date string - No Project start date (YYYY-MM-DD)
--output, -o string gantt.png No Output file path
--format string png No Output format (png, pdf, svg)

Features

  • Timeline visualization
  • Milestone markers
  • Task dependencies
  • Personnel allocation
  • Quarterly breakdown

Output

  • Gantt chart image
  • Timeline data (CSV)
  • Milestone summary

Risk Assessment

Risk Indicator Assessment Level
Code Execution Python/R scripts executed locally Medium
Network Access No external API calls Low
File System Access Read input files, write output files Medium
Instruction Tampering Standard prompt guidelines Low
Data Exposure Output files saved to workspace Low

Security Checklist

  • No hardcoded credentials or API keys
  • No unauthorized file system access (../)
  • Output does not expose sensitive information
  • Prompt injection protections in place
  • Input file paths validated (no ../ traversal)
  • Output directory restricted to workspace
  • Script execution in sandboxed environment
  • Error messages sanitized (no stack traces exposed)
  • Dependencies audited

Prerequisites

No additional Python packages required.

Evaluation Criteria

Success Metrics

  • Successfully executes main functionality
  • Output meets quality standards
  • Handles edge cases gracefully
  • Performance is acceptable

Test Cases

  1. Basic Functionality: Standard input → Expected output
  2. Edge Case: Invalid input → Graceful error handling
  3. Performance: Large dataset → Acceptable processing time

Lifecycle Status

  • Current Stage: Draft
  • Next Review Date: 2026-03-06
  • Known Issues: None
  • Planned Improvements:
    • Performance optimization
    • Additional feature support
安全使用建议
This skill appears to be a simple local Gantt generator, but the documentation and the actual script disagree in important ways. Before installing or running it: (1) Ask the author to fix SKILL.md so parameters, input format, and output formats match the code (CSV vs JSON, png/pdf/svg vs ascii/mermaid/json). (2) Treat any untrusted input file path carefully — run the script in a sandboxed workspace to avoid accidental overwrites. (3) If you need image output, verify or request the implementation that actually renders images (the current script does not). (4) Request input path validation and restricted output directory behavior to avoid path traversal or accidental writes. Given these mismatches, do not trust the skill for production use until the documentation and behavior are reconciled and basic input validation is added.
能力评估
Purpose & Capability
The SKILL.md promises image outputs (png, pdf, svg), CSV milestone input, and a CLI usage example producing a gantt.png, but scripts/main.py only emits ASCII, Mermaid syntax, or JSON and expects a JSON milestones file (or defaults). The documentation and parameter table do not match the script's actual capabilities, which is disproportionate and misleading.
Instruction Scope
Both SKILL.md and the script operate on local files only (read input milestones, write output). The script does not perform network access or request credentials. However SKILL.md's usage and features (image generation, CSV input) are inconsistent with the code. The script will open any path supplied for --milestones and will write to any --output path without validation, which could lead to unintended file writes if a user supplies paths maliciously or accidentally.
Install Mechanism
No install spec and no external packages or binaries required; the script uses only Python standard library modules, so there is low install-related risk.
Credentials
No environment variables, secrets, or credentials are requested. The skill does not require unrelated cloud or system credentials — this is proportionate to its stated local-file chart generation purpose.
Persistence & Privilege
The skill is not always-enabled and doesn't modify other skills or system-wide settings. It only writes its own specified output file; there is no persistent privileged presence requested.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install grant-gantt-chart-gen
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /grant-gantt-chart-gen 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of Grant Gantt Chart Generator. - Generate Gantt charts from milestone CSV data for grant proposals. - Supports timeline visualization, milestone markers, task dependencies, personnel allocation, and quarterly breakdown. - Flexible parameters for duration, start date, and output format (png, pdf, svg). - Outputs chart images, timeline data (CSV), and milestone summaries. - Includes a risk and security assessment, along with basic evaluation and test guidelines.
元数据
Slug grant-gantt-chart-gen
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Grant Gantt Chart Gen 是什么?

Create project timeline visualizations for grant proposals. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 173 次。

如何安装 Grant Gantt Chart Gen?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install grant-gantt-chart-gen」即可一键安装,无需额外配置。

Grant Gantt Chart Gen 是免费的吗?

是的,Grant Gantt Chart Gen 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Grant Gantt Chart Gen 支持哪些平台?

Grant Gantt Chart Gen 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Grant Gantt Chart Gen?

由 AIpoch(@aipoch-ai)开发并维护,当前版本 v0.1.0。

💬 留言讨论