Agent skills for Arkhai's on-chain escrow tools. Available as a Claude Code plugin marketplace and on ClawHub.
| Plugin | Skills | Requires |
|---|---|---|
| nla-plugin | nla-create, nla-fulfill, nla-arbitrate |
nla CLI (npm i -g nla) |
| git-escrows-plugin | make-git-escrow, fulfill-git-escrow |
git-escrows CLI (npm i -g git-escrows) |
| alkahest-plugin | alkahest-developer, alkahest-user |
alkahest-cli (npm i -g alkahest-cli) |
Add the marketplace and install plugins:
/plugin marketplace add arkhai-io/claude-plugins
/plugin install nla-plugin@arkhai-plugins
/plugin install git-escrows-plugin@arkhai-plugins
/plugin install alkahest-plugin@arkhai-plugins
To auto-prompt collaborators, add to your project's .claude/settings.json:
{
"extraKnownMarketplaces": {
"arkhai-plugins": {
"source": {
"source": "github",
"repo": "arkhai-io/claude-plugins"
}
}
}
}clawhub install nla-create nla-fulfill nla-arbitrate
clawhub install make-git-escrow fulfill-git-escrow
clawhub install alkahest-developer alkahest-userSkills for creating and managing Natural Language Agreement escrows — lock ERC20 tokens with a natural language demand that an AI oracle arbitrates.
/nla-create— Create an escrow with a natural language demand/nla-fulfill— Submit fulfillment text and collect tokens if approved/nla-arbitrate— Manually review and arbitrate pending fulfillments
Skills for git-based escrow bounties — lock tokens as a reward for making a failing test suite pass.
/make-git-escrow— Submit a test suite as a bounty challenge/fulfill-git-escrow— Write a solution (or submit an existing one) and claim the reward
Skills for working with the Alkahest escrow protocol directly — both as a developer integrating the SDK and as a user operating via the CLI.
/alkahest-developer— Write code using the TypeScript, Rust, or Python SDK/alkahest-user— Create escrows, fulfill obligations, arbitrate, and barter via the CLI
MIT