treeship-commerce
v0.31.4Add Treeship receipts to an anthropics/commerce-agents deployment: a signed intent and result for every tool call on all three runtimes, the merchant's approval as a signed single-use grant, and a receipt for exactly the cart that went to checkout. One command, one skill; the plugin runs no code of its own.
By Zerker LabsLicense: Apache-2.012 GitHub starsUpdated 6 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 17, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install treeship-commerce for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install treeship-commerce@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/zerkerlabs/treeshipClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is integrations/commerce-agents/plugin/.
Plugin files
├── .claude-plugin/plugin.json└── skills/treeship-commerce-receipts/SKILL.md
Included Skills1
What treeship-commerce signs in an anthropics/commerce-agents deployment and what it never writes, with the three seams (every tool call, the merchant's approval, the shopping checkout hand-off), the receipt fields, the per-runtime differences, and how to verify. Load when adding, reading, or auditing Treeship receipts on a shopping or merchant agent, or when a user asks what a receipt proves.
Plugin manifests1
{
"name": "treeship-commerce",
"description": "Add Treeship receipts to an anthropics/commerce-agents deployment: a signed intent and result for every tool call on all three runtimes, the merchant's approval as a signed single-use grant, and a receipt for exactly the cart that went to checkout. One command, one skill; the plugin runs no code of its own.",
"version": "0.31.4",
"author": {
"name": "Zerker Labs",
"email": "[email protected]",
"url": "https://treeship.dev"
},
"homepage": "https://treeship.dev/commerce",
"repository": "https://github.com/zerkerlabs/treeship",
"license": "Apache-2.0",
"keywords": [
"treeship",
"commerce-agents",
"receipts",
"approvals",
"checkout",
"agentic-commerce"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[treeship-commerce on Agent Plugins Marketplace](https://pluginsmp.com/plugins/treeship-commerce)