
Research
/Security News
Fake imToken Chrome Extension Steals Seed Phrases via Phishing Redirects
Mixed-script homoglyphs and a lookalike domain mimic imToken’s import flow to capture mnemonics and private keys.
@mind-your-now/openclaw-plugin
Advanced tools
OpenClaw plugin for Mind Your Now - AI-powered task and life management
OpenClaw plugin for Mind Your Now - AI-powered task and life management
This plugin integrates Mind Your Now (MYN) with OpenClaw agents, enabling AI assistants to manage tasks, calendar, habits, and more using the MYN productivity methodology.
# Install via OpenClaw
openclaw plugins install @mind-your-now/openclaw-plugin
# Or via npm
npm install @mind-your-now/openclaw-plugin
Add to your OpenClaw configuration:
plugins:
entries:
myn:
enabled: true
config:
apiKey: "your-myn-api-key" # Required: API key with AGENT_FULL scope
baseUrl: "https://api.mindyournow.com" # Optional: defaults to production
AGENT_FULL scopeManage tasks, habits, and chores.
action: list | get | create | update | complete | archive | search
Examples:
# List critical tasks
action: list
priority: CRITICAL
status: PENDING
# Create a task
action: create
id: "550e8400-e29b-41d4-a716-446655440000" # Client-generated UUID
title: "Finish quarterly report"
taskType: TASK
priority: CRITICAL
startDate: "2026-03-01"
duration: "2h"
Generate and manage Compass briefings.
action: status | generate | get | apply_correction | complete_session
Examples:
# Generate morning briefing
action: generate
context: "Morning planning session"
focusAreas:
- work
- health
Manage calendar events and meetings.
action: list_events | create_event | delete_event | meetings
Examples:
# Create an event
action: create_event
title: "Team Standup"
startTime: "2026-03-01T09:00:00Z"
endTime: "2026-03-01T09:30:00Z"
Track habits, streaks, and reminders.
action: streaks | skip | chains | schedule | reminders
Manage grocery and shopping lists.
action: get | add | toggle | bulk_add | convert_to_tasks
Unified search across tasks, events, notes, and memories.
action: search
query: "quarterly report"
types:
- task
- event
Manage countdowns, alarms, and pomodoro sessions.
action: create_countdown | create_alarm | list | cancel | snooze | pomodoro
Examples:
# Create a pomodoro session
action: pomodoro
workDuration: 25
breakDuration: 5
sessions: 4
# Create a countdown
action: create_countdown
durationMinutes: 30
label: "Focus time"
Store and retrieve agent memories.
action: remember | recall | forget | search
Examples:
# Remember user preference
action: remember
content: "User prefers morning meetings before 10am"
category: user_preference
tags: ["meetings", "preferences"]
importance: medium
Manage user profile, goals, and preferences.
action: get_info | get_goals | update_goals | preferences
Manage household members, invites, and chores.
action: members | invite | chores | chore_schedule | chore_complete
Manage projects and categories.
action: list | get | create | move_task
AI-powered planning and scheduling.
action: plan | schedule_all | reschedule
Mind Your Now uses urgency-based prioritization rather than traditional importance-based systems.
The "Going Home Test": "Would you work until midnight to finish this?"
Tasks you'd like to do soon but aren't burning. The max you can scan in one glance.
Items with start dates 10+ days in the future. This gets them OFF your mental radar so you can focus.
Low urgency tasks that don't fit elsewhere.
When creating tasks, you MUST provide:
| Field | Description |
|---|---|
id | Client-generated UUID (crypto.randomUUID()) |
taskType | TASK, HABIT, or CHORE |
priority | CRITICAL, OPPORTUNITY_NOW, OVER_THE_HORIZON, or PARKING_LOT |
startDate | ISO 8601 date (YYYY-MM-DD) |
Type-Specific Requirements:
recurrenceRulerecurrenceRule, always household-scopedDuration Format: Use simple format like "30m", "1h", "1h30m" (NOT ISO PT prefix)
This plugin includes a companion skill at skills/myn/SKILL.md that teaches agents MYN workflow patterns including:
# Clone the repository
git clone https://github.com/mindyournow/openclaw-plugin.git
cd openclaw-plugin
# Install dependencies
npm install
# Run tests
npm test
# Build
npm run build
# Type check
npm run typecheck
The shared API client used by all tools:
import { MynApiClient } from '@mind-your-now/openclaw-plugin';
const client = new MynApiClient(
'https://api.mindyournow.com',
'your-api-key'
);
// Make authenticated requests
const tasks = await client.get('/api/v2/unified-tasks');
const newTask = await client.post('/api/v2/unified-tasks', { ... });
The plugin includes comprehensive test coverage:
# Run all tests
npm test
# Run with coverage
npm run test -- --coverage
# Watch mode
npm run test:watch
Contributions are welcome! Please read our Contributing Guide for details.
MIT © Mind Your Now
Built with ❤️ by the Mind Your Now team
FAQs
OpenClaw plugin for Mind Your Now - AI-powered task and life management
We found that @mind-your-now/openclaw-plugin demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Mixed-script homoglyphs and a lookalike domain mimic imToken’s import flow to capture mnemonics and private keys.

Security News
Latio’s 2026 report recognizes Socket as a Supply Chain Innovator and highlights our work in 0-day malware detection, SCA, and auto-patching.

Company News
Join Socket for live demos, rooftop happy hours, and one-on-one meetings during BSidesSF and RSA 2026 in San Francisco.