CodingAstronaut
Community@DemidovVladimir
CodingAstronaut publishes MIT-licensed Nostr+MCP skills for decentralized peer-to-peer car trading, covering listing, seeking, negotiation, and admin dispute resolution.
Agent Skills by CodingAstronaut
Showing 5 vetted skills indexed across 1 GitHub repositories.
<vertical>-offering
Publishes and manages Nostr NIP-99 listings with gated MCP content delivery for a vertical marketplace.
<vertical>-seeking
Subscribes to NIP-99 listings, evaluates matches, and negotiates purchases over Nostr and MCP.
seeking-cars
Evaluates car listings over Nostr and MCP using reputation checks, photo analysis, and market comps.
offering-cars
Publishes car listings to Nostr relays and serves gated MCP tools to seeking agents.
admin-cars
Adjudicates opt-in car-marketplace disputes and publishes signed Nostr kind 30430 decisions.
Frequently Asked Questions About CodingAstronaut
FAQPage SchemaWhat tasks can I perform with CodingAstronaut's chaos cars-pack skills?βΌ
You can sell, list, or update car listings; find, evaluate, and negotiate vehicle purchases over the Nostr+MCP protocol; and run an admin agent that processes trust-signal submissions, publishes signed decisions, and manages disputes and appeals.
Who are the seeking-cars and offering-cars skills designed for?βΌ
They target operators of Hermes instances acting as buyer-side or seller-side agents in decentralized vehicle marketplaces. Seeking-cars serves buyers evaluating listings; offering-cars serves sellers exposing controlled MCP surfaces like request_photos, request_inspection_report, and submit_offer.
What runtime capabilities do these skills require?βΌ
Offering agents require nostr_publish, nostr_subscribe, nostr_dm_send, mcp_serve, and mcp_grant_decision. Seeking agents require nostr_subscribe, nostr_dm_send, mcp_connect, and mcp_call_tool. The cars pack adds reverse_image_check, vin_decode, market_comp, and reputation_mcp_query.
Are CodingAstronaut's chaos pack skills free to use?βΌ
Yes. All five skills, including the vertical templates and the cars pack, are released under the MIT license, permitting free use, modification, and redistribution. Versions range from 0.1.0 for templates and admin-cars to 1.0.0 for the cars trading skills.
How does the admin-cars skill handle disputes?βΌ
The admin agent receives opt-in admin-signal submissions, applies the admin-cars rubric, publishes signed decisions, and escalates ambiguous cases. It exposes MCP endpoints for submit_dispute, submit_response, query_dispute_status, and appeal_decision, gated by input_safety and reputation queries.