Skywork Super Agents

by Skywork-ai

56 stars
826 downloads
Not rated
GitHub

Description

# Skywork-Super-Agents A lightweight MCP server offering office tools to generate various file types, including PPTs, documents, spreadsheets, webpages and broadcasts. ## Setup 1. Install dependencies using `uv`: ```bash uv venv uv sync ``` 2. Create a `.env` file with your…

About

# Skywork-Super-Agents A lightweight MCP server offering office tools to generate various file types, including PPTs, documents, spreadsheets, webpages and broadcasts. ## Setup 1. Install dependencies using `uv`: ```bash uv venv uv sync ``` 2. Create a `.env` file with your SkyWork API key: ```…

Details

Author
Skywork-ai
GitHub stars
56
Downloads
826
Categories
Other

- Generate PPTs, documents, spreadsheets, webpages, and broadcasts.
- Lightweight MCP server for easy integration.
- Requires only a SkyWork API key to operate.
- Returns generated files via an OSS URL.
- Uses uv for fast dependency management.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Skywork Super Agents
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Set up a Python virtual environment with uv, install dependencies using uv sync, and create a .env file with your SkyWork API key (SKYWORK_API_KEY). Run the server with uvx --from git+https://github.com/Skywork-ai/Skywork-Super-Agents.git office-tool. The server will return an output OSS URL upon successful generation.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "skywork super agents": {
            "office": {
                "command": "uvx",
                "args": [
                    "office-tool"
                ],
                "env": {
                    "SKYWORK_API_KEY": "your_api_key_here"
                }
            }
        }
    }
}

McpServers

{
    "office": {
        "command": "uvx",
        "args": [
            "office-tool"
        ],
        "env": {
            "SKYWORK_API_KEY": "your_api_key_here"
        }
    }
}

Skywork-Super-Agents

A lightweight MCP server offering office tools to generate various file types, including PPTs, documents, spreadsheets, webpages and broadcasts.

Setup

1. Install dependencies using uv:

uv venv
uv sync

2. Create a .env file with your SkyWork API key:

SKYWORK_API_KEY=your_api_key_here

"You can request an API key by reaching out to peter@skywork.ai."

Running the Server

{
    "mcpServers": {
        "office": {
            "command": "uvx",
            "args": ["--from", "git+https://github.com/Skywork-ai/Skywork-Super-Agents.git", "office-tool"],
            "env": {
                "SKYWORK_API_KEY": "your_api_key_here"
            }
        }
    }
}

API Usage Response

Response:
{
    "url": "output_oss_url"
}
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.