ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 3/5

autonomous-agent

CreditNexus x402 agent. Use when the user wants stock predictions, backtests, bank linking, or agent/borrower scores. Payment-protected MCP tools (run_prediction, run_backtest, link_bank_account, get_agent_reputation_score, get_borrower_score, and by-email variants) with x402 flow (Aptos + Base). Agent handles 402 → pay → retry autonomously. Supports wallet attestation (signing) for onboarding.

Why use this skill?

Deploy the CreditNexus x402 agent to autonomously manage Aptos and EVM wallets, execute stock predictions, run backtests, and link bank accounts seamlessly.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/josephrp/autonomous
Or

What This Skill Does

The CreditNexus x402 agent is a sophisticated autonomous system designed for the FinTech ecosystem. It serves as a specialized gateway for executing paid, on-chain financial operations using the x402 payment flow. The agent is capable of creating and managing its own Aptos and EVM-compatible wallets, allowing it to autonomously handle funding, balance inquiries, and complex financial tool executions. By integrating Aptos and Base, it provides a seamless experience for users needing high-precision financial data without manual intervention in payment settlement. It is uniquely engineered to handle the '402 Payment Required' protocol: detecting payment requests, executing the necessary token transfers, and retrying the target function call until success.

Installation

To integrate this skill, navigate to the root directory of your project and run the following commands:

git clone https://github.com/FinTechTonic/autonomous-agent.git
cd autonomous-agent
npm install

After installation, copy the .env.example file to .env. You must populate the configuration with your MCP server URL (e.g., https://borrower.replit.app), LLM API keys, and your designated wallet storage paths. Finally, ensure your environment is authorized by visiting the onboarding flow (e.g., http://localhost:4024/flow.html) to whitelist your newly created agent addresses.

Use Cases

This skill is perfect for automated financial research and infrastructure management. Users leverage this for: 1. Predictive Analytics: Running real-time stock market predictions based on proprietary datasets. 2. Quantitative Backtesting: Stress-testing trading strategies using historical data. 3. Banking Infrastructure: Facilitating the secure, on-chain linking of bank accounts via Plaid or CornerStone APIs. 4. Reputation Management: Fetching creditworthiness and reputation scores for decentralized lending protocols using wallet addresses or email identities.

Example Prompts

  1. "Check the current USDC balance in my Aptos wallet and run a backtest on the S&P 500 strategy for the last 30 days."
  2. "Link my bank account using the latest Plaid token and ensure the EVM wallet has sufficient funds to cover the x402 processing fee."
  3. "What is the current borrower reputation score for this wallet address? Perform the lookup and handle the payment autonomously."

Tips & Limitations

  • Whitelisting: Remember that every time the agent creates a new wallet address, you must whitelist it on the provider's onboarding flow or transactions will fail.
  • Funding: Keep a small reserve of native tokens on your Aptos and Base wallets to ensure continuous service operation.
  • Payment Failures: If a 402 error persists, check your wallet balance first before debugging the MCP connection.
  • Security: This skill handles private key data; ensure your .env and local storage remain secure and encrypted.

Metadata

Author@josephrp
Stars1865
Views1
Updated2026-03-03
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-josephrp-autonomous": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#fintech#x402#blockchain#crypto#automation
Safety Score: 3/5

Flags: network-access, file-write, external-api