抓取并总结 AgResource 谷物时事通讯,包括每日销售建议、价格影响情绪分析、趋势跟踪和 Telegram 更新提醒。
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install agresource或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install agresource⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/agresource/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
Use this skill to scrape, summarize, and analyze AgResource grain marketing newsletters.
scraper.js (Playwright/Node.js)agresource_sentiment.py (Python)AGRESOURCE_EMAIL and AGRESOURCE_PASSWORD env vars~/clawd/memory/agresource/YYYY-MM-DD.md (morning)~/clawd/memory/agresource/YYYY-MM-DD-noon.md (noon)~/clawd/memory/agresource/YYYY-MM-DD-evening.md (evening)~/clawd/memory/agresource/YYYY-MM-DD-saturday.md (saturday)~/clawd/memory/agresource/YYYY-MM-DD-sunday.md (sunday)~/clawd/memory/agresource/sentiment_history.json"Check AgResource newsletter"
"Summarize today's grain report"
"Show full newsletter" (detailed view)
To run scraper manually:
cd /home/brianppetty/clawd/skills/agresource
# Morning newsletter (default)
node scraper.js
node scraper.js --type=morning
# Noon/midday newsletter
node scraper.js --type=noon
# Evening newsletter
node scraper.js --type=evening
# Saturday newsletter
node scraper.js --type=saturday
# Sunday newsletter
node scraper.js --type=sunday
When a cron event fires, match the time/type to the correct --type parameter:
| Cron Message | Type to Use | Time | |--------------|-------------|------| | "Check AgResource newsletter (morning)" | --type=morning | 8:30 AM ET (Mon-Fri) | | "Check AgResource newsletter (afternoon)" | --type=noon | 1:30 PM ET (Mon-Fri) | | "Check AgResource newsletter (evening - positioning)" | --type=evening | 7:00 PM ET (Mon-Sat) | | "Check AgResource newsletter (weekend)" | --type=saturday or --type=sunday | ~3:00 PM ET (Sat/Sun) |
For weekend jobs, determine which day it is and use:
--type=saturday--type=sunday"What's the current market sentiment?"
"Show sentiment trends"
"What's the sentiment history?"
CRITICAL: Sentiment analysis tracks PRICE IMPACT, not general "good/bad" news.
Key inverse relationships to remember:
Track these dimensions across newsletters:
- BULLISH = Prices expected to go UP - BEARISH = Prices expected to go DOWN
- Tracks weather impact on PRODUCTION (inverted for price impact) - Positive weather for crops = BEARISH for prices (more supply) - Negative weather for crops = BULLISH for prices (less supply)
- Optimistic = more supply = BEARISH for prices - Cautious = supply concerns = BULLISH for prices
Status phrases to detect:
Keywords for sales advice:
Brief summary sent for every newsletter:
🌾 AgResource - 2026-01-08 8:30 AM
Summary: No sales recommended
Sentiment: Bullish (↗️ improving)
Full details in ~/clawd/memory/agresource/
YYYY-MM-DD.md)# AgResource Newsletter - 2026-01-08 8:30 AM
## Quick Summary
[2-3 sentence overview]
## Key Newsworthy Items
- [Grain production relevant news]
- [Weather tidbits]
## Sales Advice Status
- Corn: [New sales advice / No change / No sales recommended]
- Soybeans: [New sales advice / No change / No sales recommended]
## Current Positions (from end of newsletter)
- [Summary of current positioning]
## Sentiment & Trends
- **Market Mood:** Bullish / Bearish / Neutral
- **Previous Mood:** [from last newsletter]
- **Trend:** Improving / Declining / Stable
- **Weather Impact:** Positive / Negative / Mixed
- **Production Outlook:** Optimistic / Cautious / Uncertain
## Full Content
[Optional: full newsletter content for reference]
sentiment_history.json){
"last_updated": "2026-01-08T08:30:00",
"sentiment_history": [
{
"date": "2026-01-08",
"time": "08:30 AM",
"market_mood": "bullish",
"weather_impact": "positive",
"production_outlook": "optimistic",
"trend_direction": "improving",
"confidence": "high",
"key_phrases": ["prices advancing", "favorable weather"],
"sales_advice": "No sales recommended"
}
]
}
Credentials: Loaded from environment variables
AGRESOURCE_EMAILAGRESOURCE_PASSWORDDependencies:
/home/brianppetty/clawd/skills/agresource/node_modules/playwright)Schedule: 4x daily (cron jobs)
History window: Keep last 15-20 newsletters for sentiment tracking
安装 农业资源 后,可以对 AI 说这些话来触发它
Help me get started with Agresource
Explains what Agresource does, walks through the setup, and runs a quick demo based on your current project
Use Agresource to scrapes and summarizes AgResource grain newsletters with daily sale...
Invokes Agresource with the right parameters and returns the result directly in the conversation
What can I do with Agresource in my marketing & growth workflow?
Lists the top use cases for Agresource, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/agresource/ 目录(个人级,所有项目可用),或 .claude/skills/agresource/(项目级)。重启 AI 客户端后,用 /agresource 主动调用,或让 AI 根据上下文自动发现并使用。
农业资源 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
农业资源 可免费安装使用。请查阅仓库了解许可证信息。
抓取并总结 AgResource 谷物时事通讯,包括每日销售建议、价格影响情绪分析、趋势跟踪和 Telegram 更新提醒。
农业资源 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my marketing & growth tasks using Agresource
Identifies repetitive steps in your workflow and sets up Agresource to handle them automatically