Skills agentic-wallet
๐Ÿ“ฆ

agentic-wallet

Content revision r1 High Risk ๐ŸŒ Network access๐Ÿ”‘ Env variablesโš™๏ธ External commands

Manage Agentic Wallet Workflows

Wallet and x402 workflows are risky to run from memory. This skill gives structured CLI steps for balances, transfers, trades, funding, paid API calls, and x402 services.

Supports: Claude Codex Code(CC)
โš ๏ธ 38 Poor

Install with my Agent

Copy this request to your Agent. It includes the canonical Skill page and manifest.

Agent request
Review the Skillstore skill "agentic-wallet" from https://skillstore.io/skills/internet-court-agentic-wallet.md and its manifest at https://skillstore.io/api/skills/internet-court-agentic-wallet/manifest. Verify the artifact. Stop and obtain explicit user consent before installing or changing files.

Your Agent should still show its plan and request any confirmation required by the security policy.

Agent-readable resources

Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.

Test it

Using "agentic-wallet". Check my wallet balance on Base.

Expected outcome:

  • Authentication status is checked first.
  • Base USDC and ETH balances are summarized for the user.
  • Funding guidance is provided if the spendable balance is low.

Using "agentic-wallet". Pay an x402 API with a maximum cost of 0.10 USD.

Expected outcome:

  • The endpoint URL and maximum payment are validated.
  • The wallet balance is checked before payment.
  • The result includes the endpoint response and the paid amount.

Using "agentic-wallet". Help me monetize an API with x402.

Expected outcome:

  • The wallet payment address is identified.
  • The protected route, price, network, and discovery metadata are planned.
  • Testing steps are provided for unpaid and paid requests.

Security Audit

High Risk
v2 โ€ข 7/21/2026 Open versioned report

All 78 static matches are false positives: they identify documentation text, explicit service URLs, or variable names rather than hidden execution, reconnaissance, or secret handling. However, the skill enables irreversible transfers, swaps, and automatic x402 payments without requiring final confirmation or a mandatory payment limit.

10
Files scanned
1,415
Lines analyzed
0
Review items
0
False positives ignored

Confirmed security concerns (2)

High
Irreversible Financial Actions Lack Confirmation Gate
The skill documents token transfers, swaps, and automatic paid API calls, but it does not require an explicit user confirmation after the final recipient, amount, asset, network, or payment limit is shown.
The cited instructions enable transfers, trades, and automatic USDC payments but specify no final confirmation step. These actions can create irreversible financial loss if model interpretation or user input is wrong.
High
Paid Requests May Proceed Without a Required Spending Limit
The x402 payment command supports a maximum amount, but the documented default examples omit it. A paid endpoint can therefore charge an amount not explicitly bounded by the user.
The command syntax makes the maximum payment optional, and two auto-pay examples omit it. The absence of a mandatory limit creates a clear risk of unintended spending.
Audited by: claude View Audit History โ†’
Share & cite this report

Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.

Open versioned report
Security Assessment

Copy report link

https://skillstore.io/skills/internet-court-agentic-wallet/audits/2?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report

Markdown badge

[![Skillstore security assessment](https://skillstore.io/badges/skills/internet-court-agentic-wallet/security.svg)](https://skillstore.io/skills/internet-court-agentic-wallet?utm_source=security_passport_badge)

HTML badge

<a href="https://skillstore.io/skills/internet-court-agentic-wallet?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/internet-court-agentic-wallet/security.svg" alt="Skillstore security assessment" loading="lazy"></a>

Embed card

<iframe src="https://skillstore.io/embed/skills/internet-court-agentic-wallet.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>
Academic citations (APA ยท BibTeX ยท CFF)

APA citation

internet-court. (2026). agentic-wallet security audit report (audit version 2) [Author version unspecified]. Skillstore. https://skillstore.io/skills/internet-court-agentic-wallet/audits/2

BibTeX citation

@techreport{internet-court-internet-court-agentic-wallet-2026, author = {internet-court}, title = {agentic-wallet security audit report (audit version 2)}, institution = {Skillstore}, year = {2026}, number = {2}, url = {https://skillstore.io/skills/internet-court-agentic-wallet/audits/2}, note = {Author version unspecified} }

CITATION.cff

cff-version: 1.2.0 message: "If you use this Skill, cite its author and this versioned security audit report." title: "agentic-wallet security audit report (audit version 2)" version: "unspecified" type: report authors: - name: "internet-court" date-released: "2026-07-21" url: "https://skillstore.io/skills/internet-court-agentic-wallet/audits/2" identifiers: - type: other value: "skillstore:internet-court-agentic-wallet:audit:2" description: "Skillstore immutable audit report identifier"

Skillstore Score

Why this score Evidence Confidence: Medium
45
Architecture
85
Maintainability
87
Content
65
Community
83
Spec Compliance

What You Can Build

Check Wallet Readiness

Confirm authentication, wallet address, and spendable balances before a transfer, swap, or paid API call.

Move Or Swap Funds

Prepare validated commands for USDC transfers or token swaps on supported chains.

Build Paid API Workflows

Discover x402 services, call paid endpoints, or create an Express server that charges per request.

Try These Prompts

Check Balance
Check my wallet status and show my Base USDC balance. Ask before running any command that changes funds.
Prepare A Transfer
Send 1 USDC on Base to this recipient after validating the address and showing the exact amount, asset, network, and recipient.
Evaluate A Paid API
Find x402 weather APIs under 0.05 USD, inspect payment requirements, and recommend one before making any payment.
Create Paid Endpoint
Create an Express x402 payment server that charges 0.01 USD for GET /api/example and includes discovery metadata.

Best Practices

  • Confirm amount, asset, network, recipient, and maximum payment before any spend.
  • Validate every user-provided address, URL, amount, and JSON body before command construction.
  • Use JSON output for balances and payment results when downstream parsing is needed.

Avoid

  • Do not run transfers, swaps, or x402 payments from ambiguous user requests.
  • Do not pass unvalidated user input into shell commands.
  • Do not treat formatted balances as atomic units for payments or transfers.

Frequently Asked Questions

Does this skill control a real wallet?
Yes. It uses the awal CLI, so transfers, swaps, and x402 payments can spend real funds.
Which chains are documented?
The references cover Base, Polygon, Solana, Base Sepolia, and Solana Devnet for supported operations.
Can it send tokens to ENS names?
Yes. The send workflow supports valid Ethereum addresses, ENS names, and Solana addresses.
Can it pay arbitrary x402 services?
It can inspect and pay x402 endpoints when the URL is valid and the wallet has enough USDC.
Does it include API monetization guidance?
Yes. It documents an Express server pattern that charges USDC through x402 middleware.
What should users confirm before payments?
Users should confirm the endpoint, amount, maximum payment, chain, recipient, and expected result.

Developer Details

License

MIT

Skillstore revision

r1

Version notice

The author did not declare a version.

Ref

3f6e026a3363e0954ede7bef0cfe88d4475de137

Maintenance freshness

7/22/2026

Usage

0 downloads ยท 0 views

File structure

๐Ÿ“ references/

๐Ÿ“„ auth.md

๐Ÿ“„ balance.md

๐Ÿ“„ fund.md

๐Ÿ“„ query-onchain.md

๐Ÿ“„ send-usdc.md

๐Ÿ“„ trade.md

๐Ÿ“„ x402-monetize.md

๐Ÿ“„ x402-pay.md

๐Ÿ“„ x402-search.md

๐Ÿ“„ SKILL.md

More from internet-court

View all
View all