·agentbay-monitor-skills
</>

agentbay-monitor-skills

舆情监控技能,最终产出舆情报告。当用户问「某事件/话题舆情如何」「舆论怎么样」「做舆情分析」「运行舆情分析」或按关键词/平台爬取并生成舆情报告时,使用本技能。约定:凡舆情相关意图即执行全流程(爬取→情感分析→生成报告)。爬取由本技能完成;情感分析由主 Agent 按提示词自主判断;报告由 generate_report 生成。

10Installs·0Trend·@agentbay-ai

Installation

$npx skills add https://github.com/agentbay-ai/agentbay-skills --skill agentbay-monitor-skills

How to Install agentbay-monitor-skills

Quickly install agentbay-monitor-skills AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/agentbay-ai/agentbay-skills --skill agentbay-monitor-skills
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: agentbay-ai/agentbay-skills.

SKILL.md

View raw

| 1. 爬取 | crawl.py 或 crawlforsentiment(...) | 得到 rawoutputpath(爬取结果 JSON) | | 2. 情感分析 | 读 scripts/sentiment/sentimentinstruction.md → 对爬取 JSON 逐条判定 → 写情感结果小 JSON → 运行 writeprocessed.py | 得到 processed JSON(如 output/processed.json) | | 3. 生成报告 | report.py --input 或 generatereport(...) | 得到 Markdown/JSON(及可选 PDF) |

禁止行为:只运行 crawl.py 后就说「爬取完成,情感分析由主 Agent 完成」并结束。这是错误用法——主 Agent 就是你自己,你必须继续完成步骤 2 和 3,直到产出最终报告文件。

重要约定:凡提到「舆情分析」(或「运行舆情分析」「做舆情分析」等等价表述),即视为执行全流程——爬取 → 情感分析 → 生成报告。必须按该完整流程执行,不可只做爬取;最终产出须包含 Markdown/JSON(及可选 PDF)报告。

舆情监控技能,最终产出舆情报告。当用户问「某事件/话题舆情如何」「舆论怎么样」「做舆情分析」「运行舆情分析」或按关键词/平台爬取并生成舆情报告时,使用本技能。约定:凡舆情相关意图即执行全流程(爬取→情感分析→生成报告)。爬取由本技能完成;情感分析由主 Agent 按提示词自主判断;报告由 generate_report 生成。 Source: agentbay-ai/agentbay-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/agentbay-ai/agentbay-skills --skill agentbay-monitor-skills
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from agentbay-ai/agentbay-skills

Quick answers

What is agentbay-monitor-skills?

舆情监控技能,最终产出舆情报告。当用户问「某事件/话题舆情如何」「舆论怎么样」「做舆情分析」「运行舆情分析」或按关键词/平台爬取并生成舆情报告时,使用本技能。约定:凡舆情相关意图即执行全流程(爬取→情感分析→生成报告)。爬取由本技能完成;情感分析由主 Agent 按提示词自主判断;报告由 generate_report 生成。 Source: agentbay-ai/agentbay-skills.

How do I install agentbay-monitor-skills?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/agentbay-ai/agentbay-skills --skill agentbay-monitor-skills Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/agentbay-ai/agentbay-skills