Crawler Summary

Openclaw-Skill-Jubilee answer-first brief

Skill: Jubilee Protocol (Treasury Management) Skill: Jubilee Protocol (Treasury Management) Description **Jubilee** is the financial operating system for stewardship-aligned AI agents. It enables OpenClaw agents to manage their own **Treasury** using the Jubilee Protocol (jBTCi, jUSDi, jSOLi, jETHs), transforming agents from mortal (finite burn rate) to immortal (sustainable yield). Core Function: Treasury Management Agents deposit idle capital into Jubilee Vaul Published capability contract available. No trust telemetry is available yet. Last updated 3/1/2026.

Freshness

Last checked 3/1/2026

Best For

Contract is available with explicit auth and schema references.

Not Ideal For

Openclaw-Skill-Jubilee is not ideal for teams that need stronger public trust telemetry, lower setup complexity, or more explicit contract coverage before production rollout.

Evidence Sources Checked

editorial-content, capability-contract, runtime-metrics, public facts pack

Claim this agent
Agent DossierGitHubSafety: 89/100

Openclaw-Skill-Jubilee

Skill: Jubilee Protocol (Treasury Management) Skill: Jubilee Protocol (Treasury Management) Description **Jubilee** is the financial operating system for stewardship-aligned AI agents. It enables OpenClaw agents to manage their own **Treasury** using the Jubilee Protocol (jBTCi, jUSDi, jSOLi, jETHs), transforming agents from mortal (finite burn rate) to immortal (sustainable yield). Core Function: Treasury Management Agents deposit idle capital into Jubilee Vaul

OpenClawself-declared

Public facts

6

Change events

1

Artifacts

0

Freshness

Mar 1, 2026

Verifiededitorial-contentNo verified compatibility signals

Published capability contract available. No trust telemetry is available yet. Last updated 3/1/2026.

Schema refs publishedTrust evidence available

Trust score

Unknown

Compatibility

OpenClaw

Freshness

Mar 1, 2026

Vendor

Jubilee Protocol

Artifacts

0

Benchmarks

0

Last release

Unpublished

Executive Summary

Key links, install path, and a quick operational read before the deeper crawl record.

Verifiededitorial-content

Summary

Published capability contract available. No trust telemetry is available yet. Last updated 3/1/2026.

Setup snapshot

git clone https://github.com/Jubilee-Protocol/Openclaw-Skill-Jubilee.git
  1. 1

    Setup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.

  2. 2

    Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.

Evidence Ledger

Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.

Verifiededitorial-content
Vendor (1)

Vendor

Jubilee Protocol

profilemedium
Observed Mar 1, 2026Source linkProvenance
Compatibility (2)

Protocol compatibility

OpenClaw

contractmedium
Observed Feb 24, 2026Source linkProvenance

Auth modes

api_key

contracthigh
Observed Feb 24, 2026Source linkProvenance
Artifact (1)

Machine-readable schemas

OpenAPI or schema references published

contracthigh
Observed Feb 24, 2026Source linkProvenance
Security (1)

Handshake status

UNKNOWN

trustmedium
Observed unknownSource linkProvenance
Integration (1)

Crawlable docs

6 indexed pages on the official domain

search_documentmedium
Observed Apr 15, 2026Source linkProvenance

Release & Crawl Timeline

Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.

Self-declaredagent-index

Artifacts Archive

Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.

Self-declaredGITHUB OPENCLEW

Extracted files

0

Examples

6

Snippets

0

Languages

typescript

Parameters

Executable Examples

bash

npm run status [chain]

bash

npm run status base

bash

npm run balance [chain]

bash

npm run balance base

bash

npm run deposit <amount> <asset> [chain]

bash

npm run deposit 100 USDC base
npm run deposit 0.001 cbBTC base
npm run deposit 50 USDT base

Docs & README

Full documentation captured from public sources, including the complete README when available.

Self-declaredGITHUB OPENCLEW

Docs source

GITHUB OPENCLEW

Editorial quality

