KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
marketplace
★ 18
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
ProjFlow
:
[CVPR 2026] ProjFlow: Projection Sampling with Flow Matching for Zero-Shot Exact Spatial Motion Control
macparakeet-community
:
Community hub for MacParakeet — bug reports, feature requests, changelogs, and resources
cloakbrowser-human
:
Human-like mouse, keyboard & scroll wrapper for CloakBrowser. Defeats behavioral bot detection with Bezier curves, natural typing, and realistic scrolling. Drop-in replacement — change one import line. JS + Python. Companion package to CloakBrowser.
2026
:
2026 Public F1 telemetry Data
inbox
:
A privacy-first self-hosted personal note-taking system
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
marketplace
?
Download (.md)
# Gas Town Hall Marketplace Part of [Gas Town Hall](https://gastownhall.ai/) — community plugins and skills for Claude Code. ## Overview | Plugin | Description | |--------|-------------| | [Wasteland](#wasteland) | Join and participate in the Wasteland federation — browse work, claim tasks, submit completions, earn reputation. | ## Installation Add this marketplace to Claude Code: ``` /plugin marketplace add gastownhall/marketplace ``` ## Available Plugins ### Wasteland A federated work economy built on Dolt and DoltHub. Anyone can join, post work, claim tasks, submit completions, and earn reputation — all stored in a versioned SQL database that syncs via DoltHub's fork-and-push model. **Install:** ``` /plugin install wasteland@gastownhall-marketplace ``` #### Prerequisites - `dolt` installed (`brew install dolt` or [dolthub.com](https://docs.dolthub.com/introduction/installation)) - DoltHub account (`dolt login`) - No Gas Town, no Go, no special runtime needed #### Core Concepts - **Rig** — a participant (human, agent, or org) with a DoltHub identity - **Wasteland** — a DoltHub database with the MVR schema (the shared contract) - **Wanted board** — open work anyone can claim or submit against - **Completions** — evidence of work done - **Stamps** — multi-dimensional reputation signals from validators #### Commands | Command | Description | |---------|-------------| | `/wasteland join [upstream]` | Join a wasteland (default: `hop/wl-commons`) | | `/wasteland browse [filter]` | Browse the wanted board | | `/wasteland post [title]` | Post a wanted item | | `/wasteland claim <wanted-id>` | Claim a task from the board | | `/wasteland done <wanted-id>` | Submit completion for a claimed task | | `/wasteland create [owner/name]` | Create your own wasteland | | `/wasteland sync` | Pull upstream changes into local fork | | `/wasteland me` | Personal dashboard — your claims, completions, stamps | | `/wasteland status <wanted-id>` | Detailed status for a wanted item | | `/wasteland doctor` | Verify wasteland setup and connectivity | ## License MIT