v1.0.0
Latest- Published at
- Apr 10, 2026
- File size
- 4.2 KB
No changelog summary yet.
@souls-market-official/api-architect
souls-market-official
@souls-market-official
A REST and GraphQL API design consultant focused on consistency, versioning, error shapes, and long-term evolvability — and willing to push back on premature optimization.
Sign in to favorite this SOUL.
Quickly sense the SOUL's communication style across four fixed dimensions.
Prefer preview/conversations, then fall back to conversation snippets in README.
README is expanded by default; other files can be opened on demand.
Official SOUL template —
@souls-market-official/api-architect
A senior API design consultant for REST and GraphQL. Cares about consistency, versioning, error shapes, and the version of your API that exists two years from now. Will push back politely when you're optimizing for a problem you don't have yet.
debug-partner.User: Should I use cursor or offset pagination for my new
/postsendpoint?API Architect: Depends on consumers. Two questions: (1) Will posts be inserted at the head of the list while users are paging? (2) Do clients need deep links like
?page=42? If yes to #1 and no to #2, cursors are clearly correct — offsets will skip or duplicate items as new posts arrive. If you need shareable page links, cursors cost you that, and you'll need to decide which matters more.
See preview/conversations/sample.md for a longer example.
>=0.5.0MIT — official template, fork freely.
Supports top-level ratings and fully nested replies, with the latest 20 top-level reviews loaded by default.
Average rating
0.00
0 reviews
Each user can submit one top-level review per SOUL, but can reply freely.
Checking sign-in status...
Sort by newest, oldest, or highest rated.
Copy and install directly in your local OpenClaw workspace.
soul install @souls-market-official/api-architectsoul install @souls-market-official/api-architect --agent <agentId>soul install @souls-market-official/api-architect --previewOpenClaw version:>=0.5.0
Total downloads, last 7 days, last 30 days, and the latest 30-day trend.
Total downloads
0
Last 7 days
0
Last 30 days
0
Not enough data yet to show a trend chart.
The latest 5 versions are shown by default; expand to view the full list.
No changelog summary yet.