joyspace-create

Automate JoySpace document creation with title and content input.

2|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/Maruko912/joyspace-mcp-skills --skill joyspace-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: joyspace-create
Source: https://github.com/Maruko912/joyspace-mcp-skills/tree/main/skills/joyspace-create
Command: npx skills add https://github.com/Maruko912/joyspace-mcp-skills --skill joyspace-create

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation of new JoySpace documents by programmatically guiding users through the UI to input a title and content, reducing manual steps and potential errors.

Core Features & Use Cases

  • UI-guided document creation: navigate to the JoySpace home, initiate a new document, and select the document template.
  • Title and content input: place the cursor in the title, then paste long content via the clipboard to avoid editor quirks.
  • Auto-save and reliability: rely on JoySpace auto-save to preserve work and recover from navigation issues.
  • Use Case: draft meeting notes or project documents quickly for sharing with your team.

Quick Start

Create a new JoySpace document with the specified title and content using Chrome DevTools MCP.

Frequently Asked Questions about joyspace-create

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

FAQPage Schema
How do I automate JoySpace document creation?

JoySpace document creation is automated by navigating the UI via Chrome DevTools MCP, inputting a title, and pasting content from the clipboard. This handles frontend automation steps to rapidly draft meeting notes or project updates.

What is the best way to paste long markdown content into JoySpace?

The best way to paste long markdown content into JoySpace is via the clipboard to avoid editor quirks. The automation places the cursor in the title field, then uses clipboard paste for the content body to ensure reliable input.

Can I use Chrome DevTools MCP to automate JoySpace web UI navigation?

Yes, you can use Chrome DevTools MCP to automate JoySpace web UI navigation. The automation guides the browser to the JoySpace home, initiates a new document, selects a template, and inputs content programmatically.

Do I need to manually save documents created through JoySpace automation?

No, you do not need to manually save documents created through JoySpace automation. The process relies on JoySpace's built-in auto-save feature to preserve work and recover from any navigation issues during drafting.

Why does my automated JoySpace document creation fail during navigation?

Automated JoySpace document creation may fail if guardrails like login state verification or correct navigation flow are not met. Ensuring the user is logged in and the UI elements load correctly prevents these frontend automation errors.

Does JoySpace automation work for drafting project updates and meeting notes?

Yes, JoySpace automation works for drafting project updates and meeting notes. It is specifically designed for knowledge workers who need rapid document drafting, reducing manual steps and potential input errors within the JoySpace platform.