π¦ ClawHub
Noya Agent Skill
by @noyadev00-gmailcom
Interact with the Noya AI platform for crypto trading, prediction markets, token analysis, DCA strategies, and structured crypto data (prices, TVL, funding r...
β‘ When to Use
βοΈ Configuration
The public data endpoints (see Data Endpoints) work immediately with no setup.
To additionally use the conversational agent endpoints (messaging, threads, chat completions, user summary, agent summary):
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-skill