Token Pick

Generate daily crypto token and prediction market picks with signal scores.

Updated Jul 16, 2026
One-click install
npx skills add https://github.com/enuno/noesis-aeon --skill token-pick-enuno
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Token Pick
Source: https://github.com/enuno/noesis-aeon/tree/main/skills/token-pick
Command: npx skills add https://github.com/enuno/noesis-aeon --skill token-pick-enuno

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, COINGECKO_API_KEY, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides one token recommendation and one prediction market pick with a scored signal, helping users make informed decisions in the crypto market.

Core Features & Use Cases

  • Token Recommendation: Recommend one crypto token per day based on various metrics and scores.
  • Prediction Market Pick: Recommend one prediction market per day, evaluating its potential based on volume, liquidity, and fair-value estimate.
  • Scored Signals: Offers a numeric signal score for tokens and markets, indicating the level of conviction.
  • Skip Branch: Skips picks on days with weak signals, ensuring high-quality recommendations.

Quick Start

Run the skill to get your daily crypto token pick and prediction market recommendation.

Frequently Asked Questions about Token Pick

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get a scored crypto token recommendation using Python?

Crypto prediction market picks are generated by querying the Polymarket API to evaluate market volume and liquidity, returning one daily pick with a signal score and a fair-value estimate to gauge conviction.

What is a conviction tier in crypto signal scoring?

A conviction tier in crypto signal scoring is a classification level assigned to a token or prediction market pick, indicating the strength of the signal and the level of confidence in the recommendation based on evaluated metrics.

Do I need a CoinGecko API key to run crypto token analysis scripts?

Yes, you need a CoinGecko API key for authentication and data access. The Skill operates in read-only mode and requires this key, along with the requests library, to execute the Python scripts and retrieve market data.

Why does my crypto token pick script return no results on some days?

Your crypto token pick script returns no results on weak signal days because it includes a skip branch that intentionally bypasses recommendations when the evaluated signal scores do not meet the required threshold for high-quality picks.

What's the best way to automate daily prediction market picks?

The best way to automate daily prediction market picks is to execute the Skill's shell scripts, which handle deduplication and run the Python scripts to fetch and analyze Polymarket API data for your daily recommendation automatically.