Mojo

Open standard

Your magiks belong to you. Export them anywhere.

AskMojo is compatible with agentskills.io, the Anthropic Skills open standard adopted by 35+ agents and IDEs. Every magik is 1-click exportable into a format any agent understands.

Composability: magiks → lab → any agent

Each magik is a self-contained brick (a SKILL.md file). You combine several into a lab, a thematic container. That lab exports as-is to any agent that speaks the agentskills format.

magikSKILL.mdmagikSKILL.mdmagikSKILL.mdyour lab1-click export → agentskills.io formatClaude CodeCursorGooseCodexGemini CLI+ 30 more, no platform lock-in

The 4 layers of a personal AI

An AI that's truly yours only depends on a single provider for the commoditized parts (raw compute, runtime). The rest, your know-how (magiks) and your data (memory), belongs to you and travels with you.

Your magiks (skills)Your workflows. Open SKILL.md format.YOURSYour memoryYour data, your preferences, your history.YOURSAgent runtimeThe execution loop. Claude Code, Cursor, AskMojo, etc.RENTEDCompute / modelThe raw LLM. Claude, GPT, Gemini, Mistral...RENTEDPORTABLE

The agentskills.io format

A simple folder. A SKILL.md file with a YAML header (name + description) and your instructions in Markdown. Human-readable, machine-executable.

my-magik/
├── SKILL.md← required: frontmatter (name + description) + instructions
├── scripts/← optional: composio-actions.json stubs
├── references/← optional: linked docs / URLs
└── assets/← optional
# SKILL.md example
---
name: weekly-priorities
description: Extract and rank top 5 priorities from your inbox.
metadata:
askmojo_id: abc123
author: Mojo
---
# Weekly Priorities
Instructions here...

How to export

1

Open any public magik

2

Click "Export → agentskills format"

3

Drop the folder into your agent

e.g. Claude Code: `~/.claude/skills/<slug>/` → restart → skill detected via /help

Compatible with 35+ agents

Claude Code
Anthropic
Cursor
Cursor Inc.
Goose
Block
Letta
Letta AI
Hermes
Nous Research
OpenAI Codex
OpenAI
Mistral Vibe
Mistral AI
Gemini CLI
Google
OpenCode
OpenCode
GitHub Copilot
GitHub / Microsoft

+ 25 more: see full list

Try it now

Log into AskMojo, open any public magik, and download it in agentskills format.

Related