# Document Creator with Auto-Upload SophNet

> An integrated document creation skill that supports creating Word documents (DOCX) and PowerPoint presentations (PPTX), with automatic upload to OSS and URL return.

- Skill: `modbender/document-creator-with-auto-upload-sophnet` (Agent Skill, multi-file: 7 files)
- Install (CLI): `npx skillmds@latest add modbender/document-creator-with-auto-upload-sophnet`
- Raw SKILL.md: https://api.skillmd.com/api/skills/modbender/document-creator-with-auto-upload-sophnet/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: modbender (https://skillmd.com/u/modbender)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/modbender/document-creator-with-auto-upload-sophnet

---


# Document Creator with Auto-Upload SophNet

## Description

An integrated document creation skill that supports creating Word documents (DOCX) and PowerPoint presentations (PPTX), with automatic upload to OSS and URL return.

## Usage

```bash
# Create document using skill
openclaw document-creator /path/to/your/file.txt

# Or call via session
# In OpenClaw session: Create document /path/to/file.png
```

## Configuration Requirements

- Set `SOPH_API_KEY` environment variable
- Or configure sophnet API key in OpenClaw config file

## Supported Parameters

- `file_path`: Local file path to upload (required)

## Return Value

- Success: Returns signed URL string
- Failure: Throws exception with error message

## Dependencies

- Python 3.7+
- requests library
- OpenClaw config access permission
