wps-airpage

Automates WPS AirPage document operations via CLI and API wrapper.

16|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/WPS-SmartDocs/WPS-AirPage-Skill --skill wps-airpage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wps-airpage
Source: https://github.com/WPS-SmartDocs/WPS-AirPage-Skill/tree/main
Command: npx skills add https://github.com/WPS-SmartDocs/WPS-AirPage-Skill --skill wps-airpage

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires commander, inquirer, playwright, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This YAML description provides a robust interface to automate WPS AirPage (kdocs) document operations via a local CLI and API wrapper, enabling seamless creation, editing, and management of blocks, images, and comments without manual web interactions.

Core Features & Use Cases

  • Create new AirPage documents and populate the initial content (Markdown/HTML to blocks).
  • Read, search, and navigate document structure (outline and block queries).
  • Insert, update, and delete blocks, including text, headings, tables, and images.
  • Upload images as attachments and insert image blocks with precise sizing.
  • Manage comments (list, add, reply, update) with alignment to selection anchors.
  • Support authentication flows (cookie + CSRF) with MCP-based zero-click options and browser fallbacks.
  • Works across multiple agents/platforms (Claude Code, Cursor, Codex, Gemini) via a consistent CLI surface.

Quick Start

Use the CLI to authenticate, locate a document, and perform a sequence of operations such as creating a doc, inserting content, and validating results.

Frequently Asked Questions about wps-airpage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate WPS AirPage document operations via CLI?

You can automate WPS AirPage document operations via CLI by using a local API wrapper to execute block operations, enabling seamless creation, editing, and management of content blocks, images, and comments without manual web interaction.

Can I convert Markdown or HTML content into AirPage document blocks?

Yes, you can convert Markdown or HTML content into AirPage document blocks. The CLI supports creating new AirPage documents and populating them with initial content parsed directly from Markdown or HTML inputs into structured blocks.

Does the WPS AirPage automation CLI support handling comments and image uploads?

The WPS AirPage CLI supports handling comments and image uploads by allowing you to list, add, reply, and update comments aligned to selection anchors, and upload images as attachments with precise sizing for image blocks.

What authentication is required to automate kdocs AirPage operations?

Automating kdocs AirPage operations requires cookie and CSRF credential handling, utilizing MCP-based zero-click authentication flows or browser fallbacks to securely authorize local CLI API requests.

Can I use this AirPage CLI automation tool with AI coding agents like Cursor or Claude?

Yes, you can use this AirPage CLI automation tool with AI coding agents like Cursor, Claude Code, Codex, and Gemini. It provides a consistent CLI surface that works across multiple platforms for end-to-end workflow automation.

What are the limitations of automating AirPage document structure queries via CLI?

Automating AirPage document structure queries via CLI relies on Playwright and commander dependencies. While it can navigate outlines and query blocks, complex operations are bound by local API wrapper constraints and the AirPage API structure.