Agrivalue iq operator
Skill cdm227/AgriValue-Tracker/.agents/skills/agrivalue-iq-operator
"Don Salvatore's AI crew finds the smarter route for every harvest · Agents League 2026"
npx -y skills add cdm227/AgriValue-Tracker --skill agrivalue-iq-operatorAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Operates AgriValue Tracker as an interactive AI agent workflow. Use when testing the challenge demo, running value-chain optimization, asking the AI Harvest Advisor, generating Fair-Trade contracts, preparing Copilot MCP prompts, or validating Fabric IQ, Foundry IQ, and Work IQ flows.
SKILL.md
1.9 KB, 392 tokens by cl100k_base, as published. Nobody here has run it
AgriValue IQ Operator
Use this skill to run and validate the AgriValue challenge demo without guessing through the UI.
Core workflow
- Start the app:
npm start
- Verify API status:
curl http://localhost:3000/api/status
- Use the agent action runner for deterministic interactions:
npm run agent:action -- portfolio --qty 10
npm run agent:action -- optimize --crop "Olive Oil" --qty 15 --organic true --quality 1.15
npm run agent:action -- advisor --crop Grapes --message "What compliance rules matter?"
npm run agent:action -- contract --crop "Olive Oil" --qty 15 --buyer "Cooperativa Valle del Belice" --organic true
Demo route
For judging, prefer this story:
- Open
/demo.htmlfor the two-minute teleprompter. - Open
/index.htmland run:- AI Portfolio Scan
- Olive Oil optimization, 15 MT, DOP/DOC enabled
- Vision quality scan
- Export Contract
- Copilot MCP prompt
- Teams Alert if Work IQ is configured
Agent deliverables
When asked to prepare or validate the project, return:
- API status: Fabric IQ source, Foundry configured/local, Work IQ on/off
- Top crop from portfolio scan and its added value
- One advisor response
- Whether contract generation works
- Any blocker for live Azure/Fabric/Graph configuration
Public demo guardrails
Do not expose secrets. For public testing:
- Keep
.envprivate. - Use
.env.exampleonly for placeholders. - Keep
CORS_ORIGINSrestricted to the GitHub Pages domain and local dev. - Treat Teams/Graph and Foundry keys as production credentials.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.