🤖 Let your Agent do research for you
1️⃣ Copy the install Command → Paste into your Agent
2️⃣ Copy the Execution Command → Paste → Skill: daily_market_overview (Try the code yourself)
`````text
Use daily_market_overview from CMC Skill Hub to execute a task for me.
## Parameters
{
"preview": true
}
## Requirements
- First call find_skill(query="daily_market_overview") to get skill_description and input_schema
- Then call execute_skill directly with that unique_name — skip exploration
- Construct parameters from input_schema, filling in the parameters above; if info is missing, ask me — do not fabricate
- Pass parameters as a JSON object, never as a JSON-encoded string
- On failure, give the reason + 1–2 alternative Skills — do not silently retry
`````