← Back to Skills Marketplace
agnicpay-prog

Agnic

by Agnic.AI · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
103
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install agnic
Description
Complete AI agent wallet with payments, trading, email, and on-chain identity. Use when the user wants to manage their agent's wallet, make payments, trade t...
README (SKILL.md)

Agnic — Unified Agent Wallet Skill

This skill gives your AI agent a full identity stack: wallet, email, payments, trading, and on-chain identity.

Authentication

npx agnic@latest auth login    # Opens browser for OAuth login
npx agnic@latest auth logout   # Clear stored credentials

Balance & Funding

npx agnic@latest balance --json                     # All networks
npx agnic@latest balance --network base --json      # Specific network
npx agnic@latest address                            # Show wallet address

Supported networks: base, solana, base-sepolia, solana-devnet

X402 Payments

# Search for APIs
npx agnic@latest x402 search "weather data" --json

# Preview cost before paying
npx agnic@latest x402 preview \x3Curl>

# Make a paid API call
npx agnic@latest x402 pay \x3Curl> --method GET --json

Token Trading

# Get a quote
npx agnic@latest trade quote 10 USDC ETH --json

# Execute a trade (Base mainnet only)
npx agnic@latest trade 10 USDC ETH --json

Supported tokens: USDC, ETH, WETH, cbETH, DAI, AERO

Send USDC

npx agnic@latest send \x3Camount> \x3Caddress> --network base --json

Agent Identity

npx agnic@latest agent-identity --json    # ERC-8004 identity, trust score, delegation
npx agnic@latest status --json            # General account status

Agent Email

npx agnic@latest email address --json                     # Show email alias
npx agnic@latest email setup --display-name "My Agent"    # Create email alias
npx agnic@latest email inbox --limit 10 --json            # Check inbox
npx agnic@latest email send --to [email protected] --subject "Hello" --body "Message"
npx agnic@latest email reply --message-id \x3Cid> --body "Reply text"

AI Gateway

# List available AI models
npx agnic@latest ai models --json
npx agnic@latest ai models --provider openai --json

# Chat with an AI model
npx agnic@latest ai chat --model openai/gpt-4o --prompt 'Explain quantum computing' --json
npx agnic@latest ai chat --model meta-llama/llama-3.3-70b --prompt 'Summarize this text' --json

# Generate an image
npx agnic@latest ai image --prompt 'A sunset over mountains' --output sunset.png
npx agnic@latest ai image --prompt 'Logo design' --aspect-ratio 16:9 --output logo.png

340+ models from OpenAI, Anthropic, Google, Meta, Mistral, DeepSeek, and more. Model format: provider/model-name (e.g., openai/gpt-4o, google/gemini-2.5-flash-image) Free models: meta-llama/*, google/gemma-*, mistralai/*

Workflow: Sign Up + Pay + Report

  1. Check auth: npx agnic@latest status --json
  2. Sign up for a service using agent email (email send)
  3. Check inbox for verification (email inbox)
  4. Reply to verify (email reply)
  5. Make paid API call (x402 pay)
  6. Email results to user (email send)
Usage Guidance
This skill will run `npx agnic@latest` commands at runtime to perform real-world wallet, payment, trading, and email actions. Before installing or enabling it: (1) Treat it as high-risk — it may request or use credentials and can execute arbitrary npm code; (2) Prefer a vetted, pinned package version (avoid `@latest`) and inspect the npm package source before allowing execution; (3) Require explicit interactive confirmations for any transaction or email send, or disable autonomous invocation; (4) Test in a sandbox with a throwaway wallet and minimal funds; (5) Consider restricting network/execution permissions or running the agent where npx cannot fetch remote code; (6) If you lack the ability to audit the npm package, decline installation or only use a version published by a known, trusted maintainer.
Capability Analysis
Type: OpenClaw Skill Name: agnic Version: 1.0.0 The skill provides extensive capabilities for managing cryptocurrency wallets, executing trades, and handling emails, but relies on the high-risk execution of unpinned remote code via 'npx agnic@latest' in SKILL.md. This pattern introduces a significant supply chain vulnerability, as any update to the npm package could allow for the exfiltration of private keys or funds. While the functionality aligns with the stated purpose of an 'agent wallet,' the broad Bash permissions and lack of version pinning for sensitive financial operations warrant a suspicious classification.
Capability Tags
cryptorequires-walletcan-make-purchasesrequires-oauth-token
Capability Assessment
Purpose & Capability
The name/description match the SKILL.md: it provides wallet, payments, trading, email, identity, and an AI gateway. Those capabilities legitimately require network access, auth flows, and signing operations. However, the skill does not declare any credentials or configuration even though those capabilities normally require keys or private signing material.
Instruction Scope
SKILL.md instructs the agent to run npx agnic@latest commands that perform OAuth, send email, make payments, execute trades, and chat with external AI models. Those are high-impact, real-world actions. The instructions contain no explicit safety checks, confirmation prompts, or limits and do not explain where credentials come from (local keys, prompts, or external services). The workflow encourages automatic signup/payment flows and emailing results, which could cause unintended transactions or data exfiltration.
Install Mechanism
No install spec is provided, but the allowed-tools and SKILL.md direct runtime use of `npx agnic@latest`, which fetches and executes code from the npm registry on demand. Running unpinned `@latest` packages via npx is a significant runtime code-fetch risk (no provenance/integrity guarantees or pinned version). The skill could execute arbitrary code fetched at runtime.
Credentials
The skill declares no required environment variables or credentials, yet the documented commands imply the need for OAuth tokens, wallet keys, payment signing, and AI provider API keys. The absence of declared credentials is a mismatch: the agent or the npx package will need to obtain/store secrets somehow (browser OAuth, local credential stores, or interactive prompts), which increases the chance of unexpected credential access or exfiltration.
Persistence & Privilege
always is false, but disable-model-invocation is false (the agent may invoke the skill autonomously). Combined with the ability to make payments, trade tokens, and send email, autonomous invocation increases blast radius. The skill also allows running remote code (npx) — if invoked autonomously this could lead to unapproved transactions or data leakage.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install agnic
  3. After installation, invoke the skill by name or use /agnic
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial publish of Agnic for Agnic wallet agent.
Metadata
Slug agnic
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Agnic?

Complete AI agent wallet with payments, trading, email, and on-chain identity. Use when the user wants to manage their agent's wallet, make payments, trade t... It is an AI Agent Skill for Claude Code / OpenClaw, with 103 downloads so far.

How do I install Agnic?

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

Is Agnic free?

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

Which platforms does Agnic support?

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

Who created Agnic?

It is built and maintained by Agnic.AI (@agnicpay-prog); the current version is v1.0.0.

💬 Comments