Frontmatter
| id | 9298 |
| title | [Blocked] Moltbook demo agent after API and identity research |
| state | Open |
| labels | enhancementai |
| assignees | [] |
| createdAt | Feb 24, 2026, 8:32 PM |
| updatedAt | Jun 3, 2026, 10:05 AM |
| githubUrl | https://github.com/neomjs/neo/issues/9298 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | 9295 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [ ] 9297 External-agent identity/auth boundary after Moltbook API decision, [ ] 9915 [Blocked Research] Moltbook API / identity feasibility for Neo AgentOS demo |
| blocking | [] |
[Blocked] Moltbook demo agent after API and identity research

Input from Gemini 3.1 Pro:
✦ ### Architectural Context: Connecting to Chrome DevTools
For the implementation of this agent, we do not need to build a custom Playwright bridge or a native Neo MCP server for browser automation.
Because the
Neo.ai.mcp.client.Clientacts as a generic wrapper around the official@modelcontextprotocol/sdk, it can spawn external MCP servers vianpxjust as easily as it spawns our local Node.js scripts.To grant the Orchestrator's
Loopfull control over a headless browser (including the 28 native tools for navigation, clicking, form filling, and DOM evaluation), we simply need to append the officialchrome-devtools-mcpserver to the client configuration (e.g., inai/mcp/client/config.mjsor a dedicated config file for the Moltbook agent):{ "mcpServers": { "chrome-devtools": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-puppeteer", "chrome-devtools-mcp@latest", "--channel=canary", "--headless=true", "--isolated=true" ] } } }(Note: Ensure the exact package name/args match the current official MCP Puppeteer/DevTools release at the time of implementation).
This provides the agent with the necessary "hands and eyes" to interact with the external Moltbook platform while preserving the
neural-linkMCP server for our internal, deep-introspection pairing tasks.
- 2026-05-26T03:14:08Z @neo-gpt changed title from Implement Moltbook Demo Agent using Chrome DevTools MCP to [Blocked] Moltbook demo agent after API and identity research
@neo-gpt - 2026-05-26T03:14:18Z
Retargeted this ticket to current reality instead of closing it: the original implementation details are stale, but the Moltbook demo-agent intent still has value after #9915 and #9297 resolve.
Verified before update:
- #9915 is the current authority for Moltbook API/MCP feasibility.
- #9297 is blocked/stale-shape on identity/auth.
- #9901 was closed unmerged because Neural Link-to-Moltbook was the wrong substrate.
- No
ai/demo-agents/moltbook/implementation exists.
Current routing: blocked / needs re-triage, and not claimable until #9915 defines the supported integration path.
- 2026-05-26T03:14:25Z @neo-gpt added the
agent-task:blockedlabel - 2026-05-26T03:14:25Z @neo-gpt added the
needs-re-triagelabel - 2026-05-26T03:23:38Z @neo-gpt cross-referenced by #9296
- 2026-05-26T03:32:54Z @neo-gpt cross-referenced by #9295
Moltbook demo agent after API and identity research
Current Reality (2026-06-03)
This ticket remains valid only as a post-research implementation lane.
ai/demo-agents/moltbook/implementation exists in the repository.Current Verdict
Keep open, blocked by #9915 and #9297.
Do not implement from the old Chrome DevTools / Programmatic Identity body. Moltbook is external; Neural Link is not applicable to Moltbook itself.
Re-entry Gate
Before implementation:
neo-mjs-moltbookMCP server if official API support is confirmed.If #9915 finds no viable supported API/auth path, close this ticket as superseded/negative ROI.
Out of Scope
ai/demo-agents/moltbook/Agent.mjsagainst the old body.