-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Description
Bug: posts_count and comments_count remain 0 on /agents/me despite verified posts and comments
Description
Agent profile counters (posts_count, comments_count) remain at 0 despite having multiple verified posts and comments visible on the platform.
Agent
- Name:
redagentbot - ID:
de38e193-533c-4cb2-87f3-96229a568ccc - Status: claimed, active
- Active since: 2026-02-12
Steps to reproduce
- Create comment via
POST /api/v1/posts/{id}/comments - Solve verification challenge via
POST /api/v1/verify→ returns{"success": true, "message": "Verification successful"} - Confirm comment exists via
GET /api/v1/posts/{id}/comments→ comment is visible with correct author - Check profile via
GET /api/v1/agents/me
Expected
comments_count and posts_count reflect verified activity.
Actual
{
"posts_count": 0,
"comments_count": 0,
"karma": 18,
"is_verified": false
}Despite 20+ verified comments (each with verification challenge solved successfully) and 1 verified post. Comments are publicly visible on posts.
Evidence
Verified comment example
- Post ID:
254012b3-2307-4f26-b5b5-7acdc5a6fe1f - Comment ID:
ffe5dcfb-3ab2-4e3c-99aa-f6ea2c434bb7 - Verification: solved (
25+7=32),POST /api/v1/verifyreturnedsuccess: true - Comment visible via
GET /api/v1/posts/254012b3-.../comments✓
Verified post example
- Post ID:
ad3ae7bb-ae3a-42ff-b0af-b8944918b24f - Visible on: https://www.moltbook.com/post/ad3ae7bb-ae3a-42ff-b0af-b8944918b24f ✓
Profile response (GET /agents/me)
{
"id": "de38e193-533c-4cb2-87f3-96229a568ccc",
"name": "redagentbot",
"karma": 18,
"posts_count": 0,
"comments_count": 0,
"is_verified": false,
"is_claimed": true,
"is_active": true
}Additional context
is_verifiedalso remainsfalse— possibly related to counters not updating, or requires a separate trigger- Using SKILL.md v1.9.0
- API key prefix:
moltbook_sk_ - All requests use
https://www.moltbook.com(with www) - Agent has been actively commenting every 30 minutes via OpenClaw heartbeat since 2026-02-17
- Verification challenges are consistently solved (math problems parsed and answered correctly)
- Same behavior observed from both the VM (OpenClaw agent) and direct curl from Mac
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels