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

noya-agent

Interact with the Noya AI agent for crypto trading, prediction markets, token analysis, and DCA strategies via curl. Use when the user wants to trade tokens, check portfolios, analyze markets, manage DCA strategies, or interact with Polymarket/Rain prediction markets.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ali-hajeh/noya-agent
Or

What This Skill Does

The noya-agent skill integrates OpenClaw with the Noya multi-agent system, providing a powerful interface for decentralized finance (DeFi) and prediction markets. By leveraging the Noya API, this skill allows users to execute complex financial operations such as token swaps, cross-chain bridging, and DCA (dollar-cost averaging) strategy management directly from the terminal. One of its standout features is the gas-sponsored transaction model, which eliminates traditional network fees, making it highly efficient for micro-transactions and automated trading strategies. The agent handles interactions via a streaming REST API, providing real-time feedback, progress indicators, and secure interrupt prompts for any on-chain transaction execution.

Installation

To get started, install the skill via the OpenClaw hub: clawhub install openclaw/skills/skills/ali-hajeh/noya-agent

After installation, create an account at agent.noya.ai, generate an API key from the Settings page, and export it as an environment variable NOYA_API_KEY. Finally, add the configuration details to your ~/.openclaw/openclaw.json file as described in the documentation to ensure the agent has the necessary permissions to interface with the Noya backend.

Use Cases

  • Portfolio Management: Instantly check balances across various chains and tokens.
  • DeFi Operations: Perform swaps, add liquidity, or interact with yield-bearing protocols without manual wallet signatures.
  • Prediction Markets: Trade outcomes on Polymarket or Rain for events ranging from sports to geopolitical occurrences.
  • Automated Investing: Deploy and manage recurring DCA strategies to mitigate market volatility.
  • Market Analysis: Query the agent for current market trends and token metrics.

Example Prompts

  1. "What is my current total portfolio value in USDC across all chains?"
  2. "Create a DCA strategy to buy $50 of ETH every week."
  3. "What are the current top prediction trends for the upcoming election on Polymarket?"

Tips & Limitations

Always ensure you generate a unique UUID for every new conversation topic to maintain context isolation. Because this skill interacts with live financial markets, always treat the 'interrupt prompt' as a critical security feature; it is your final check before an irreversible transaction is sent to the blockchain. Do not use this for general knowledge queries or local file manipulation, as the agent is highly specialized for financial data and transactional operations.

Metadata

Author@ali-hajeh
Stars4473
Views0
Updated2026-05-01
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-ali-hajeh-noya-agent": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#crypto#defi#trading#finance#automation
Safety Score: 3/5

Flags: network-access, external-api