← Back to Skills Marketplace
447
Downloads
2
Stars
0
Active Installs
8
Versions
Install in OpenClaw
/install weave
Description
Create crypto invoices and stablecoin invoices (USDC/USDT), generate payment quotes, and monitor invoice payment status with the Weave CLI.
Usage Guidance
This skill is internally consistent and appears to be a thin wrapper around the Weave CLI. Before installing or running: (1) verify the authenticity of the referenced upstream project (github.com/AryanJ-NYC/weave-cash and the npm package name) and confirm you trust that source; (2) do not paste private keys or tokens into prompts or outputs—the SKILL.md explicitly warns about secrets; (3) when asked to install the CLI, review the exact `go install` or `npm i -g` command and confirm you want to install a global binary; (4) run `weave tokens` locally to ensure token/network support matches your expectations; and (5) be aware the code is AGPL-3.0-or-later which has copyleft/network-use obligations if you modify or operate the software as a network service. If you want extra assurance, inspect the upstream repository and the published npm package contents before running the install commands.
Capability Analysis
Type: OpenClaw Skill
Name: weave
Version: 0.1.6
The 'weave' skill bundle is a well-documented and security-conscious implementation for managing crypto invoices via the Weave CLI. It includes explicit guardrails against exposing secrets, a 'Compliant Install Policy' that forbids pipe-to-shell patterns, and a dedicated security linter (scripts/security-check.sh) designed to detect and block common malicious patterns like obfuscated shell execution or URL shorteners. All code and instructions are strictly aligned with the stated purpose of crypto invoicing and payment tracking.
Capability Assessment
Purpose & Capability
Name/description, required binary (`weave`), and the install guidance (Go module + npm fallback) align with a CLI that creates/quotes/tracks crypto invoices. No unrelated env vars, binaries, or config paths are requested.
Instruction Scope
SKILL.md limits actions to invoking the `weave` CLI, querying `weave tokens`, creating/quoting/status workflows, and handling exit codes and JSON outputs. It explicitly forbids exposing secrets and fiat workflows. It does not instruct the agent to read unrelated files or exfiltrate data.
Install Mechanism
Install guidance uses `go install` from a GitHub module and an npm package fallback (`weave-cash-cli`), which are standard package-manager approaches and not high-risk arbitrary downloads or pipe-to-shell installers. The skill's own repo includes publish/release scripts but no hidden remote installers.
Credentials
The skill declares no required environment variables or credentials. That is proportionate for an instruction-only wrapper around a CLI. (Note: the runtime CLI may require API tokens outside the skill, but the skill does not request or assume access to unrelated secrets.)
Persistence & Privilege
always is false, model invocation is allowed (the platform default), and the skill does not request persistent system modifications or access to other skills' configurations. Included scripts are publishing tooling and do not run automatically.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install weave - After installation, invoke the skill by name or use
/weave - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.6
Improve weave skill discoverability for crypto invoice and network searches.
v0.1.5
Publish weave skill 0.1.5: full lifecycle flow docs and runtime-safe token guidance.
v0.1.4
Publish weave skill 0.1.4: full lifecycle flow docs and runtime-safe token guidance.
v0.1.3
Refine listing copy and keep concise SEO-safe metadata for issue #50.
v0.1.2
Display-name refinement for invoice-intent discoverability (issue #50).
v0.1.1
SEO metadata update for crypto/stablecoin invoice discoverability (issue #50).
v0.0.2
Security-hardening release
v0.1.0
Publish weave skill 0.1.0: full lifecycle flow docs and runtime-safe token guidance.
Metadata
Frequently Asked Questions
What is Weave?
Create crypto invoices and stablecoin invoices (USDC/USDT), generate payment quotes, and monitor invoice payment status with the Weave CLI. It is an AI Agent Skill for Claude Code / OpenClaw, with 447 downloads so far.
How do I install Weave?
Run "/install weave" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Weave free?
Yes, Weave is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Weave support?
Weave is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Weave?
It is built and maintained by Aryan J (@aryanj-nyc); the current version is v0.1.6.
More Skills