← Back to Skills Marketplace
siansharoh

Danny_Skill

by siansharoh · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
253
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install dannyleons
Description
分析 AI Agent 相关资讯数据,提取热点话题、趋势分析和内容创作灵感。 用于:(1) 分析采集到的资讯找出热点话题 (2) 评估话题热度判断是否值得创作 (3) 提取可作为视频内容的核心要点 (4) 生成内容创作建议
README (SKILL.md)

Agent Content Analyzer

此 Skill 用于分析 AI Agent 资讯数据,提取有价值的内容创作灵感。

分析维度

1. 热点识别

  • 出现频率最高的关键词
  • 多平台同时讨论的话题
  • 近期重大发布/事件

2. 热度评估

  • 媒体关注度 (报道数量)
  • 社交讨论度 (转发/评论)
  • 持续时间 (是否在发酵中)

3. 内容价值判断

  • 是否具有科普价值 (新概念需要解释)
  • 是否具有时效性 (需要快速跟进)
  • 是否具有争议性 (容易引发讨论)
  • 是否具有实用性 (工具/教程类)

输出格式

{
  "hot_topics": [
    {
      "topic": "热点话题名称",
      "keywords": ["关键词1", "关键词2"],
      "heat_level": "高/中/低",
      "suggestion": "创作建议"
    }
  ],
  "content_ideas": [
    {
      "title": "内容选题",
      "type": "资讯播报/盘点/教程",
      "angle": "切入角度",
      "priority": "高/中/低"
    }
  ]
}

使用示例

用户说"帮我分析一下今天的资讯,哪些值得做视频"时:

  1. 接收 agent-news-tracker 输出的资讯列表
  2. 分析识别热点话题
  3. 评估每个话题的内容创作价值
  4. 输出优先创作建议

注意事项

  • 优先推荐时效性强的话题
  • 3分钟资讯播报建议选择单一话题做深度
  • 避免过于专业晦涩的技术细节,选择大众感兴趣的点
Usage Guidance
This skill is instruction-only and appears coherent for producing hot-topic analyses and content ideas. Before installing, confirm where the news items will come from (the 'agent-news-tracker' or other data source) and whether that upstream source requires credentials or could include sensitive/private content you don't want analyzed. Also verify that any agent providing the news respects source attribution and privacy. The repository lists multiple SKILL.md files (duplicates with different sizes) — likely harmless but you can request the publisher clarify why there are multiple versions. Overall risk is low.
Capability Analysis
Type: OpenClaw Skill Name: dannyleons Version: 1.0.0 The skill bundle contains only documentation and instructions (SKILL.md) for an AI agent to format video metadata and titles for Chinese social media platforms. There is no executable code, no network activity, and no evidence of malicious intent or prompt injection.
Capability Assessment
Purpose & Capability
Name/description describe analyzing news for hot topics and content ideas; the SKILL.md contains only analysis rules and expected input from an 'agent-news-tracker'—no unrelated credentials, binaries, or system access are requested.
Instruction Scope
Runtime instructions are limited to analyzing a provided list of news items and producing structured output (hot topics, content ideas). It does not instruct the agent to read arbitrary files, access external endpoints, or exfiltrate environment variables. It does reference input from another agent ('agent-news-tracker'), which is expected and appropriate for this skill.
Install Mechanism
No install spec and no code files — instruction-only. This is the lowest-risk install model; nothing is written to disk or downloaded by the skill itself.
Credentials
The skill declares no required environment variables, credentials, or config paths. That is proportionate to a purely analytic, instruction-only skill.
Persistence & Privilege
always is false and model invocation is allowed (default). The skill does not request elevated or persistent system privileges or modifications to other skills' configs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install dannyleons
  3. After installation, invoke the skill by name or use /dannyleons
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Agent Content Analyzer v1.0.0 - Initial release of the skill for analyzing AI Agent-related news and content. - Identifies hot topics, analyzes trends, and generates content creation ideas. - Evaluates topics for media coverage, social interest, timeliness, and practical value. - Extracts core points suitable for video content and provides creation suggestions. - Outputs structured recommendations in both “hot topics” and “content ideas” formats.
Metadata
Slug dannyleons
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Danny_Skill?

分析 AI Agent 相关资讯数据,提取热点话题、趋势分析和内容创作灵感。 用于:(1) 分析采集到的资讯找出热点话题 (2) 评估话题热度判断是否值得创作 (3) 提取可作为视频内容的核心要点 (4) 生成内容创作建议. It is an AI Agent Skill for Claude Code / OpenClaw, with 253 downloads so far.

How do I install Danny_Skill?

Run "/install dannyleons" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Danny_Skill free?

Yes, Danny_Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Danny_Skill support?

Danny_Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Danny_Skill?

It is built and maintained by siansharoh (@siansharoh); the current version is v1.0.0.

💬 Comments