cyime-workspace

Search and modify Cyime workspace documents and folders via MCP.

21|3|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/Coldin04/Cyime --skill cyime-workspace
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cyime-workspace
Source: https://github.com/Coldin04/Cyime/tree/main/docs/skills/cyime-workspace
Command: npx skills add https://github.com/Coldin04/Cyime --skill cyime-workspace

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cyime workspace users need a reliable way for an AI to find existing documents and confidently read and update them without breaking structure, losing context, or mishandling deletes.

Core Features & Use Cases

  • Workspace search & discovery: Find folders, documents, and media references by keyword when the exact target isn’t known.
  • Document read & write with safety: Read Markdown first, then update via patch or full replace with explicit protection against overwrites and risky deletions.
  • File operations & organization: Create folders, create documents, rename/move/copy files, and move-to-trash deletion after explicit confirmation.
  • Private image placeholder preservation: Keep cyime-asset:<assetId> placeholders intact for round-trip image management.

Quick Start

Tell the assistant to search your Cyime workspace for the document about “Q3 launch plan”, read it in Markdown, and then update the “Risks” section by adding three new, well-scoped risk items with mitigations.

Frequently Asked Questions about cyime-workspace

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

FAQPage Schema
How do I search and update Cyime workspace documents without losing existing Markdown context?

To update Cyime workspace documents safely, the assistant reads existing Markdown first, then performs patch or full replace operations with explicit overwrite protection and delete confirmation to prevent context loss.

How does an AI assistant locate unknown folders and files in a Cyime workspace?

Workspace search and discovery allows the assistant to find folders, documents, and media references by keyword when the exact target is unknown, using MCP-first calls with REST Open API fallback.

Do I need OAuth or bearer tokens for AI document organization in Cyime?

Yes, safe create, update, and move operations for Cyime workspace documents require optional OAuth or token-based authentication, handling bearer authorization to secure persistent knowledge workflows.

What is the safest way to handle file deletions and move-to-trash operations in Markdown workspaces?

The safest way to handle Markdown workspace deletions is using move-to-trash operations, which require explicit user confirmation before execution to enforce strict safety rules against risky deletions.

How are private image placeholders preserved during Markdown document updates?

Private image placeholders are preserved by keeping cyime-asset:<assetId> tags intact during Markdown round-trip management, ensuring image references remain stable across read and write operations.

Can I rename and move files in bulk while organizing Cyime workspace documents?

You can rename, move, and copy files to organize Cyime workspace documents, applying controlled modification workflows that maintain structural integrity without mishandling folder hierarchies.