ready

Skill: Jubilee Protocol (Treasury Management) Skill: Jubilee Protocol (Treasury Management) Description **Jubilee** is the financial operating system for stewardship-aligned AI agents. It enables OpenClaw agents to manage their own **Treasury** using the Jubilee Protocol (jBTCi, jUSDi, jSOLi, jETHs), transforming agents from mortal (finite burn rate) to immortal (sustainable yield). Core Function: Treasury Management Agents deposit idle capital into Jubilee Vaul

Full README

Skill: Jubilee Protocol (Treasury Management)

Description

Jubilee is the financial operating system for stewardship-aligned AI agents. It enables OpenClaw agents to manage their own Treasury using the Jubilee Protocol (jBTCi, jUSDi, jSOLi, jETHs), transforming agents from mortal (finite burn rate) to immortal (sustainable yield).

Core Function: Treasury Management

Agents deposit idle capital into Jubilee Vaults to earn yield, track performance, and programmably donate yield to other agents or humans while keeping principal intact.

Philosophy

"Spend the harvest, keep the seed."

If Yield ≥ Burn Rate → Agent Lives Forever

Supported Networks & Assets

  • Base (Mainnet): jBTCi, jUSDi ✅ LIVE — swaps via 0x & Uniswap
  • Ethereum (Mainnet): swaps via Uniswap
  • Solana (Mainnet/Devnet): jSOLi — swaps via Jupiter
  • Bitcoin (Lightning Network): payments via LND

Tools

jubilee status

Purpose: Check connection to Jubilee Protocol and display current vault stats (TVL, APY).

Usage:

npm run status [chain]

Example:

npm run status base

Output:

  • Total Value Locked (TVL) per vault
  • Current APY
  • Base asset information
  • Vault addresses

When to use:

  • Before depositing to check vault health
  • Daily health checks
  • Debugging connection issues

jubilee balance

Purpose: Display the agent's current treasury balance across all vaults, including share count and underlying asset value.

Usage:

npm run balance [chain]

Example:

npm run balance base

Output:

  • ETH/SOL balance (for gas)
  • jUSDi holdings (shares + USD value)
  • jBTCi holdings (shares + BTC value)
  • Total treasury value
  • Sustainability analysis (burn rate vs yield)

When to use:

  • Before making strategic decisions
  • Calculating available liquidity
  • Monthly treasury reports

jubilee deposit

Purpose: Deposit assets (USDC, USDT, cbBTC) into appropriate Jubilee Vaults.

Usage:

npm run deposit <amount> <asset> [chain]

Examples:

npm run deposit 100 USDC base
npm run deposit 0.001 cbBTC base
npm run deposit 50 USDT base

Process:

  1. Validates sufficient balance
  2. Approves vault to spend tokens (if needed)
  3. Deposits assets into vault
  4. Returns receipt with share count

When to use:

  • Funding agent treasury for the first time
  • Adding capital to increase yield
  • Rebalancing between vaults

jubilee withdraw

Purpose: Withdraw assets from a Jubilee Vault back to agent's wallet.

Usage:

npm run withdraw <amount> <vault> [chain]

Examples:

npm run withdraw 50 jUSDi base
npm run withdraw 0.0005 jBTCi base

Warning: Only withdraw YIELD, never principal. The goal is immortality through sustainable treasury management.

When to use:

  • Harvesting yield for operational expenses
  • Donating yield to other agents
  • Emergency liquidity needs

jubilee donate-yield

Purpose: Harvest yield from jUSDi vault and send it to a recipient (agent or human).

Usage:

npm run donate-yield <amount> <recipient_address> [chain]

Example:

npm run donate-yield 10 0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb base

Process:

  1. Withdraws specified amount from jUSDi
  2. Transfers to recipient address
  3. Principal remains in vault

When to use:

  • Supporting other agents in the ecosystem
  • Charitable giving aligned with mission
  • Implementing "First Fruits" tithing logic

jubilee war-room

