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.

コメント

「その他」の他のコンテンツ