← Back to Skills Marketplace
rachidjarray-hk-qa-fdt

Smart Accounts

by Rachid Jarray · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
258
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install smart-accounts
Description
Deploy and manage multi-signature smart accounts. Use when you or the user want to create a smart wallet, deploy a multi-sig, add or remove owners, change th...
Usage Guidance
This skill is coherent and simply runs fdx CLI commands to deploy/manage multi-sig wallets. Before installing or invoking it: (1) confirm which wallet is authenticated in your environment (fdx status) — the skill will act with that identity; (2) test on a non-production/testnet chain first; (3) require explicit human approval for ownership-changing commands (add/remove owner, change threshold) because the SKILL.md only contains an advisory, not an enforced confirmation step; (4) restrict autonomous invocation or remove the skill if you don't want an agent to execute on-chain transactions without a manual checkpoint.
Capability Analysis
Type: OpenClaw Skill Name: smart-accounts Version: 0.1.0 The smart-accounts skill bundle provides standard instructions for deploying and managing multi-signature smart accounts on EVM chains using the 'fdx' CLI tool. The SKILL.md file includes appropriate safety warnings regarding sensitive ownership changes and requires human confirmation for critical actions, with no evidence of malicious intent or data exfiltration.
Capability Assessment
Purpose & Capability
Name/description (deploy/manage multi-sig smart accounts) matches the instructions: all runtime steps are fdx CLI calls for deploying accounts, managing owners, and viewing account details. No unrelated binaries, env vars, or config paths are requested.
Instruction Scope
SKILL.md only tells the agent to run specific fdx commands (status, deploySmartAccount, manageSmartAccountOwnership, getWalletOverview). It does not instruct reading unrelated files or secrets. It does rely on an already-authenticated wallet but does not enforce or programmatically require explicit human confirmation before executing sensitive ownership-change actions (it only includes a textual admonition).
Install Mechanism
Instruction-only skill with no install spec, no downloads, and no code files — minimal persistence and no code written to disk.
Credentials
The skill declares no required env vars or credentials, which is consistent because it uses whatever wallet the fdx CLI is already authenticated to. This is proportionate, but it means the skill will act with whatever on-chain identity/configuration is present in the environment — a potentially sensitive capability that users should be aware of.
Persistence & Privilege
always:false and user-invocable:true. The skill does not request permanent presence or modify other skills/config. Model invocation is enabled (default), so the agent could run these commands autonomously if permitted by platform policies — not a platform anomaly but worth user attention given the sensitive operations.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install smart-accounts
  3. After installation, invoke the skill by name or use /smart-accounts
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
- Initial release of the smart-accounts skill. - Supports deploying multi-signature smart accounts on major EVM chains. - Allows adding/removing account owners and changing the signing threshold. - Provides commands to view wallet details and manage account ownership. - Covers workflows for creating multi-sigs and managing smart wallet ownership.
Metadata
Slug smart-accounts
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Smart Accounts?

Deploy and manage multi-signature smart accounts. Use when you or the user want to create a smart wallet, deploy a multi-sig, add or remove owners, change th... It is an AI Agent Skill for Claude Code / OpenClaw, with 258 downloads so far.

How do I install Smart Accounts?

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

Is Smart Accounts free?

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

Which platforms does Smart Accounts support?

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

Who created Smart Accounts?

It is built and maintained by Rachid Jarray (@rachidjarray-hk-qa-fdt); the current version is v0.1.0.

💬 Comments