data-management-plan-creator
Automatically generate NIH 2023-compliant Data Management and Sharing Plan (DMSP) drafts following FAIR principles
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aipoch-ai/data-management-plan-creatorData Management Plan (DMP) Creator
Automatically generate draft Data Management and Sharing Plans (DMSP) compliant with NIH 2023 policy requirements and FAIR principles.
Overview
This Skill generates comprehensive Data Management and Sharing Plans (DMSP) that meet NIH's 2023 Final Policy for Data Management and Sharing. The output follows FAIR principles (Findable, Accessible, Interoperable, Reusable) to ensure research data is properly managed and shared.
Requirements
- Python 3.8+
- No external dependencies required (uses standard library only)
Usage
Command Line
python scripts/main.py \
--project-title "Your Research Project Title" \
--pi-name "Principal Investigator Name" \
--data-types "genomic,imaging,clinical" \
--repository "GEO,Figshare" \
--output dmsp_draft.md
Interactive Mode
python scripts/main.py --interactive
As a Module
from scripts.main import DMSPCreator
creator = DMSPCreator(
project_title="Cancer Genomics Study",
pi_name="Dr. Jane Smith",
institution="National Cancer Institute",
data_types=["genomic sequencing", "clinical metadata"],
estimated_size_gb=500,
repositories=["dbGaP", "GEO"],
sharing_timeline="6 months after study completion"
)
dmsp = creator.generate_plan()
creator.save_to_file("dmsp_output.md")
Parameters
| Parameter | Type | Default | Required | Description |
|---|---|---|---|---|
--project-title | string | - | Yes | Title of the research project |
--pi-name | string | - | Yes | Name of the Principal Investigator |
--institution | string | - | Yes | Research institution or organization |
--data-types | string | - | Yes | Comma-separated list of data types (e.g., "genomic,imaging,clinical") |
--estimated-size | float | - | No | Estimated data size in GB |
--repository | string | - | Yes | Comma-separated list of target repositories |
--sharing-timeline | string | No later than the end of the award period | No | When data will be shared |
--access-restrictions | string | - | No | Any access restrictions (e.g., "controlled-access for sensitive data") |
--format-standards | string | - | No | Data format standards to be used |
--output | string | dmsp_[timestamp].md | No | Output file path |
--interactive | flag | - | No | Run in interactive mode |
NIH DMSP Required Elements
The generated plan addresses all six required elements per NIH policy:
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-aipoch-ai-data-management-plan-creator": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
hr-policy-generator
Comprehensive HR policy development covering attendance, time-off, overtime, remote work, and compliance. Generates structured policy documents, legal checklists, exception handling frameworks, and employee communication plans tailored to company size, work arrangement, and jurisdiction.
sealvera
Tamper-evident audit trail for AI agent decisions. Use when logging LLM decisions, setting up AI compliance, auditing agents for EU AI Act, HIPAA, GDPR or SOC 2, or when a user asks about AI decision audit trails, explainability, or SealVera.
bonded
Bonded warehouse reference — customs procedures, duty deferral, FTZ operations, compliance requirements. Use when managing bonded storage, customs clearance, or duty suspension logistics.
compliance-evidence-assembler
把审计所需证据整理成目录、清单和缺失项,便于后续评审。;use for compliance, evidence, audit workflows;do not use for 伪造证据, 替代正式审计结论.
Compliance
Track compliance requirements and generate audit trail reports. Use when auditing controls, checking policies, generating audit trails.