Agens pydicom
skill_id: pydicom
install
source · Clone the upstream repo
git clone https://github.com/Gyoungwe/agens
manifest:
skills/pydicom/skill.yamlsource content
skill_id: pydicom name: pydicom description: Python library for working with DICOM (Digital Imaging and Communications in Medicine) files. Use this skill when reading, writing, or modifying medical imaging data in DICOM format, extracting pixel data from medical images (CT, MRI, X-ray, ultrasound), anonymizing DICOM files, working with DICOM metadata and tags, converting DICOM images to other formats, handling compressed DICOM data, or processing medical imaging datasets. Applies to tasks involving medical image analysis, PACS systems, radiology workflows, and healthcare imaging applications. version: 1.0.0 author: K-Dense Inc. license: https://github.com/pydicom/pydicom/blob/main/LICENSE tags:
- scientific-agent-skills
- pydicom tools: [] permissions: network: false filesystem: false shell: false agents:
- executor_agent enabled: true source: scientific-agent-skills entrypoint: entry.py readme: README.md input_schema: {} output_schema: type: object metadata: upstream_repo: K-Dense-AI/scientific-agent-skills upstream_skill: pydicom upstream_path: scientific-skills/pydicom/SKILL.md upstream_frontmatter: name: pydicom description: Python library for working with DICOM (Digital Imaging and Communications in Medicine) files. Use this skill when reading, writing, or modifying medical imaging data in DICOM format, extracting pixel data from medical images (CT, MRI, X-ray, ultrasound), anonymizing DICOM files, working with DICOM metadata and tags, converting DICOM images to other formats, handling compressed DICOM data, or processing medical imaging datasets. Applies to tasks involving medical image analysis, PACS systems, radiology workflows, and healthcare imaging applications. license: https://github.com/pydicom/pydicom/blob/main/LICENSE metadata: skill-author: K-Dense Inc.