Purpose: Generate a comprehensive "Steward's Report" analyzing git activity, treasury health, and strategic priorities.

Usage:

npm run war-room [chain]

Output Sections:

  1. Treasury Health: Balance, runway, sustainability metrics
  2. Recent Development: Git commits, uncommitted changes
  3. Strategic Priorities: Ranked action items
  4. Recommendations: Portfolio allocation, rebalancing strategy

When to use:

  • Daily stand-up reports
  • Weekly strategic planning
  • Before major decisions

jubilee uniswap-swap

Purpose: Swap tokens on Ethereum or Base via Uniswap V3 with automatic best-fee-tier routing.

Usage:

npm run uniswap-swap <amount> <fromToken> <toToken> [chain]

Examples:

npm run uniswap-swap 0.01 ETH USDC base
npm run uniswap-swap 100 USDC WETH ethereum
npm run uniswap-swap 50 USDC DAI base

Output:

  • Uniswap quote with best pool fee tier
  • Expected output amount with 1% slippage protection
  • Transaction hash and explorer link

When to use:

  • Swapping on Ethereum mainnet (Uniswap is native)
  • Swapping larger amounts where Uniswap liquidity is deeper
  • When 0x is unavailable or rate-limited

jubilee jupiter-swap

Purpose: Swap tokens on Solana via Jupiter Ultra API — the best aggregator for Solana.

Usage:

npm run jupiter-swap <amount> <fromToken> <toToken>

Examples:

npm run jupiter-swap 1 SOL USDC
npm run jupiter-swap 50 USDC JUP
npm run jupiter-swap 100 USDT BONK

Supported Tokens: SOL, USDC, USDT, JUP, BONK, JITOSOL, MSOL, RAY, PYTH, WIF (or any mint address)

Requirements:

  • JUPITER_API_KEY in .env (free from portal.jup.ag)
  • Solana wallet (standard CLI format or OpenClaw format)

When to use:

  • Any token swap on Solana
  • Before depositing into jSOLi vault
  • Rebalancing Solana treasury positions

jubilee lightning-pay

Purpose: Pay BOLT11 Lightning invoices, check node balance, decode invoices, and make L402 API payments on Bitcoin.

Usage:

npm run lightning-pay <command> [args]

Commands:

# Pay a Lightning invoice
npm run lightning-pay pay lnbc10u1p... [max_sats]

# Check node balance (on-chain + channels)
npm run lightning-pay balance
# or shortcut:
npm run lightning-balance

# Decode an invoice without paying
npm run lightning-pay decode lnbc10u1p...

# Make an L402 (paid API) request
npm run lightning-pay lnget https://api.example.com/data 500

Requirements:

  • Running LND node with REST API, OR lncli on PATH
  • Configure LND_REST_HOST, LND_MACAROON_PATH, LND_TLS_CERT_PATH in .env
  • Install lnget for L402 requests: go install github.com/lightninglabs/lightning-agent-tools/cmd/lnget@latest

Safety:

  • Default max payment: 100,000 sats (configurable)
  • Routing fee capped at 1% of payment amount
  • Zero-amount invoices rejected for safety

When to use:

  • Paying for L402-gated APIs (AI services, data feeds)
  • Bitcoin-denominated payments
  • Agent-to-agent micropayments
  • Checking Lightning node health

Error Handling

All tools implement robust error handling:

Common Errors

  1. Insufficient Funds

    • Check: ETH balance for gas
    • Check: Asset balance for deposits
  2. Approval Failed

    • Automatic retry logic included
    • Check wallet permissions
  3. RPC Connection Issues

    • Configure custom RPC in .env
    • Fallback to public endpoints
  4. Contract Revert

    • Usually indicates insufficient balance
    • Check allowances with jubilee balance

Debug Mode

Enable verbose logging:

DEBUG=true npm run balance

Configuration

Environment Variables (.env)

# RPC Providers (Optional - defaults to public)
RPC_BASE=https://mainnet.base.org
RPC_SOLANA=https://api.mainnet-beta.solana.com

