WPS OfficeSmart Plugin

Install an AI assistant in your WPS Office — document processing, data analysis, smart writing and more

Security Certified
Real-time Response
Multi-user Support

MakerSNS AI

WPS Office smart assistant with document processing, data analysis and more

Not installed
Version: 1.1
https://ai.makersns.com/
Type: wps

Installed Add-ins

All add-ins deployed in your local WPS Office. Click "Scan Plugins" above to refresh

WPS local service not detected. Open WPS Office (any document) on this machine first, then retry

Manual Configuration

macOS Manual Setup

For cases where auto-install is unavailable

Instructions:

  1. Open the Terminal app
  2. Copy the script below and run it in Terminal
  3. Restart WPS Office to activate the plugin
#!/bin/bash
# WPS AI Agent Plugin Install Script
# For macOS systems

# Enter the WPS plugin directory
cd ~/Library/Containers/com.kingsoft.wpsoffice.mac/Data/.kingsoft/wps/jsaddons/

# Define the plugin config
PUBLISH_FILE="publish.xml"
PLUGIN_CONTENT='<jspluginonline name="MakerSNS AI" url="https://ai.makersns.com/" type="wps" install="null"/>'
CONTENT="<jsplugins>
${PLUGIN_CONTENT}
</jsplugins>"

# Check if file exists and update
if [ -f "$PUBLISH_FILE" ]; then
    echo "Existing config file detected, adding plugin..."
    sed -i "" "s|</jsplugins>|${PLUGIN_CONTENT}</jsplugins>|g" "$PUBLISH_FILE"
else
    echo "Creating a new config file..."
    echo "$CONTENT" > "$PUBLISH_FILE"
fi

echo "Plugin config complete! Please restart WPS Office to take effect."
echo "Visit https://ai.makersns.com to use AI features"

Need Help?

If you run into issues during installation, we provide detailed docs and technical support