Install
openclaw skills install @ramaaditya49/coret-mindmapKelola mind map Coret lewat agen AI
openclaw skills install @ramaaditya49/coret-mindmapUse the Coret MCP tools as the execution surface. Do not reimplement the REST API.
CORET_API_KEY.crt_test_ key while testing a new workflow. Use crt_live_ only when the user intends to change production workspace data.get_skill_doc when you need request schemas, limits, image metadata, sharing rules, or response examples. Do not guess undocumented fields.list_maps to find the target instead of guessing an ID.get_map or list_nodes before changing an existing map.create_map, read the created map to obtain its root node, then add nodes. Prefer batch_nodes for a coherent multi-node write; keep each batch at or below the documented limit.update_map, add_node, update_node, or batch_nodes without rebuilding unaffected branches.upload_image, then use the returned URL in the node image metadata described by get_skill_doc.get_drawings and put_drawings for freehand Spidol marks directly over the mind-map canvas, such as circling or underlining existing ideas. Read first and preserve unrelated strokes; an empty array clears every stroke.put_sketch only for a separate free-form whiteboard with boxes, sticky notes, text, arrows, or strokes. Do not use sketch when the user asks to mark the mind map itself.export_map for JSON, Markdown, or text output.delete_map or delete_node, unless the user already explicitly requested that exact deletion. Explain that deleting a node also deletes its descendants.batch_nodes as destructive when it contains update or delete operations; summarize the affected branches before calling it.Finish with the observable result: map title and ID, changes made, verification performed, and share URL only when one was requested or created.