Agent
Teach Cursor and OpenCode Appaloft.
Local appaloft setup agent writes skill files and MCP into the Cursor or OpenCode already on this machine. That is the Agent door. Codex still needs appaloft auth mcp login and appaloft auth mcp codex install. OpenCode may need --agent opencode.
- appaloft setup agent writes skill and MCP into Cursor or OpenCode on this machine.
- It does not deploy. Setup writes local files, not a live URL.
- Codex still needs appaloft auth mcp login and appaloft auth mcp codex install.
Setup agent
This writes skill files and MCP into the editor already on this machine. It does not deploy.
appaloft setup agentGrok Bot plugin
Add Appaloft from Grok Bot's plugin directory, then Authenticate.
- Open the plugins directory in Grok Bot.
- Search Appaloft.
- Click Add.
- Authenticate with OAuth.
The plugin is the existing Appaloft skill plus hosted MCP at https://app.appaloft.com/mcp.
This does not replace appaloft setup agent on this machine.
Editors already on this machine
Cursor
Use the Cursor you already have. appaloft setup agent writes skill and MCP into that editor. Official skill docs do not list a Cursor agent flag. The skill itself does not deploy.
OpenCode
Same local door. OpenCode may need --agent opencode. Setup agent does not deploy.
Agent indexCoding agents should start at /llms.txt — setup briefing, not a second encyclopedia.
The coding-agent index is /llms.txt. Setup agent is shipped. Codex still needs the two auth mcp commands in the docs.
Official documented hosts. Official skill docs name --agent claude-code and --agent codex. OpenCode may need --agent opencode. Do not print --agent cursor.
npx skills add appaloft/appaloft --skill appaloft --global --agent claude-code --copy --yesnpx skills add appaloft/appaloft --skill appaloft --global --agent codex --copy --yesThen say this
Help me deploy this app with Appaloft. On success, return this app's live URL.
Read these docs first. Do not invent paths:
- First deployment: https://docs.appaloft.com/en/start/first-deployment
- Skill: https://docs.appaloft.com/en/agents/skill
- MCP: https://docs.appaloft.com/en/agents/mcp
- CLI: https://docs.appaloft.com/en/reference/cli
- Entrypoints: https://docs.appaloft.com/en/start/entrypoints
- Deploy skill: https://docs.appaloft.com/en/agents/deploy-skill
Do this in order:
1. Run `appaloft setup agent` to write the Appaloft skill and MCP into the Cursor or OpenCode already on this machine. Codex still needs `appaloft auth mcp login` and `appaloft auth mcp codex install`. OpenCode may need `--agent opencode`.
2. Before every deploy, ask the human.
3. Then run `appaloft deploy .`.
4. On success, return this app's live URL.
Never export tokens. Never ask the human to paste cookies, bearer tokens, or private keys into chat.Then MCP
Setup agent writes MCP for detected hosts. Codex still needs these two documented commands. Do not run appaloft mcp --help — top-level --help swallows it.
npx @appaloft/mcpappaloft mcp stdio