Add MyClaw personal analytics platform integration#46
Draft
Conversation
Agent-Logs-Url: https://github.com/lippytm/AI-Time-Machines/sessions/636ede35-17ff-4d76-916e-1b2b66883801 Co-authored-by: lippytm <65956507+lippytm@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update OpenClaw integration with MyClaw
Add MyClaw personal analytics platform integration
Apr 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds MyClaw as a new platform integration to support users running OpenClaw alongside MyClaw. MyClaw is a personal analytics platform with dashboard widgets and private data insights.
Type of Change
Related Issue(s)
Changes Made
src/myclaw.js— New MyClaw client class:sendEvent,sendPrediction,updateDashboard,getAnalytics, internal_requesthandlersrc/index.js— ExportMyClawalongside existing integrationsbackend/src/models/Integration.js— Add'myclaw'to platform ENUMbackend/src/routes/integrations.js— Add'myclaw'to platform validationisInlistbackend/src/controllers/integrationsController.js— Add MyClaw entry togetPlatforms()and'myclaw'case informatPredictionForPlatform()tests/myclaw.test.js— 14 unit tests covering all public methodsexamples/integrations-example.js— AddcreateMyClawIntegration()exampleINTEGRATIONS.md— Document MyClaw as platform Implement comprehensive AI-Time-Machines framework with enhanced component integration #7.env.example— AddMYCLAW_API_KEY(and missingOPENCLAW_API_KEY)Example client usage:
Testing
Screenshots (if applicable)
Checklist
Additional Context
MyClaw follows the same pattern as the existing
OpenClawclient. The'myclaw'platform value is now accepted consistently across the model ENUM, route validation, controller logic, and documentation.