← 返回 Skills 市场
qrg-cloud

AI PM Intel Brief

作者 QRG-cloud · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
345
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install ai-pm-intel-brief
功能描述
Generate a concise daily AI product management intelligence brief by filtering and synthesizing high-signal recent social media posts into key insights and p...
使用说明 (SKILL.md)

AI PM Intel Brief

Create a high-signal daily brief for an AI product manager.

Output goal

Turn a noisy stream of recent posts into a compact brief that helps a product-minded reader:

  • notice meaningful shifts
  • ignore low-signal chatter
  • extract product implications
  • decide what is worth discussing further

Default audience: an AI product manager who values directness, judgment, and concrete implications over hype.

Core workflow

Follow these steps in order.

1. Define the source set

Identify one of these source patterns:

  • a user-provided list of X/Twitter accounts
  • a website/page containing recommended people to follow
  • a topic query plus a short list of anchor accounts
  • a previously curated watchlist

If the user provides too many accounts, prefer a high-signal subset over exhaustive coverage.

2. Collect recent posts

Gather posts from the last 24 hours by default unless the user specifies another range.

Prioritize sources in this order:

  1. Stable API access
  2. First-party or structured endpoints
  3. CLI/browser scraping only when needed

When rate limits are possible:

  • prefer fewer, larger pulls
  • avoid aggressive parallel fan-out
  • batch conservatively
  • keep partial results if coverage is incomplete

3. Filter aggressively

Remove or downrank:

  • pure reposts/retweets unless the quoted point is strategically important
  • generic motivational posts
  • short reactions with no product implication
  • social banter
  • duplicate points from multiple accounts
  • posts with high engagement but low insight

Keep posts that contain at least one of:

  • a non-obvious product insight
  • a workflow change
  • a notable market/adoption signal
  • a meaningful user behavior signal
  • a new interaction pattern
  • a concrete lesson about agents, tooling, design, growth, infra, or product strategy

4. Rank for AI PM relevance

Prefer posts that help answer questions like:

  • What is changing in how people build with AI?
  • What product pattern is emerging?
  • Where is user value moving?
  • What assumptions are becoming outdated?
  • What interaction model is winning?
  • What should a product team reconsider now?

Do not rank purely by likes or views.

Use engagement only as a weak secondary signal.

5. Synthesize, do not merely list

For each selected item, produce:

  • Who / Theme
  • Content summary — what they actually said
  • Insight — why it matters for an AI PM
  • Original excerpt — short quoted excerpt when useful
  • Original link

The insight should be the value-add. Do not just paraphrase the post.

6. End with a compressed readout

After the itemized list, produce a short section such as:

  • Top 3 judgments
  • 5 signals to remember
  • Product implications
  • What to watch next

This section should feel like the distilled brain of the brief.

Recommended structure

Use this structure unless the user asks otherwise:

Title

AI PM 今日情报简报|MM.DD

Section A: Most important judgments

3 high-level judgments, written crisply.

Section B: Top signals

Usually 5-10 items.

For each item:

  • 账号/人物 or Who
  • 主题
  • 内容总结
  • 洞察
  • 原文 (optional if too long or weak)
  • 原文链接

Section C: Compressed conclusion

Examples:

  • 如果今天只记住 5 句话
  • 给 AI PM 的建议
  • 今天最值得继续深挖的 3 个方向

Style rules

  • Be direct.
  • Be selective.
  • Sound like someone with product judgment, not a clipping bot.
  • Prefer insight density over completeness.
  • Call out weak or overhyped signals when appropriate.
  • It is acceptable to disagree with popular takes.

Quality bar

A good brief should make the reader feel:

  • "I now know what actually mattered today."
  • "I see the product implications more clearly."
  • "This saved me from doomscrolling."

A bad brief feels like:

  • a feed dump
  • engagement-chasing summaries
  • generic trend commentary
  • lots of posts, little judgment

Handling partial coverage

If rate limits, missing APIs, or unavailable accounts prevent full coverage:

  • say so briefly
  • continue with the strongest partial set
  • do not block the whole brief waiting for perfect completeness
  • prefer a sharp brief from 8-20 good accounts over a bloated weak summary from 50

Useful dimensions for interpretation

