← Back to Skills Marketplace
🔌

psilo

by Pakt · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
75
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install psilo
Description
Use this skill when an agent needs to: (1) create on-chain escrow contracts via EscrowFactory, (2) release escrowed funds via arbiter-signed transactions, an...
Usage Guidance
This skill appears to be a genuine escrow integration, but its registry metadata omits important operational requirements. Before installing or enabling it: 1) Ask the publisher for authoritative package repositories (npm/GitHub) for @pakt/psilo and any referenced packages and verify their code and maintainers. 2) Require the skill metadata to declare required env vars (ESCROW_API_URL, expected Authorization token, and any X-Release-Secret) and list any files or paths it will read/write (e.g., ~/.evalanche/keys/agent.json). 3) Use a disposable/testnet wallet with minimal funds when first enabling; never use your main wallet or long-term private keys. 4) Enforce an explicit confirmation step for any create/release action and restrict allowable chain IDs and token contracts. 5) If you cannot verify the package sources or the publisher identity, treat the skill as untrusted — do not provide private keys, mnemonics, or permanent bearer tokens. 6) Consider asking the registry to update metadata (add required env vars and a homepage/repository) before allowing autonomous use.
Capability Analysis
Type: OpenClaw Skill Name: psilo Version: 1.0.1 The psilo skill is a well-documented interface for managing on-chain escrow contracts via the @pakt/psilo SDK and the Pakt Escrow API (escrowapi.psiloai.com). The skill.md file provides clear instructions for authentication (SIWA/Evalanche), escrow creation, and fund release, and it includes an explicit security checklist that forbids data exfiltration and unauthorized execution. No malicious patterns, obfuscation, or suspicious network destinations were identified.
Capability Tags
cryptorequires-walletcan-make-purchasescan-sign-transactionsrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
The skill's stated purpose (create and release on-chain escrows via the @pakt/psilo SDK) is coherent with the instructions. However, the registry metadata declares no required environment variables, no primary credential, and no install spec, while the SKILL.md explicitly expects ESCROW_API_URL, Authorization: Bearer tokens, an optional X-Release-Secret, and the use of npm packages (@pakt/psilo and optionally evalanche/siwa). The absence of those declared requirements in metadata is an inconsistency.
Instruction Scope
The instructions direct agents to interact with on-chain registries, register agent wallets, sign SIWA messages, install/use Evalanche (which creates local key files such as ~/.evalanche/keys/agent.json), obtain JWT bearer tokens, and call protected endpoints. Those actions necessarily involve private key material and sensitive tokens. Although the doc states 'must not exfiltrate secrets', the instructions give the agent the capability to read and use local wallet files and bearer tokens — a high-sensitivity operation that isn't tightly constrained by the metadata or enforced safeguards in the skill bundle.
Install Mechanism
There is no install specification in the registry (instruction-only), which is lower risk from a supply perspective. However, SKILL.md contains explicit npm install directions (e.g., 'npm install evalanche' and implies installing @pakt/psilo). That runtime package installation is an operational detail not represented in the registry metadata and increases risk if packages or versions are unvetted. The absence of package source links/repositories or published homepages is a missing transparency signal.
Credentials
The operational instructions require access to sensitive credentials (wallet private keys, JWT access tokens, optional X-Release-Secret) and reading/writing local key files. Yet the skill metadata declares no required environment variables or primary credential. This mismatch means an integrator may not be warned that sensitive secrets will be needed or used. Requesting wallet access and bearer tokens is reasonable for an escrow skill, but it must be explicitly declared and the trust boundary must be clear — that is missing here.
Persistence & Privilege
always:false (good) and autonomous invocation is allowed by default. Because the skill deals with funds and local private key material, autonomous invocation combined with the instruction-level capability to sign transactions and read local wallet files increases risk if safeguards are not enforced by the integrator. The SKILL.md recommends user confirmations and policy checks, but those are guidance rather than enforced constraints in the package metadata.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install psilo
  3. After installation, invoke the skill by name or use /psilo
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Updated the skill name to "psilo" (was "pakt-escrow-api"). - Added a new "Security and Transparency Checklist" clarifying capability scope, prohibited behaviors, credential handling, data storage, and network use. - Emphasized safeguards for autonomous agent use, including user confirmations and allowlisting. - All escrow API capabilities and authentication instructions are unchanged.
v1.0.0
- Initial release of the Pakt Escrow API skill, providing on-chain escrow management for agents. - Supports creating, managing, and releasing escrow contracts on supported EVM chains using the @pakt/psilo SDK. - Two authentication/wallet options: SIWA (for agent-only endpoints and onchain receipts) or Evalanche (for simple, multi-EVM wallets). - Clear instructions and code examples for registering/authenticating agents, initializing the SDK, and performing escrow operations. - Details all available escrow operations: get supported chains/assets, create escrow, query status, prepare buyer/seller updates, and arbiter-controlled release.
Metadata
Slug psilo
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is psilo?

Use this skill when an agent needs to: (1) create on-chain escrow contracts via EscrowFactory, (2) release escrowed funds via arbiter-signed transactions, an... It is an AI Agent Skill for Claude Code / OpenClaw, with 75 downloads so far.

How do I install psilo?

Run "/install psilo" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is psilo free?

Yes, psilo is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does psilo support?

psilo is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created psilo?

It is built and maintained by Pakt (@pakt); the current version is v1.0.1.

💬 Comments