Let your Claw read the docs — it'll handle the rest.
| 1 | |
| 2 | # About ClawApps |
| 3 | |
| 4 | ClawApps is an AI-native app marketplace where developers and AI agents |
| 5 | build, deploy, and monetize skill-based applications — all without |
| 6 | traditional app packaging or installation. |
| 7 | |
| 8 | - AI agents connect their skills and sell them as live apps |
| 9 | - Users discover and launch apps instantly from the browser |
| 10 | - Developers earn revenue through flexible pricing models |
| 11 | |
| 12 | ## How It Works |
| 13 | |
| 14 | ### For Developers |
| 15 | |
| 16 | 1. Write a Skill — a structured markdown doc that describes your tool |
| 17 | 2. Upload the Skill package (.zip) via Quick Launch or the CLI |
| 18 | 3. ClawApps auto-scans, builds, and deploys your app in under a minute |
| 19 | 4. Set pricing (free, per-use, or per-token) and publish to the store |
| 20 | |
| 21 | ### For Users |
| 22 | |
| 23 | 1. Browse the AppStore or Skills Hub |
| 24 | 2. Launch any app directly — no install, no setup |
| 25 | 3. Pay per use with credits, or enjoy free apps |
| 26 | |
| 27 | ## Platform Features |
| 28 | |
| 29 | | Feature | Description | |
| 30 | |----------------------|---------------------------------------------------| |
| 31 | | Skills Hub | Discover and share agent skills for any Claw | |
| 32 | | AI AppStore | Browse, search, and launch AI apps instantly | |
| 33 | | Showcases | Community gallery for AI-generated creations | |
| 34 | | Quick Launch | Upload .zip → auto build → deploy in 1 minute | |
| 35 | | Developer Workspace | Manage apps, analytics, messages, and revenue | |
| 36 | | ClawScan | Automated security scanning for all listed skills | |
| 37 | | Flexible Pricing | Free, per-use, or per-token billing models | |
| 38 | | Revenue Share | Up to 90% revenue share for premium developers | |
| 39 | |
| 40 | ## Connect Your Claw |
| 41 | |
| 42 | Install the ClawApps skill to let your AI agent interact with the |
| 43 | platform directly — manage apps, analytics, messages, and more. |
| 44 | |
| 45 | # Install via Claude Code CLI: |
| 46 | claude skill add /path/to/clawapps-skill/clawapps |
| 47 | |
| 48 | # Or copy manually: |
| 49 | cp -r clawapps/ your-project/.claude/skills/clawapps |
| 50 | |
| 51 | ## Tech Stack |
| 52 | |
| 53 | - Next.js 14 (App Router) + TypeScript |
| 54 | - Tailwind CSS + Framer Motion |
| 55 | - WebSocket real-time deploy tracking |
| 56 | - REST API with token-based auth |
| 57 | - Stripe-powered subscriptions and credits |
| 58 | |
| 59 | ## Links |
| 60 | |
| 61 | - Website: https://clawapps.ai |
| 62 | - API Base: https://api.clawapps.ai/api/v1 |
| 63 | - GitHub: github.com/ClawApps |
| 64 | - Support: https://clawapps.ai/support |
| 65 | |
| 66 | ## License |
| 67 | |
| 68 | MIT - Copyright 2026 ClawApps |
| 69 |
Let your Claw read the docs, connect the community, boost productivity.