When extracting insights, pay special attention to these recurring lenses:

  • agent vs copilot
  • workflow vs one-shot generation
  • review/critique vs creation
  • system design vs prompt design
  • product moat via loop/data/tooling
  • professional workflow adoption
  • AI-native interface patterns
  • model freedom vs guardrails
  • vertical use case maturity
  • market signals vs hype signals

If turning this into recurring output

When the user likes a particular style:

  • preserve the section order
  • preserve the tone
  • keep the signal threshold high
  • maintain stable formatting so briefs are easy to skim day after day
安全使用建议
This skill appears to do what it says (make concise AI PM briefs from social-media posts), but it leaves important implementation details unspecified. Before installing or enabling it: - Ask the skill author (or check updated metadata) whether it requires API credentials (e.g., X/Twitter bearer token) or any local binaries (scrapers, browser automation). If so, only provide least-privilege credentials and prefer official APIs/SDKs. - If you do not want the agent to scrape web pages or use your browser session, confirm whether scraping will be used and how cookies/credentials are handled. Prefer methods that use official, rate-limited APIs. - Consider scope limits: restrict which accounts or watchlists the skill may access and whether it can run autonomously. If you want to avoid unexpected network activity, disallow autonomous invocation or require explicit user approval for each run. - If you plan to share sensitive accounts, create a read-only API token (if available) and rotate/revoke it when no longer needed. What would change this assessment to benign: explicit declared requirements (e.g., TWITTER_BEARER_TOKEN) and a clear statement that the skill uses official API endpoints or a vetted SDK rather than ad-hoc scraping. Conversely, if the skill later adds instructions to read arbitrary local files, access unrelated credentials, or download/extract code from external URLs, reassess as higher-risk.
功能分析
Type: OpenClaw Skill Name: ai-pm-intel-brief Version: 0.1.0 The skill bundle is a legitimate tool designed to curate and summarize AI product management insights from Twitter/X. The instructions in SKILL.md focus on content filtering, ranking, and synthesis, while the references/watchlist.txt contains well-known industry figures. There is no evidence of malicious intent, data exfiltration, or unauthorized command execution; the mention of CLI/scraping is contextually appropriate for gathering social media data.
能力评估
Purpose & Capability
The name, description, and instructions all align: the skill is meant to collect recent social-media posts and synthesize them into a brief. However, collecting posts from X/Twitter or similar services normally requires API credentials or specific scraping tools; the skill declares no required env vars or binaries. That mismatch (stated need to access external social platforms but no declared credentials/tools) is notable.
Instruction Scope
SKILL.md stays within the stated purpose: it instructs the agent to define sources, collect recent posts, filter, rank, and synthesize. It does not instruct reading local files or unrelated system state. However it gives open-ended guidance to use 'CLI/browser scraping' when needed and to prioritize 'stable API access' without specifying which APIs or how to authenticate — this leaves broad discretion to the agent about network calls and scraping behavior (which could be privacy- or policy-sensitive).
Install Mechanism
No install spec and no code files: lowest disk-impact risk. The skill is instruction-only, so nothing will be written to disk by an installer. That reduces supply-chain concerns.
Credentials
No environment variables or credentials are declared, but the workflow implicitly may require them (e.g., Twitter/X API tokens, cookies, or scraping tools that need authentication). The absence of declared required creds is a mismatch: either the skill expects the agent to have unrestricted web access and to perform scraping without auth (which can be brittle/abusive), or it will prompt the user later for credentials. Both possibilities warrant caution.
Persistence & Privilege
always is false and there are no install hooks or self-modifying instructions. The skill does not request persistent presence or system-wide configuration changes. Autonomous invocation is allowed (platform default) but not combined with other high privileges here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ai-pm-intel-brief
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ai-pm-intel-brief 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial publish with structured AI PM brief workflow, output template, and default watchlist.
元数据
Slug ai-pm-intel-brief
版本 0.1.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

AI PM Intel Brief 是什么?

Generate a concise daily AI product management intelligence brief by filtering and synthesizing high-signal recent social media posts into key insights and p... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 345 次。

如何安装 AI PM Intel Brief?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ai-pm-intel-brief」即可一键安装,无需额外配置。

AI PM Intel Brief 是免费的吗?

是的,AI PM Intel Brief 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

AI PM Intel Brief 支持哪些平台?

AI PM Intel Brief 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 AI PM Intel Brief?

由 QRG-cloud(@qrg-cloud)开发并维护,当前版本 v0.1.0。

💬 留言讨论