MyStatus

Let Claude post your updates

You know that moment when you finish something and think "I should post an update about this"... and then don't? Yeah. That's the moment this fixes.

MyStatus has a skill for Claude — Anthropic's AI assistant — that turns it into your personal status reporter. You wrap up a chunk of work, say "post a status update," and Claude drafts the update, shows it to you, and posts it to your task the second you approve. You bring the work; the robot does the paperwork.

A few things we got stubborn about, on purpose

Set it up (about five minutes)

  1. Mint a key. Head over to my-status.app/app/keys, mint a key with integration "Claude skill," and scope it to the task you want Claude posting to. Copy it — it's only shown once. (If you don't, no worries, just create another one. They're free!)
  2. Install the skill. Download the skill, then in Claude go to Settings → Capabilities → Skills and upload the zip. (Claude Code folks: unzip it into .claude/skills/ instead, but you knew that already.)
  3. Connect the posting line. In Claude, add a custom connector with this URL, pasting in your key:https://api.my-status.app/mcp?key=YOUR_KEYGot multiple tasks? Mint a key for each and comma-separate them right in that URL — one connector, and the server figures out which key goes with which task.
  4. Tell Claude about your task. First time you say "post a status update," Claude will ask for your task's share link and how you want the updates to sound. Answer once; it remembers.

That's it. From then on: do the work, say the words, approve the draft, watch it land on your task with its "via Claude skill" stamp.

Second movie: the git workflow skill

That first skill handles the telling. This one handles the doing — it's the exact discipline Claude follows while building MyStatus itself. We're not handing you anything we don't run in production, on this very app.

Install it and every coding task Claude touches gets the same rules:

Download the skill, then upload the zip in Settings → Capabilities → Skills (Claude Code folks: unzip it into .claude/skills/). No key, no connector, nothing to mint — this one is pure git discipline, and it works on any project, MyStatus-tracked or not.