AI Agent Hub
Back to skills
Kingsoft WPS Cloud Docs Assistant icon

Kingsoft WPS Cloud Docs Assistant

Office Efficiency Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please follow https://skillhub.cn/install/skillhub.md to install @user_af163eaa/z-wps-cloud-docs.

About this skill

Problem

Integrating Kingsoft Docs / WPS cloud docs usually gets stuck on OAuth2 credentials, API paths, permission scopes, and error triage. This skill targets engineering workflows that write data into online spreadsheets, query bitable-style tables, or manage sharing permissions.

How It Works

  • Platform access: Uses Kingsoft/WPS Open Platform client_id and client_secret to obtain an access_token via client_credentials or authorization-code flow.
  • Capability scope: Covers cloud document read/write, multi-dimensional tables, contacts, and notifications through openapi.wps.cn endpoints such as /docsapi/... and /v7/....
  • Troubleshooting: Follows goal, credentials, token, API call, and error code to distinguish client errors, missing permissions, and expired tokens.

Boundaries

  • Operates only within the user’s authorized document and file scope; no cross-user access.
  • client_secret stays local and must not be transmitted or leaked.
  • Sharing-permission changes are sensitive and require confirmation before execution.
  • Provides method guidance and call skeletons, not credential custody; follow the latest official docs.

Use Cases

  • Confirm client_id, client_secret, grant_type, and access_token flow before wiring a WPS open app.
  • Prepare cloud-doc write calls by checking read/write scopes and the relevant /docsapi endpoint path.
  • Build multi-dimensional table requests by choosing the /v7 route, shaping parameters, and handling responses.
  • Debug failed WPS API calls by separating client errors, missing scopes, and expired tokens.

Best For

  • Backend engineers who need to push script-generated data into Kingsoft Docs online spreadsheets
  • Data engineers who need to call WPS bitable-style APIs and handle responses
  • Integration engineers who troubleshoot WPS OAuth2, scope, and token errors
  • Operators or admins who manage sharing-permission changes with a confirmation step