π¦ ClawHub
Noya Agent
by @ali-hajeh
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,...
β‘ When to Use
βοΈ Configuration
1. Create an account at agent.noya.ai 2. Go to Settings > API Keys and generate a key 3. Store the key securely β it is only shown once 4. Set the environment variable:
export NOYA_API_KEY="noya_your_key_here"
Configure in ~/.openclaw/openclaw.json:
{
"skills": {
"entries": {
"noya-agent": {
"enabled": true,
"apiKey": "noya_your_key_here",
"env": {
"NOYA_API_KEY": "noya_your_key_here"
}
}
}
}
}
TERMINAL
clawhub install noya-agent