技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 441 · 1 current installs · 1 all-time installs
⭐ 0
安装量(当前) 1
🛡 VirusTotal :良性 · OpenClaw :可疑
Package:ai-trend-curation
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :可疑
OpenClaw 评估
The skill's runtime instructions require local Node scripts and the xurl CLI but no code or install steps are included in the bundle, so the package is incomplete and its behavior is unclear.
目的
The skill's stated purpose (curate/post AI tweets to Slack) is plausible, but the metadata and SKILL.md both reference scripts/ai_trends.js and the xurl CLI as required runtime components — yet the registry entry contains no code files or install instructions. That mismatch means the skill cannot perform its stated tasks as provided, and it's unclear where the referenced scripts would come from.
说明范围
SKILL.md explicitly instructs the agent to run node scripts (search, check-recent, format-blocks, mark-posted) and to call 'openclaw message send'. Those instructions are reasonable for the stated purpose, but they depend entirely on missing scripts. There are no instructions that request unrelated system files or extra environment variables, but the missing scripts create ambiguity about what other actions (network calls, credential usage, fi…
安装机制
No install spec is provided (lowest install risk). However, because there is no install and no included scripts, the skill as-published is non-functional. If an operator later supplies or downloads the referenced scripts from an external source, that download/install step would become the primary risk and must be reviewed.
证书
The skill declares no required environment variables or credentials. Posting to Slack is done via the agent's 'openclaw message send' (which uses the environment the agent already has). No unrelated secrets are requested in the manifest or SKILL.md.
持久
Default privileges (always: false, agent-invocable allowed) are used. The skill does not request permanent presence or attempt to change other skills' configs in the provided materials.
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Ai Trend Curation」。简介:Curate and post AI trend tweets from X (Twitter) with quote suggestions.。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/yusaku-0426/ai-trend-curation/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: ai-trend-curation
description: Curate and post AI trend tweets from X (Twitter) with quote suggestions.
metadata:
{
"openclaw":
{
"emoji": "🤖",
"requires": { "bins": ["xurl"], "scripts": ["scripts/ai_trends.js"] },
},
}
---
# ai-trend-curation
X (Twitter) から AI 関連のトレンドツイートを収集・キュレーションし、Slack に投稿する。
## ワークフロー
### Step 1: ツイート検索
```bash
node scripts/ai_trends.js search
```
xurl CLI で日本語・英語の AI 関連ツイートを検索。いいね100以上(日本語)/ 500以上(英語)をフィルタ。
### Step 2: キュレーション(エージェント実行)
検索結果をもとに、エージェントが以下を判断:
- 5-8件を選定(日本語3-5件 + 英語3-5件のバランス)
- 驚き屋・煽り系は排除。実務者・技術者の実践ベース投稿を優先
- 各ツイートに category, author_desc, text_ja(英語の場合), quote_suggestion を付与
### Step 3: 重複チェック
```bash
node scripts/ai_trends.js check-recent
```
最近投稿済みのURLと重複しないか確認。
### Step 4: Block Kit フォーマット
```bash
node scripts/ai_trends.js format-blocks
--tweets='[{...curated tweets...}]'
--summary="今日のAIトレンド要約"
```
### Step 5: Slack 投稿
`openclaw message send` で親メッセージ + スレッド返信を投稿。
### Step 6: 投稿済みマーク
```bash
node scripts/ai_trends.js mark-posted --urls='["url1","url2"]'
```
## 選定フィルター
- @yusaku_0426 が引用して付加価値を出せるか
- 元ツイートの発信者がRTしてくれそうか(批判・揚げ足取りNG)
## 引用ツイート案のペルソナ
一人称「僕」、丁寧語 or 体言止め。情報整理型キュレーター。
5-100文字で簡潔に。「最高!」「同意です」のような薄いリアクションは絶対NG。
## 引用パターン (A-H)
- A: 要点抜粋+補足解説
- B: 注目ポイント指摘(「地味に重要なのは〜」)
- C: 活用報告(「試してみた」+体験)
- D: 共感(短い一言で同意)
- E: 一行要約(本質をワンフレーズに凝縮)
- F: 問いかけ・展開(「これ〜にも応用できそう」)
- G: 比較・接続(別ツール/事例と比較)
- H: 数字・データ強調
## カテゴリ
- :rocket: new_release
- :hammer_and_wrench: tools
- :microscope: research
- :thought_balloon: opinions
- :bulb: tips