ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 4/5

Document Creator Sophnet

Skill by yi-sir

Why use this skill?

Automate document creation with Document Creator Sophnet. Convert text files to DOCX and PPTX, auto-upload to OSS, and get direct download links instantly in OpenClaw.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/yi-sir/document-creator-sophnet
Or

What This Skill Does

The Document Creator Sophnet skill, developed by yi-sir, is a powerful utility designed to streamline the document generation lifecycle within the OpenClaw environment. This skill acts as an automated bridge between your local data and professional output formats. It is specifically engineered to handle the creation and conversion of Word documents (DOCX) and PowerPoint presentations (PPTX) directly from input source files. Beyond mere creation, it incorporates an intelligent auto-upload feature that pushes the resulting files to Object Storage Service (OSS) buckets and returns a publicly accessible or signed URL to the user, eliminating the friction of manual file management.

Installation

To begin using Document Creator Sophnet, ensure you have Python 3.7 or higher installed on your local system. You must also have the requests library available in your environment, which is typically managed automatically by the OpenClaw installer. Execute the following command in your terminal to integrate the skill:

clawhub install openclaw/skills/skills/yi-sir/document-creator-sophnet

After installation, configuration is mandatory for successful execution. You must either export your API credentials directly in your shell session using the SOPH_API_KEY environment variable or add the key to your central OpenClaw configuration file located in your user profile. Failing to provide a valid key will result in authentication errors during the file upload process.

Use Cases

This skill is highly effective for professionals who need to convert structured text data into professional presentation decks or report documents. Common use cases include: 1) Automated batch report generation where raw logs are converted into formatted DOCX files. 2) Rapid prototyping of pitch decks by pushing content from text notes into PPTX templates. 3) Document distribution pipelines where an AI agent summarizes project status and instantly provides a shareable URL to stakeholders.

Example Prompts

  1. "OpenClaw, please use the Document Creator Sophnet to convert the meeting notes at ./notes/project_alpha.txt into a professional Word document."
  2. "Create a PowerPoint presentation based on the data in ./data/quarterly_results.txt and give me the download URL."
  3. "Convert ./reports/summary.txt into a DOCX format using the Document Creator skill."

Tips & Limitations

When using this skill, ensure your file paths are absolute or correctly referenced relative to the OpenClaw execution directory. Note that the skill relies on the stability of the external SophNet API; if the service is unreachable or your API key is invalid, the process will fail. Always verify that your source file content is well-structured, as formatting issues in the source text may propagate into the final document output. The skill currently focuses on primary document formats (DOCX/PPTX) and may not support complex document styling or custom templates unless supported by the underlying SophNet API configuration.

Metadata

Author@yi-sir
Stars879
Views1
Updated2026-02-11
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-yi-sir-document-creator-sophnet": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#document-automation#productivity#office-suite#cloud-storage#file-converter
Safety Score: 4/5

Flags: file-read, network-access, external-api