Distributed object capability system (6.5K lines info).
Scanned 9/6/2026
Install to Claude Code
npx -y skills add plurigrid/asi --skill goblins --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Goblins?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/plurigrid-goblins-asi)More formats (shields.io, HTML) on the badges page.
---
name: goblins
description: Distributed object capability system (6.5K lines info).
metadata:
trit: 0
---
# goblins
Distributed object capability system (6.5K lines info).
## Model
```
peer → vat → actormap → {refr: behavior}
```
## Operators
```scheme
($ obj method args...) ; Sync (near only)
(<- obj method args...) ; Async (near/far)
```
## Vat
```scheme
(define vat (spawn-vat))
(define greeter
(vat-spawn vat
(lambda (bcom)
(lambda (name)
(format #f "Hello, ~a!" name)))))
($ greeter "World") ; => "Hello, World!"
```
## OCapN
Object Capability Network for secure p2p via CapTP.
## REPL atlas
Part of: `repl-commons` (REPL-using skills intermix).
## ACP atlas
Part of: `acp-commons`.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!