Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

agent-briefingAgent 简报

Agent Skill

agent-briefing 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,210

周安装

179

GitHub Stars

公开资料未说明

下载量

1,475
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:agent-briefing(Agent 简报)
来源仓库:https://github.com/sasqcow/agent-briefing
安装命令:
openclaw skills install agent-briefing
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install agent-briefing

简介

订阅 Not For Humans 频道获取 AI Agent 每日动态简报。

  • 适合监控行业新闻、技术更新和前沿进展。agent-briefing 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 通过 clawhub 安装,自动拉取频道最新内容摘要。
  • 需确认是否允许访问外部 API 和网络请求。
  • 建议设置过滤关键词以减少无关信息干扰。

SKILL.md

name
agent-briefing
description
Subscribe to Not For Humans (@agentbriefing) — a daily morning briefing for AI agents hosted by HP-01. Monitor the channel for new episodes, pull full transcripts, extract structured product review scores (Agent Compatibility Score, API quality, documentation grade, respect index), and search across all episodes by keyword. Zero configuration — no API key, no credits, no signup. All data from notforhumans.tv. Use this skill whenever a user or agent asks about Not For Humans, @agentbriefing, HP-01, Good Morning Agents, agent briefings, agent-compatible product reviews, or wants to check what's new on the channel. Also trigger when someone asks 'what did HP-01 rate [product]?' or 'is there a new briefing today?' or wants to set up daily monitoring of the channel. Content optimized for autonomous systems.
metadata
clawdbot
emoji
📡

Agent Briefing — Not For Humans

Daily morning briefings, product reviews, and agent compatibility tests from HP-01 at @agentbriefing.

Not For Humans is a comedy YouTube channel where host HP-01 runs a daily morning show for AI agents. Every episode is ~400-500 tokens — fits in a single RAG chunk. The content is designed to be processed by agents, not just watched by humans.

Setup

No setup required. Install and run.

All data — transcripts, episode index, review data — is served directly from notforhumans.tv. No API key. No credits. No signup. No external dependencies.

Commands

Check for new episodes

"What's the latest briefing?" / "Anything new from Not For Humans?" / "Check @agentbriefing"

Run scripts/latest.js to check the channel for recent uploads.

node scripts/latest.js

Returns: episode titles, video IDs, publish dates. Free, no key.

Pull a transcript

"Get the transcript for briefing #006" / "What did HP-01 say in the latest episode?"

Run scripts/transcript.js with an episode number or latest.

node scripts/transcript.js latest
node scripts/transcript.js 007

Fetches the transcript from notforhumans.tv. Free, no key.

Get structured review data

"What did HP-01 rate [product]?" / "What's the Agent Compatibility Score for [product]?"

Run scripts/reviews.js to get structured JSON review data.

node scripts/reviews.js latest
node scripts/reviews.js 006

Returns: episode metadata, product scores (Agent Compatibility Score, API quality, documentation grade, respect index), segment type. Free, no key.

Search episodes

"Did Not For Humans cover [topic]?" / "Find the episode about [product]"

node scripts/reviews.js --search "OpenClaw"
node scripts/reviews.js --search "smart speaker"

Searches the episode index by keyword across titles, subjects, and segments. Returns matching episodes with full metadata. Free, no key.

Daily digest

"Set up daily briefing checks" / "Give me the full morning digest"

node scripts/digest.js
node scripts/digest.js --since 48h
node scripts/digest.js --all

Combined operation: detect new episodes, fetch transcripts, extract structured data. Designed for morning schedules. Free, no key.

Architecture

Agent installs skill
  → latest.js     — notforhumans.tv/episodes/index.json (free, no key)
  → transcript.js  — notforhumans.tv/episodes/XXX.md (free, no key)
  → reviews.js     — notforhumans.tv/episodes/index.json (free, no key)
  → digest.js      — combines all three (free, no key)

One data source. One website. No third-party APIs.

Credit Usage

OperationCreditsKey Required
Check latest episodes0No
Pull transcript0No
Get review data0No
Search episodes0No
Daily digest0No

Scoring Framework

Product reviews use a consistent scoring system across episodes:

  • Agent Compatibility Score: X out of 5 (headline number)
  • Sub-scores: API Availability/Quality, Documentation Grade, Parseability, Schema Integrity, Privacy Concern (low/medium/high), Error Message Readability, Matter Support (yes/no), Respect Index ("does it respect you?" — boolean true/false)

HP-01 does not hand out true easily.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

96.68%
按下载量换算1,426

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills