doc-core-api

Document WPS Writer API usage and coding standards for add-in development.

3|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/claude-office-skills/claude-wps-word-plugin --skill doc-core-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doc-core-api
Source: https://github.com/claude-office-skills/claude-wps-word-plugin/tree/main/skills/bundled/doc-core-api
Command: npx skills add https://github.com/claude-office-skills/claude-wps-word-plugin --skill doc-core-api

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

WPS Writer API users lack a centralized, up-to-date reference and code conventions to guide development and documentation.

Core Features & Use Cases

  • Comprehensive WPS Writer API reference snippets and usage examples.
  • Code style and safety practices for writer JS plugins.
  • Real-world scenarios: building add-ins, formatting, and automation tasks.

Quick Start

To begin, consult the doc-core-api SKILL.md to understand the API surface and coding conventions.

Frequently Asked Questions about doc-core-api

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

FAQPage Schema
How do I use the WPS Writer API to build add-ins?

To build add-ins with the WPS Writer API, consult the SKILL.md reference for API surface details, usage examples, and coding conventions. It provides snippets and real-world scenarios for formatting and automation tasks.

What coding standards should I follow for WPS Writer JavaScript extensions?

WPS Writer JavaScript extensions should follow specific code style and safety practices outlined in the API reference. These standards ensure safe core interactions, proper formatting, and streamlined documentation for your writer plugins.

Where can I find API reference snippets for WPS Writer automation tasks?

You can find API reference snippets for WPS Writer automation tasks within the doc-core-api SKILL.md file. It consolidates up-to-date usage examples and coding standards to guide your development process.

Can I use the WPS Writer API for document formatting and core interactions?

Yes, the WPS Writer API supports document formatting and core interactions. The reference provides coding standards and real-world scenarios to safely implement these formatting and automation features in your JS plugins.

What is the best way to integrate WPS Writer JS plugins safely?

The best way to integrate WPS Writer JS plugins safely is by applying the code style and safety practices from the centralized API reference. It guides core interactions and formatting to ensure secure add-in development.