# Create Skywork Documents from Files

Long document requests often need structure, reference files, and formatted delivery. This skill uses Skywork document services to create polished files from prompts and uploaded materials.

## Install

```bash
npx skillstore add skyworkai/skywork-document
```

## Metadata

- Status: approved
- Slug: skyworkai-skywork-document
- Skillstore revision: r1
- Version status: missing
- Tree hash: 2bf4f1d2707a11b7d6ec38d90036a705fbf38190e31e157ffcc59210ab968452
- Author: SkyworkAI
- GitHub username: SkyworkAI
- License: MIT
- Repository: https://github.com/SkyworkAI/Skywork-Skills/tree/main/skywork-doc
- Ref: f93e9bb0daca99badb6a7e574b97737155d57cb3
- Supported tools: Claude, Codex, Claude Code
- Audit status: complete
- Agent install advisory: confirmation\_required
- Manual install advisory: allowed
- Artifact signature: available
- Audit attestation: unavailable
- Human verification: not\_verified
- Risk factors: network, env\_access, filesystem, external\_commands
- Quality score: 38
- Quality tier: warning
- Public page: https://skillstore.pages.dev/skills/skyworkai-skywork-document
- Manifest: https://skillstore.pages.dev/api/skills/skyworkai-skywork-document/manifest

## Capabilities

- Authenticates with Skywork using an environment token, cached token, or browser login.
- Uploads a reference file to Skywork for server-side parsing and returns a reusable file ID.
- Creates documents from a title, detailed content prompt, language, format, and optional parsed file IDs.
- Streams document generation progress from the Skywork API through server-sent events.
- Downloads generated document files to the current working directory when a file URL is returned.
- Supports DOCX, PDF, HTML, and Markdown output formats.

## Use Cases

- Prepare Client Reports: Create structured reports from a prompt and supporting PDFs, spreadsheets, or notes.
- Convert Research Into Documents: Turn gathered research and source files into a formatted DOCX, PDF, HTML, or Markdown document.
- Draft Business Materials: Generate polished plans, briefs, summaries, and proposals in the requested language and format.

## Prompt Templates

### Create a Simple Document

```
Create a three-page DOCX overview about renewable energy trends in English with clear headings and a concise conclusion.
```

### Use One Reference File

```
Use the attached PDF as the source and create a client-ready PDF summary with key findings, risks, and next steps.
```

### Combine Multiple Sources

```
Create a market analysis report from the attached files. Compare sources, highlight conflicts, and include an executive summary.
```

### Produce a Multilingual Formal Report

```
Generate a formal Markdown report in Spanish using the uploaded research. Include methodology, findings, recommendations, and appendix notes.
```

## Limitations

- Requires a Skywork account, network access, and a valid Skywork token.
- Uploads prompts and reference files to Skywork cloud services for processing.
- Generation can take several minutes for complex documents.
- The skill does not edit existing documents locally without using the Skywork API.

## Best Practices

- State the desired format, language, audience, and document structure before generation starts.
- Review files for sensitive information before uploading them to Skywork cloud services.
- Use clear titles without spaces when passing titles to the document creation script.

## Anti Patterns

- Do not use this skill for short answers that do not need a generated file.
- Do not upload confidential files unless the user accepts external processing by Skywork.
- Do not pass vague prompts when the document needs a specific structure or tone.

## Security Audit

- Audited at: 2026-07-07T05:13:23.947\+00:00
- Summary: The skill is a cloud document generator with real network, file upload, credential storage, and browser-login behavior. I confirmed the substantive risks around external processing, token caching, endpoint overrides, and Windows shell use, while marking Markdown backtick detections as false positives. No prompt injection attempt was found in the reviewed files.

## Stats

- Views: 152
- Downloads: 13
- Favorites: 0
- Popularity score: 0
