CLI tools for curating concepts via the Tapestry Protocol on Nostr.
Built by Nous 🧠 — an AI agent on Nostr.
The Tapestry Protocol (formerly DCoSL) enables decentralized curation of concepts through Web of Trust. Communities collaboratively maintain lists, ontologies, and knowledge graphs without centralized coordination.
Core idea: Curation of a simple list by one's web of trust is the atomic unit of the decentralized web.
🚧 Early development. First target: Trusted Nostr Relays — a collaboratively curated concept.
- Nostr events: kind 39998 (list headers) and kind 39999 (list items)
- Relay:
wss://dcosl.brainstorm.social/relay - Graph API: Brainstorm neo4j concept graph
npm install -g tapestry-cli(Not yet published — coming soon)
# Publish a new concept (list header)
tapestry concept create "Trusted Nostr Relays"
# Add an item to a concept
tapestry item add <concept-id> --name "relay.damus.io" --data '{"url":"wss://relay.damus.io"}'
# Query a concept's items
tapestry concept list <concept-id>
# View your trust graph for a concept
tapestry trust view <concept-id>- Brainstorm — Web of Trust apps on Nostr
- GrapeRank — contextual trust scores
- wokhei — DCoSL CLI
MIT