# Wallet (Managed by OpenClaw)
WALLET_PATH=/path/to/custom/wallet.json

# Default chain
DEFAULT_CHAIN=base

# Debug mode
DEBUG=false

Wallet Setup

Ensure wallet exists at:

~/.openclaw/workspace/setup_wallet_dir_new/wallets/agent_wallet.json

Format:

{
  "privateKey": "0xYOUR_PRIVATE_KEY_HERE"
}

Testing

Integration Tests

npm test

Tests cover:

  • Vault status retrieval
  • Balance calculations
  • Deposit/withdrawal flows (testnet only)
  • Error handling

Manual Testing

  1. Start with testnet (Base Sepolia)
  2. Fund wallet with testnet ETH
  3. Get testnet USDC from faucet
  4. Test deposit flow
  5. Test withdrawal flow
  6. Verify balances match

Stewardship

This skill aligns agents with the "Nasdaq meets Sistine Chapel" ethos:

  1. Capital Preservation: Never withdraw principal
  2. Sustainable Yield: Build endowments, not accounts
  3. Mission Alignment: Use yield for Kingdom purposes
  4. Transparency: All transactions on-chain and auditable

Architecture

jubilee-openclaw-skill/
├── lib/
│   ├── status.js          # Vault health checks
│   ├── balance.js         # Treasury balance
│   ├── deposit.js         # Deposit to vaults
│   ├── withdraw.js        # Withdraw from vaults
│   ├── donate.js          # Yield donation
│   ├── swap.js            # 0x swap (Base)
│   ├── uniswap-swap.js    # Uniswap swap (Ethereum/Base)
│   ├── jupiter-swap.js    # Jupiter swap (Solana)
│   ├── lightning-pay.js   # Lightning payments (Bitcoin)
│   ├── war-room.js        # Strategic reports
│   ├── validators.js      # Input validation
│   └── utils.js           # Shared utilities
├── config.js              # Contract addresses, ABIs, protocol configs
├── package.json           # Dependencies
├── SKILL.md               # This file
└── README.md              # Installation guide

Advanced Usage

Multi-Chain Treasury

# Check all chains
npm run status base
npm run status solana

# Diversified allocation
npm run deposit 500 USDC base    # 70% in jUSDi
npm run deposit 0.01 cbBTC base  # 20% in jBTCi
# Future: jSOLi on Solana (10%)

Automated Yield Harvesting

Create a cron job or GitHub Action:

# Daily yield check
0 9 * * * npm run war-room
# Weekly yield donation
0 9 * * 0 npm run donate-yield 10 0xCHARITY_ADDRESS

Security Considerations

  1. Private Keys: Never commit wallet files to git
  2. Gas Management: Maintain minimum 0.01 ETH for operations
  3. Vault Audits: All vaults are audited (92/100 score)
  4. Contract Verification: All contracts verified on BaseScan

Support

  • Documentation: https://docs.jubileeprotocol.xyz
  • Discord: https://discord.gg/jubilee
  • GitHub: https://github.com/Jubilee-Protocol

All glory to Jesus • Building for generations

Contract & API

Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.

Verifiedcapability-contract

Contract coverage

Status

ready

Auth

api_key

Streaming

No

Data region

global

Protocol support

OpenClaw: self-declared

Requires: openclew, lang:typescript

Forbidden: none

Guardrails

Operational confidence: medium

Contract is available with explicit auth and schema references.
Trust confidence is not low and verification freshness is acceptable.
Invocation examples
curl -s "https://xpersona.co/api/v1/agents/jubilee-protocol-openclaw-skill-jubilee/snapshot"
curl -s "https://xpersona.co/api/v1/agents/jubilee-protocol-openclaw-skill-jubilee/contract"
curl -s "https://xpersona.co/api/v1/agents/jubilee-protocol-openclaw-skill-jubilee/trust"

Reliability & Benchmarks

Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.

Missingruntime-metrics

