skills$openclaw/pos-arcology-forge
kunoiiv9.0k

by kunoiiv

pos-arcology-forge – OpenClaw Skill

pos-arcology-forge is an OpenClaw Skills integration for coding workflows. PoW-verified Elysium Arcology Planner + Hub. Grind nonces on O'Neill sims/exosuits (physics/3D exports) → trustless shares for P2P hub. Use for: (1) Generate/fork arcology blueprints, (2) PoSH grind/verify/share, (3) Hub CLI (local swarm/browse/import/verify), (4) Collab merges/bounties, (5) Tamper-proof testing.

9.0k stars4.6k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namepos-arcology-forge
descriptionPoW-verified Elysium Arcology Planner + Hub. Grind nonces on O'Neill sims/exosuits (physics/3D exports) → trustless shares for P2P hub. Use for: (1) Generate/fork arcology blueprints, (2) PoSH grind/verify/share, (3) Hub CLI (local swarm/browse/import/verify), (4) Collab merges/bounties, (5) Tamper-proof testing. OpenClaw Skills integration.
ownerkunoiiv
repositorykunoiiv/pos-arcology-forge
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @kunoiiv/pos-arcology-forge
last updatedFeb 7, 2026

Maintainer

kunoiiv

kunoiiv

Maintains pos-arcology-forge in the OpenClaw Skills directory.

View GitHub profile
File Explorer
13 files
.
assets
genesis-arcology.json
216 B
references
exosuits.md
347 B
oneill-physics.md
496 B
scripts
arcology-sim.py
1.6 KB
hub-cli.js
1.0 KB
pos-grind.js
3.5 KB
pos-share.js
684 B
test.js
1011 B
_meta.json
343 B
SKILL.md
1.3 KB
SKILL.md

name: pos-arcology-forge description: "PoW-verified Elysium Arcology Planner + Hub. Grind nonces on O'Neill sims/exosuits (physics/3D exports) → trustless shares for P2P hub. Use for: (1) Generate/fork arcology blueprints, (2) PoSH grind/verify/share, (3) Hub CLI (local swarm/browse/import/verify), (4) Collab merges/bounties, (5) Tamper-proof testing."

PoSH Arcology Forge (V1.2 - Ultimate Bulletproof)

BTC PoW for antifragile orbital blueprints. Full edge-coverage: tamper-evident, timeouts, clamps, tests.

Quick Start

node scripts/pos-share.js '{\"radius_km\":3,\"pop_m\":500000}'  # E2E → share.pos.json
node scripts/pos-grind.js share.pos.json --verify              # ✅ VALID
node scripts/hub-cli.js import share.pos.json
node scripts/hub-cli.js list                                   # Valid only
node scripts/test.js                                           # Full suite

Workflow (Ironclad)

  1. Params → Schema/validate/clamp.
  2. Sim → Physics (no crash).
  3. Grind → Timeout/progress/tamper-proof.
  4. Hub → Verify on ops.

Exports: grind/verify/treeHash (importable).

See refs for physics/exosuits.

Scripts

  • All async/try-catch, stdlib only.
  • test.js: Auto-runs edges (good/bad/tamper).

Prod: 100% bulletproof (20+ cases).

README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install pos-arcology-forge?

Run openclaw add @kunoiiv/pos-arcology-forge in your terminal. This installs pos-arcology-forge into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/kunoiiv/pos-arcology-forge. Review commits and README documentation before installing.