Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@mind-your-now/skills

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mind-your-now/skills

Universal MYN API skills for AI assistants

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

@mind-your-now/skills

Universal MYN API skills for AI assistants. Teaches any AI agent how to interact with the Mind Your Now productivity platform via its REST API.

What's Inside

skills/
  myn-api/
    SKILL.md              # Main skill: philosophy, auth, routing table, workflows
    references/
      authentication.md   # API key setup, scopes, rate limits
      tasks-api.md        # Unified tasks: CRUD, complete, archive, search
      briefing-api.md     # Compass: status, generate, corrections, complete
      calendar-api.md     # Events: list, create, delete, meetings
      habits-api.md       # Streaks, skip, chains, schedule, reminders
      lists-api.md        # Grocery: get, add, toggle, bulk_add, convert
      timers-api.md       # Countdown, alarm, pomodoro, snooze
      search-api.md       # Unified search
      memory-api.md       # Remember, recall, forget, search
      profile-api.md      # User info, goals, preferences
      household-api.md    # Members, invites, chores, schedule
      projects-api.md     # List, get, create, move_task
      planning-api.md     # Plan, schedule_all, reschedule
    scripts/
      myn-api.sh          # curl wrapper with auth header injection

Usage

Claude Code / Panopticon

Copy the skill directory to your skills folder:

cp -r skills/myn-api ~/.claude/skills/
# or
pan sync  # if using Panopticon

OpenClaw

Install the OpenClaw plugin which bundles these skills automatically:

openclaw plugins install @mind-your-now/openclaw-plugin

Cursor / Other AI Editors

Clone this repo and add the skill directory to your project rules or context.

Prerequisites

  • A Mind Your Now account at mindyournow.com
  • An API key with AGENT_FULL scope (Settings > API Keys)

Architecture

This package contains pure structured documentation — no TypeScript, no build step, no runtime dependencies. Skills use Panopticon SKILL.md format with YAML frontmatter and progressive disclosure:

LayerWhat LoadsWhenToken Cost
IndexSkill name + descriptionAlways in context~24 tokens
InstructionsSKILL.md bodyWhen skill triggers~800 tokens
ReferencesPer-domain API docsOn-demand during executionLoaded as needed

License

MIT

Keywords

myn

FAQs

Package last updated on 01 Mar 2026

Did you know?

Socket

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.

Install

Related posts