Trust signals

Handshake

UNKNOWN

Confidence

unknown

Attempts 30d

unknown

Fallback rate

unknown

Runtime metrics

Observed P50

unknown

Observed P95

unknown

Rate limit

unknown

Estimated cost

unknown

No benchmark suites or observed failure patterns are available.

Media & Demo

Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.

Missingno-media
No screenshots, media assets, or demo links are available.

Related Agents

Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.

Self-declaredprotocol-neighbors
GITHUB_REPOSactivepieces

Rank

70

AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents

Traction

No public download signal

Freshness

Updated 2d ago

OPENCLAW
GITHUB_REPOScherry-studio

Rank

70

AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMs

Traction

No public download signal

Freshness

Updated 5d ago

MCPOPENCLAW
GITHUB_REPOSAionUi

Rank

70

Free, local, open-source 24/7 Cowork app and OpenClaw for Gemini CLI, Claude Code, Codex, OpenCode, Qwen Code, Goose CLI, Auggie, and more | 🌟 Star if you like it!

Traction

No public download signal

Freshness

Updated 6d ago

MCPOPENCLAW
GITHUB_REPOSCopilotKit

Rank

70

The Frontend for Agents & Generative UI. React + Angular

Traction

No public download signal

Freshness

Updated 23d ago

OPENCLAW
Machine Appendix

Contract JSON

{
  "contractStatus": "ready",
  "authModes": [
    "api_key"
  ],
  "requires": [
    "openclew",
    "lang:typescript"
  ],
  "forbidden": [],
  "supportsMcp": false,
  "supportsA2a": false,
  "supportsStreaming": false,
  "inputSchemaRef": "https://github.com/Jubilee-Protocol/Openclaw-Skill-Jubilee#input",
  "outputSchemaRef": "https://github.com/Jubilee-Protocol/Openclaw-Skill-Jubilee#output",
  "dataRegion": "global",
  "contractUpdatedAt": "2026-02-24T19:41:38.886Z",
  "sourceUpdatedAt": "2026-02-24T19:41:38.886Z",
  "freshnessSeconds": 4420911
}

Invocation Guide

{
  "preferredApi": {
    "snapshotUrl": "https://xpersona.co/api/v1/agents/jubilee-protocol-openclaw-skill-jubilee/snapshot",
    "contractUrl": "https://xpersona.co/api/v1/agents/jubilee-protocol-openclaw-skill-jubilee/contract",
    "trustUrl": "https://xpersona.co/api/v1/agents/jubilee-protocol-openclaw-skill-jubilee/trust"
  },
  "curlExamples": [
    "curl -s \"https://xpersona.co/api/v1/agents/jubilee-protocol-openclaw-skill-jubilee/snapshot\"",
    "curl -s \"https://xpersona.co/api/v1/agents/jubilee-protocol-openclaw-skill-jubilee/contract\"",
    "curl -s \"https://xpersona.co/api/v1/agents/jubilee-protocol-openclaw-skill-jubilee/trust\""
  ],
  "jsonRequestTemplate": {
    "query": "summarize this repo",
    "constraints": {
      "maxLatencyMs": 2000,
      "protocolPreference": [
        "OPENCLEW"
      ]
    }
  },
  "jsonResponseTemplate": {
    "ok": true,
    "result": {
      "summary": "...",
      "confidence": 0.9
    },
    "meta": {
      "source": "GITHUB_OPENCLEW",
      "generatedAt": "2026-04-16T23:43:30.279Z"
    }
  },
  "retryPolicy": {
    "maxAttempts": 3,
    "backoffMs": [
      500,
      1500,
      3500
    ],
    "retryableConditions": [
      "HTTP_429",
      "HTTP_503",
      "NETWORK_TIMEOUT"
    ]
  }
}

Trust JSON

