Skip to content

Repository files navigation

Mana

skills.sh

Your Personal Agent for iPhone. Describe what you want in plain language and Mana turns it into a real, runnable creation on your iPhone — apps, trackers, two-player games, and shared albums — with a real backend wired in. Create · Play · Remix.

This repository is Mana's public agent & developer presence: machine-readable docs, an agent skill, and instructions for how AI agents and AI coding tools should understand and interact with Mana. The product itself (the iOS app and its backend) is closed-source; this repo exists so agents can discover Mana at a predictable, public location.

How Mana works

  1. Start with a sentence — describe what you want, like telling a friend.
  2. Mana writes the code — files, logic, and UI, generated and checked.
  3. It runs on your iPhone — no install, no TestFlight, instant.
  4. Share with one tap — every creation gets a {handle}.mana.am link; it can be remixed by anyone.

Native iOS surfaces (Dynamic Island, widgets, Siri, Shortcuts, sensors) and a real backend (database, file storage, push, email, realtime, 500+ integrations) are baked into every creation.

Public read API

Base URL https://api.mana.am. No authentication; read-only; fair-use.

Endpoint Description
GET /public/share/community Paginated, sortable, searchable community feed
GET /public/share/tags Globally popular tags with counts
GET /public/share/user/{handle} Public creator profile + their public apps
GET /public/share/app/{handle}/{slug} Public data for one creation

Full schema: OpenAPI 3.1. Responses use the envelope { "code": 0, "data": ... }.

curl "https://api.mana.am/public/share/community?sort=recent&limit=5"

There is no public write API or OAuth-for-agents flow. Public automation is read-only. Building happens in the iOS app.

MCP server

Mana publishes a read-only MCP server for public community data.

Tools:

  • search_community_apps
  • get_popular_tags
  • get_creator_profile
  • get_app_share
curl -X POST "https://api.mana.am/mcp" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json, text/event-stream" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'

For AI agents

Install the official skill locally:

npx skills add https://github.com/mana-am/agent-presence --skill mana

External publishing runbooks

Links

About

Official Mana agent skill, MCP discovery, and developer context for AI agents

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors