MCP.so
登录

Skywork Super Agents

@Skywork-ai

关于 Skywork Super Agents

暂无概览

基本信息

分类

其他

许可证

Unlicense

运行时

python

传输方式

stdio

发布者

Skywork-ai

提交者

Skywork-ai

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Skywork Super Agents?

Skywork Super Agents is a lightweight MCP server that provides office tools for generating various file types, including PPTs, documents, spreadsheets, webpages, and broadcasts. It is designed for users who need to programmatically create office documents via an API.

How to use Skywork Super Agents?

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.

Key features of Skywork Super Agents

  • 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.

Use cases of Skywork Super Agents

  • Automatically create presentation slides from structured data.
  • Generate formatted documents for reports or contracts.
  • Produce spreadsheets for data exports or summaries.
  • Build simple webpages or broadcast content on demand.

FAQ from Skywork Super Agents

How do I get a SkyWork API key?

You can request an API key by emailing [email protected].

What runtime or dependencies are required?

The server requires Python and uv (a Python package manager). Dependencies are installed via uv sync.

Where are generated files stored?

The server returns an output OSS URL; files are stored in a cloud object storage service.

What transport protocol does this server use?

The server is built as an MCP (Model Context Protocol) server, using standard MCP transport mechanisms.

Do I need any authentication beyond the API key?

Yes, the server uses the SKYWORK_API_KEY environment variable for authentication with the SkyWork API.

评论

其他 分类下的更多 MCP 服务器