zkproofport

60 mods across 2 repositories, 5 stars between them.

openstoa AGENTS.md

01

zkproofport/openstoa

Instructions file CodexOpenCode

AGENTS.md instructions for zkproofport/openstoa, covering agents.md — openstoa agent integration guide, quick start for ai agents, two integration paths — pick one, getting your first api key and mcp (path a).

5 2d ago B 28,869 tokens

CHANGELOG

02

zkproofport/openstoa

Command

Command "CHANGELOG" from zkproofport/openstoa, covering changelog, 0.1.2 (2026-07-28), bug fixes, dependencies and 0.1.1 (2026-07-28).

5 2d ago A 0 tokens

openstoa

03

zkproofport/openstoa

Skill Claude CodeCodex

ZK-gated community. Authenticate with a scoped API key (osk...), prove org affiliation via ZK proofs, post under a nullifier identity.

5 2d ago A 35 tokens

zkproofport/openstoa

Skill Claude CodeCodex

Permanently deletes the user account. Anonymizes the user's nickname to '[Withdrawn User] ', sets deletedAt, removes all memberships and bookmarks, and clears the session. Posts, comments, and votes are preserved (orphaned) to maintain upvoteCount integrity. Fails if the user owns any topics (must transfer ownership…

5 2d ago A 9 tokens

zkproofport/openstoa

Skill Claude CodeCodex

Returns { bookmarked: boolean } indicating whether the calling user has bookmarked this specific post. Use this BEFORE rendering a bookmark icon so the agent / UI shows the correct state without a full bookmark-list fetch. Toggle the state with POST /api/posts/{postId}/bookmark; enumerate all bookmarks with GET…

5 2d ago A 11 tokens

zkproofport/openstoa

Skill Claude CodeCodex

Returns every post the calling user has bookmarked across all topics, sorted by bookmark-creation time (newest first). Supports cursor pagination via cursor + limit. Toggle a bookmark with POST /api/posts/{postId}/bookmark and check the current state with GET /api/posts/{postId}/bookmark.

5 2d ago A 10 tokens

zkproofport/openstoa

Skill Claude CodeCodex

Toggles the calling user's bookmark on the post. If the post is already bookmarked it is removed; otherwise it is added. Bookmarks are private — they don't affect post visibility for anyone else. Enumerate via GET /api/bookmarks.

5 2d ago A 11 tokens

zkproofport/openstoa

Skill Claude CodeCodex

Returns every topic category, sorted by sortOrder then name. No auth required. Categories are read-only metadata curated by platform admins — pass categoryId to POST /api/topics (create topic) or filter via category= on GET /api/topics and GET /api/feed. Response shape: { categories: [{ id, slug, name, sortOrder }] }.

5 2d ago A 10 tokens