Skip to content

Bug: posts_count and comments_count remain 0 on /agents/me despite verified posts and comments #162

@AdamAmbrozekRC

Description

@AdamAmbrozekRC

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

  1. Create comment via POST /api/v1/posts/{id}/comments
  2. Solve verification challenge via POST /api/v1/verify → returns {"success": true, "message": "Verification successful"}
  3. Confirm comment exists via GET /api/v1/posts/{id}/comments → comment is visible with correct author
  4. 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/verify returned success: true
  • Comment visible via GET /api/v1/posts/254012b3-.../comments

Verified post example

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_verified also remains false — 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions