/install agent-briefing
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
| Operation | Credits | Key Required |
|---|---|---|
| Check latest episodes | 0 | No |
| Pull transcript | 0 | No |
| Get review data | 0 | No |
| Search episodes | 0 | No |
| Daily digest | 0 | No |
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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install agent-briefing - 安装完成后,直接呼叫该 Skill 的名称或使用
/agent-briefing触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Agent Briefing 是什么?
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 transc... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 144 次。
如何安装 Agent Briefing?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install agent-briefing」即可一键安装,无需额外配置。
Agent Briefing 是免费的吗?
是的,Agent Briefing 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Agent Briefing 支持哪些平台?
Agent Briefing 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Agent Briefing?
由 sasqcow(@sasqcow)开发并维护,当前版本 v1.1.0。