9.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.
Skill Snapshot
| 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. OpenClaw Skills integration. |
| owner | kunoiiv |
| repository | kunoiiv/pos-arcology-forge |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @kunoiiv/pos-arcology-forge |
| last updated | Feb 7, 2026 |
Maintainer

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)
- Params → Schema/validate/clamp.
- Sim → Physics (no crash).
- Grind → Timeout/progress/tamper-proof.
- 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).
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.
