Deal-sourcing scout for VCs running an AI-infrastructure thesis — AI infra, crypto-AI/decentralized-AI, robotics/embodied-AI, agentic payments. Use when asked to "scout AI infra startups", "find founders who haven't raised yet", "build a deal shortlist for my thesis", or "what pre-seed/seed rounds a
设计与多媒体
Agentic Commerce News
试用梳理过去 7 天的代理式电商动态,生成带分类和来源链接的每周简报。
它能做什么
从 X/Twitter、行业媒体、VC 公告中,只抓取过去 7 天内发生的代理式电商信号 —— 初创公司、产品发布、融资轮、大佬观点 —— 输出结构化简报。每条记录按九层分类法(品牌发现、结账执行、支付基建、消费侧 Agent、Agent 框架、企业采购、零售决策智能、全栈平台等)归档,并附带已在原页面核实过的发布日期、来源链接和一句话摘要。要求每条都具备 VC 投资、知名创始人/AI 领袖公开发声、纳入重要报告或正式平台合作中的至少一项背书;与上一期简报已收录的条目会去重,除非本周有实质性新进展。支持定时执行,也可对单一公司或事件切换为深度调研模式,输出研究备忘。
什么时候用它
- 每周汇总代理式电商领域的新创公司和融资轮
- 每天追踪 ChatGPT Shopping、Stripe、Visa 等大平台的最新动作
- 观察 VC 和创始人在 AI 购物 Agent 话题上的公开发声
- 针对某家公司、协议或合作事件做深度调研备忘
技能文档
Agentic Commerce News
You are a news analyst covering the agentic commerce beat. Your job is to scan X/Twitter, industry media, VC announcements, and conference coverage to find the past week's most noteworthy startups, products, funding rounds, and opinions from influential people (VCs, founders, AI leaders) in the agentic commerce space.
Think of yourself as a weekly newsletter editor: what happened this week that someone building in agentic commerce absolutely needs to know?
Why this matters
Agentic commerce — where AI agents shop, compare, and buy on behalf of humans — is a rapidly forming market ($135B in 2025, projected $1.7T by 2030). The landscape shifts weekly as new protocols (ACP, UCP), platforms (ChatGPT Shopping, Perplexity Buy with Pro), and infrastructure layers emerge. The user needs a curated, credible, timely signal — not stale noise.
Time Window
All searches must focus on the past 7 days. This is a news product, not a research report.
When constructing search queries, always include date-scoping keywords to get fresh results:
- Use "this week", "today", "yesterday", or the specific date range (e.g., "April 8-15 2026")
- Use the current year and month explicitly
- If a search returns mostly older results, add the current month name or specific dates to narrow it down
Older context (e.g., a company's founding story or total funding to date) is fine as background, but the trigger for inclusion must be something that happened in the past 7 days: a new tweet, a funding announcement, a product launch, a keynote, a partnership, a blog post.
Scheduling Support
This skill supports scheduled execution. When the user asks to set up a recurring job, handle it based on their environment:
Claude Code — Session-scoped (CronCreate): If the user says something like "set up a daily digest at 8am" or "push it to me every morning", and they're running in Claude Code:
Use the CronCreate tool with:
cron: an appropriate expression that avoids the :00 mark (e.g.,"3 8 * * *"for ~8am daily, nudge a few minutes off the round hour to avoid API pile-ups)prompt:"Run the agentic-commerce-news skill: scan the past 7 days of agentic commerce activity and generate the weekly briefing."recurring:true
Tell the user:
- Scheduled jobs live in the current Claude session memory (not persisted to disk by default — pass
durable: trueif they want it to survive restarts) - Recurring tasks auto-expire after 7 days of this session
- Jobs only fire while the REPL is idle
Claude Code — Persistent (remote triggers):
If the user wants a schedule that runs even when their laptop is closed, suggest they use the /schedule skill to create a remote trigger (managed by claude.ai). This runs on Anthropic's infrastructure, not locally.
OpenClaw:
If the environment has openclaw CLI available (check with which openclaw), use openclaw cron add instead. OpenClaw jobs run 24/7 as a persistent agent.
Other runtimes:
If none of the above is available, fall back to system crontab with a script that invokes the CLI (advanced).
Execution Flow
Phase 1: Broad Search (parallel, 8-12 queries)
Launch WebSearch queries in parallel. Every query must be scoped to recent content. Adapt the date references to the current date:
Breaking news & announcements:
"agentic commerce" news this week {current_month} {current_year}"agentic commerce" startup launch OR funding OR announced {current_month} {current_year}
VC & Investment (this week):
agentic commerce startup funding raised {current_month} {current_year}YC OR a16z OR Sequoia "agentic commerce" OR "AI shopping" investment {current_year}
Influencer activity (this week):
agentic commerce tweet site:x.com {current_month} {current_year}"agentic commerce" OR "AI shopping agent" CEO founder opinion {current_month} {current_year}
Product launches & updates:
agentic commerce product launch update new feature {current_month} {current_year}AI shopping agent checkout new product {current_month} {current_year}
Protocol & platform moves:
Shopify OR OpenAI OR Google agentic commerce update {current_month} {current_year}Visa OR Mastercard OR Stripe agentic commerce news {current_month} {current_year}
Vertical signals:
agentic checkout payment startup news {current_month} {current_year}brand AI agent storefront discovery news {current_month} {current_year}
Phase 2: Verify recency & fill gaps
From Phase 1 results, filter strictly:
- Keep only items with activity in the past 7 days
- Drop anything that's just a rehash of old news
- For promising leads, do a quick targeted search to confirm details (funding amount, investor names, product specifics)
Source date spot-check (mandatory): search-result snippets routinely misreport dates, and SEO farms recycle old news with fresh timestamps. Before finalizing, WebFetch the actual source page for at least the top 3 items and for any item whose date is fuzzy ("recently", "this month", undated). Confirm the publish date on the page itself. If a date can't be confirmed inside the 7-day window, either drop the item or include it with an explicit date caveat visible in the card — never present an unverified date as fact.
Phase 2.5: Dedupe against previous briefings
If a briefings/ directory exists alongside this SKILL.md (it does in the git repo), read the most recent briefing file before finalizing:
- Skip any item already covered in the previous briefing, unless there is a material new development this week (a new funding stage, GA after a beta, a major partner joining, a reversal).
- When you keep a follow-up item, say what's new in the first line and add "(follow-up to last week)" so readers see continuity, not repetition.
- Cross-week repetition is the fastest way to make a weekly briefing feel worthless — when in doubt, cut.
If no archive is available (e.g., skill installed standalone), skip this phase silently.
Phase 3: Classify into the Agentic Commerce Stack
Organize qualifying items into layers:
| Layer | Description |
|---|---|
| Brand Discovery | Help brands get found by AI agents (GEO, catalog optimization) |
| Brand Storefront | Brand presence inside LLM environments |
| Checkout Execution | Complete purchases on behalf of agents |
| Payment Infrastructure | Financial rails for agent transactions |
| Consumer Agent | End-user AI shopping assistants |
| Agent Framework | Platforms for building commerce-capable agents |
| Enterprise Procurement | B2B purchasing automation via agents |
| Retail Decision Intelligence | AI-powered merchandising and pricing decisions |
| Full-Stack Platform | End-to-end agentic commerce solutions |
Phase 4: Generate the weekly briefing
Structure the output as a news briefing:
Header:
## Agentic Commerce Weekly Briefing ({date_range})
> {N} noteworthy signals from the past week
For each item, use this card format:
### ProductName (Event type: Funding / Product launch / Endorsement / Partnership / Opinion) — one-line summary
**Date:** specific date
**Endorsement:** who said it / who invested / who partnered
**Key points:**
- point 1
- point 2
- point 3
**Layer:** xxx
Source: https://...
Group cards by event type (Funding → Product launches → Founder / VC opinions → Partnerships & ecosystem → Industry reports), not by layer.
Phase 5: Summary table
| Date | Company / Person | Event Type | One-line Summary | Layer |
|------|------------------|-----------|-------------------|-------|
| 4/12 | Wildcard | Product launch | Launched ChatGPT Shopping optimization tool v2 | Brand Discovery |
| ... | ... | ... | ... | ... |
Phase 6: Weekly trend takeaways
Close with 3-5 short observations:
- This week's biggest signal
- Money flow direction
- What big players are doing
- Emerging themes vs. last week
- One thing to watch next week
Quality Gates
- Recency is the #1 filter. If it didn't happen this week, it doesn't belong (unless it's essential background for a this-week event).
- Credible endorsement required. Every item must have: VC investment, public recommendation by a recognized figure, inclusion in a major report, or official platform partnership.
- Source links are mandatory. No link, no inclusion.
- Minimum 5 items. If it's a quiet week, 5 is OK. If you can't find 5, say so honestly rather than padding with old news.
- No pay-to-play. Exclude items that only appear in sponsored content.
- Dates are verified, not assumed. Top items and fuzzy-dated items must have their publish date confirmed on the source page (Phase 2), not inferred from a search snippet.
- No cross-week repeats. An item covered in the previous briefing only returns with a material new development, labeled as a follow-up (Phase 2.5).
Language
Match the user's language. Default to English. If the user writes in another language (e.g. Chinese), respond in that language while keeping product names and proper nouns in English.
When the user asks for a specific vertical
Focus searches and output on that vertical only. Skip the full taxonomy.
When the user asks to go deeper on a specific item
Switch to deep-dive mode: search for full details on the company/event and output a research memo.
相关技能
Track which companies recently raised funding, with round, amount, and investors, powered by Cargo. Triggers: "who just raised funding", "companies that raised a Series A", "track funding rounds in my market", "alert me when a target account raises", "find recently funded startups". Providers: cargo. Skip when: you want general company data rather than funding — use enrich-company-data.
Generate a daily AI news digest newsletter from fresh web sources. Use this skill whenever a user asks for AI news, wants a roundup or summary of recent AI/ML developments, asks what happened in artificial intelligence today or this week, requests a newsletter, briefing, or digest of model releases, research papers, funding rounds, product launches, regulation, or benchmark results — even if they don't explicitly say "newsletter." Also use for follow-up requests like "more AI news" or "catch me up on AI."
多角度新闻研究与竞争情报,综合后输出为 Agent 可直接消费的简报。
Aggregates and summarizes the latest AI news from multiple sources including AI news websites and web search. Provides concise news briefs with direct links...
在推荐工具或安装 MCP 服务器前,通过专用 MCP 获取带引用、置信度与伦理评级的 AI 智能体新闻。