Install
openclaw skills install @xtiles/xtilesCreate and manage structured visual pages, projects, tiles, tasks and workflows in xTiles via MCP.
openclaw skills install @xtiles/xtilesxTiles is a visual workspace for notes, projects, and tasks. This skill connects the hosted xTiles MCP server and tells the agent when and how to use its tools.
Connect the remote xTiles MCP server, then sign in via OAuth:
openclaw mcp add xtiles \
--url https://mcp.xtiles.app/mcp \
--transport streamable-http \
--auth oauth
openclaw mcp login xtiles
openclaw mcp doctor xtiles --probe
Once connected, the xTiles tools become available to the agent.
xt_…) are also accepted as bearer tokens.Use these tools when the user wants to read or edit their xTiles workspace:
Most tools are read-only. Some tools change the user's real xTiles workspace:
create_* add new projects, pages, tiles, or tasks; update_task,
patch_view_content, set_page_description and set_page_layout overwrite
existing content; and delete_tasks permanently removes tasks (irreversible).
Confirm intent before destructive actions and operate only on the resources the
user asked about.
xtiles_get_user_timezone first and resolve dates against
the returned IANA timezone before creating or updating tasks.xtiles_list_workflows first to
check for a prepared recipe, then follow it via xtiles_get_workflow.tools/list on the endpoint for the exact tool names, parameters and JSON
schemas — this skill lists capability groups, not individual tool signatures.