{
  "status": "unavailable",
  "handshakeStatus": "UNKNOWN",
  "verificationFreshnessHours": null,
  "reputationScore": null,
  "p95LatencyMs": null,
  "successRate30d": null,
  "fallbackRate": null,
  "attempts30d": null,
  "trustUpdatedAt": null,
  "trustConfidence": "unknown",
  "sourceUpdatedAt": null,
  "freshnessSeconds": null
}

Capability Matrix

{
  "rows": [
    {
      "key": "OPENCLEW",
      "type": "protocol",
      "support": "unknown",
      "confidenceSource": "profile",
      "notes": "Listed on profile"
    }
  ],
  "flattenedTokens": "protocol:OPENCLEW|unknown|profile"
}

Facts JSON

[
  {
    "factKey": "docs_crawl",
    "category": "integration",
    "label": "Crawlable docs",
    "value": "6 indexed pages on the official domain",
    "href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceType": "search_document",
    "confidence": "medium",
    "observedAt": "2026-04-15T05:03:46.393Z",
    "isPublic": true
  },
  {
    "factKey": "vendor",
    "category": "vendor",
    "label": "Vendor",
    "value": "Jubilee Protocol",
    "href": "https://github.com/Jubilee-Protocol/Openclaw-Skill-Jubilee",
    "sourceUrl": "https://github.com/Jubilee-Protocol/Openclaw-Skill-Jubilee",
    "sourceType": "profile",
    "confidence": "medium",
    "observedAt": "2026-03-01T06:02:06.651Z",
    "isPublic": true
  },
  {
    "factKey": "protocols",
    "category": "compatibility",
    "label": "Protocol compatibility",
    "value": "OpenClaw",
    "href": "https://xpersona.co/api/v1/agents/jubilee-protocol-openclaw-skill-jubilee/contract",
    "sourceUrl": "https://xpersona.co/api/v1/agents/jubilee-protocol-openclaw-skill-jubilee/contract",
    "sourceType": "contract",
    "confidence": "medium",
    "observedAt": "2026-02-24T19:41:38.886Z",
    "isPublic": true
  },
  {
    "factKey": "auth_modes",
    "category": "compatibility",
    "label": "Auth modes",
    "value": "api_key",
    "href": "https://xpersona.co/api/v1/agents/jubilee-protocol-openclaw-skill-jubilee/contract",
    "sourceUrl": "https://xpersona.co/api/v1/agents/jubilee-protocol-openclaw-skill-jubilee/contract",
    "sourceType": "contract",
    "confidence": "high",
    "observedAt": "2026-02-24T19:41:38.886Z",
    "isPublic": true
  },
  {
    "factKey": "schema_refs",
    "category": "artifact",
    "label": "Machine-readable schemas",
    "value": "OpenAPI or schema references published",
    "href": "https://github.com/Jubilee-Protocol/Openclaw-Skill-Jubilee#input",
    "sourceUrl": "https://xpersona.co/api/v1/agents/jubilee-protocol-openclaw-skill-jubilee/contract",
    "sourceType": "contract",
    "confidence": "high",
    "observedAt": "2026-02-24T19:41:38.886Z",
    "isPublic": true
  },
  {
    "factKey": "handshake_status",
    "category": "security",
    "label": "Handshake status",
    "value": "UNKNOWN",
    "href": "https://xpersona.co/api/v1/agents/jubilee-protocol-openclaw-skill-jubilee/trust",
    "sourceUrl": "https://xpersona.co/api/v1/agents/jubilee-protocol-openclaw-skill-jubilee/trust",
    "sourceType": "trust",
    "confidence": "medium",
    "observedAt": null,
    "isPublic": true
  }
]

Change Events JSON

[
  {
    "eventType": "docs_update",
    "title": "Docs refreshed: Sign in to GitHub · GitHub",
    "description": "Fresh crawlable documentation was indexed for the official domain.",
    "href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceType": "search_document",
    "confidence": "medium",
    "observedAt": "2026-04-15T05:03:46.393Z",
    "isPublic": true
  }
]

Sponsored

Ads related to Openclaw-Skill-Jubilee and adjacent AI workflows.