技能 Skywork Document
📄

Skywork Document

低風險 🌐 網路存取🔑 環境變數📁 檔案系統存取⚙️ 外部命令

Generate professional documents with AI

Creating high-quality documents requires time and expertise. This skill uses the Skywork Office Doc API to automatically generate formatted documents in multiple formats from your requirements and reference materials.

支援: Claude Codex Code(CC)
⚠️ 67
1

下載技能 ZIP

2

在 Claude 中上傳

前往 設定 → 功能 → 技能 → 上傳技能

3

開啟並開始使用

測試它

正在使用「Skywork Document」。 Create a one-page memo announcing the new remote work policy to all employees.

預期結果:

  • The memo is ready!
  • - Download link: [Remote Work Policy Memo.docx](https://skywork.ai/files/abc123)
  • - Local file: /Users/username/Downloads/Remote_Work_Policy_Memo.docx

正在使用「Skywork Document」。 Summarize the attached quarterly sales report into an executive summary document.

預期結果:

  • The executive summary is complete!
  • - Download link: [Q4_Sales_Executive_Summary.pdf](https://skywork.ai/files/xyz789)
  • - Local file: /Users/username/Downloads/Q4_Sales_Executive_Summary.pdf
  • The document includes key metrics, regional performance highlights, and recommendations for Q1.

安全審計

低風險
v1 • 3/20/2026

Static analysis detected 145 patterns across network, filesystem, environment access, and external command categories. All findings were evaluated as false positives. Network calls are to official Skywork API endpoints. Filesystem operations are for legitimate token storage and document download. External commands open browser for OAuth authentication. Environment variables are for configuration only. No malicious patterns, credential exfiltration, or data leakage detected.

4
已掃描檔案
923
分析行數
7
發現項
1
審計總數
低風險問題 (3)
Network communication to external API
The skill makes HTTP requests to Skywork API endpoints for document generation and authentication. All endpoints are official Skywork domains.
OAuth token storage in home directory
Authentication tokens are cached in ~/.skywork_token file for session persistence. This is standard practice for OAuth workflows.
Browser launch via subprocess for OAuth
The skill opens the default browser using subprocess.Popen to complete OAuth authentication flow. Commands are hardcoded per-platform.
審計者: claude

品質評分

45
架構
100
可維護性
87
內容
30
社群
84
安全
65
規範符合性

你能建構什麼

Business report generation

Create comprehensive business reports, market research summaries, and analysis documents based on uploaded data files and requirements.

Academic paper assistance

Generate research summaries, study notes, and academic papers by processing reference materials and synthesizing content with web research.

Professional documentation

Produce proposals, contracts, memos, letters, and other business documents with professional formatting and structure.

試試這些提示

Create a simple blog post
Create a blog post about the benefits of remote work. Include an introduction, three main sections covering flexibility, productivity, and work-life balance, and a conclusion. Format as HTML.
Summarize a research paper
Based on the uploaded PDF file, create a 2-page summary document that captures the main research question, methodology, key findings, and implications. Write in clear English suitable for a general audience.
Generate a market research report
Create a comprehensive market research report on the electric vehicle charging industry in Brazil. Include market size, growth trends, key players, regulatory environment, and future opportunities. Use the attached Excel data file for statistics. Format as a professional Word document with charts and tables.
Translate and adapt a document
Translate the attached English business proposal into Simplified Chinese while adapting the tone and examples for a Chinese business audience. Maintain the original structure and key points but localize cultural references.

最佳實務

  • Always run the authentication script (skywork_auth.py) before first use to establish your Skywork session
  • Parse all reference files before calling create_doc.py to obtain file IDs for the document generation request
  • Provide detailed content prompts that specify structure, sections, tone, and key points for best results

避免

  • Do not use this skill for short plain-text answers or simple Q&A that does not require formatted output
  • Do not skip authentication or attempt to call document scripts without a valid token
  • Do not paste large amounts of parsed file content manually - the server retrieves content automatically using file IDs

常見問題

How do I authenticate with Skywork for the first time?
Run the skywork_auth.py script. It will check for existing tokens, and if none are found, open your browser to complete login. The token is then cached for future use.
What file formats can I use as references?
The parse_file.py script supports PDF, DOCX, XLSX, and other common document formats. Each file must be parsed individually before document creation.
How long does document generation take?
Typical generation time is 5-10 minutes depending on document complexity. The script shows real-time progress and waits automatically for completion.
Can I generate documents in languages other than English?
Yes. The --language parameter supports English, Simplified Chinese, Traditional Chinese, Japanese, Korean, French, German, Spanish, and more.
What output formats are supported?
The skill supports DOCX (Word), PDF, HTML, and Markdown formats. Specify using the --format parameter or default to DOCX.
What happens if I receive an insufficient benefit error?
This means your Skywork account needs to be upgraded. The error message includes a link to the upgrade page. Click the link to complete the upgrade and try again.

開發者詳情

檔案結構