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.put_sketch only when a free-form explanation adds value beyond the mind-map hierarchy.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.