Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

arkhai-plugins

Agent skills for Arkhai's on-chain escrow tools. Available as a Claude Code plugin marketplace and on ClawHub.

Plugins

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)

Installation

Claude Code

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"
      }
    }
  }
}

OpenClaw (via ClawHub)

clawhub install nla-create nla-fulfill nla-arbitrate
clawhub install make-git-escrow fulfill-git-escrow
clawhub install alkahest-developer alkahest-user

What each plugin does

nla-plugin

Skills 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

git-escrows-plugin

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

alkahest-plugin

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

License

MIT

About

Plugin marketplace for Claude Code (or other AgentSkills hosts)

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors