MyLister skill for AI agents

Your lists are one sentence away.

Give Codex direct, secure access to the MyLister actions you already use—then add tasks, check priorities, update projects, and attach context without opening another tab.

Agent Skills compatible

Codex

Claude Code

OpenClaw

Hermes

MYLISTER / AGENT LINK Ready

Example session

Add “Renew passport” to my Today list and remind me Friday at 9am.

Codex Lister skill MyLister
Added to TodayReminder set for Friday at 09:00

Your API key stays out of prompts. The skill reads it from your environment and sends it to the MyLister API.

Natural language, real actions

One sentence can do the whole job.

The skill understands the work around an item—not only the item name—so your lists keep their useful context.

Capture

Turn a thought into a complete item.

Add tasks with notes, comments, priority, and reminders in the same sentence.

Add "Call Mama" to Today, priority, reminder tomorrow at 9am.
Organize

Keep every list moving.

Create lists, find items, update text, mark work done, reorder notes, or move items between lists.

Move the passport task from Today to Travel Planning.
Projects

Add structure when the work needs it.

Create project lists and set start dates, due dates, duration, and assignees.

Add the design milestone due Friday for 3 hours, assigned to Larry.
Files & sharing

Keep the context beside the task.

Attach files, upload images or voice, work with comments, and export or email what you need.

Attach the brief to the launch item and export it as HTML.

Your data stays in MyLister

Use an agent. Keep one source of truth.

Codex performs the action through MyLister's public API. Your lists remain available in the web app, mobile experience, and every place you already use them.

Ask naturallyYour AI agent
Organized resultMyLister

Install for Codex

Three steps. Then just ask.

The repository is a standalone Agent Skills-compatible skill. Install it once, keep your key out of prompts, and start a fresh Codex session.

View source and MIT license
01
Install and build

Clone the skill into Codex.

git clone https://github.com/mgoettel13/MyLister-Skill.git "$CODEX_HOME/skills/lister"
cd "$CODEX_HOME/skills/lister"
npm ci

npm ci runs the TypeScript build automatically.

02
Connect securely

Add your MyLister API key.

$env:LISTER_API_KEY = "your-api-key-here"

Create or copy the key in MyLister Settings under the API Key tab. Never paste it into a prompt.

Open API Key settings
03
Start a new session

Tell Codex what should happen.

“Add ‘Call Mama’ to my Today list and remind me tomorrow at 9am.”

Codex loads the skill when your request matches a MyLister action.

Let your assistant organize the place you already trust.

Create a MyLister account, install the skill, and make the next sentence count.