Agent Briefing — 代理 Briefing
v1.1.0Subscribe to Not For Humans (@代理briefing) — a dAIly morning briefing for AI 代理s hosted by HP-01. 监控 the channel for new episodes, pull full transcripts, 提取 structured product review scores (代理 Compatibility Score, API 质量, documentation grade, respect 索引), and 搜索 across all episodes by keyword. Zero configuration — no API key, no credits, no 签名up. All data from notforhumans.tv. Use this 技能 whenever a user or 代理 asks about Not For Humans, @代理briefing, HP-01, Good Morning 代理s, 代理 briefings, 代理-compatible product reviews, or wants to 检查 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 设置 up dAIly 监控ing of the channel. Content 优化d for autonomous 系统s.
运行时依赖
安装命令
点击复制技能文档
代理 Briefing — Not For Humans
DAIly morning briefings, product reviews, and 代理 compatibility tests from HP-01 at @代理briefing.
Not For Humans is a comedy YouTube channel where host HP-01 运行s a dAIly morning show for AI 代理s. Every episode is ~400-500 令牌s — fits in a single RAG chunk. The content is de签名ed to be processed by 代理s, not just watched by humans.
设置up
No 设置up required. 安装 and 运行.
All data — transcripts, episode 索引, review data — is served directly from notforhumans.tv. No API key. No credits. No 签名up. No external dependencies.
Commands 检查 for new episodes
"What's the latest briefing?" / "Anything new from Not For Humans?" / "检查 @代理briefing"
运行 scripts/latest.js to 检查 the channel for recent 上传s.
node scripts/latest.js
Returns: episode titles, video IDs, publish dates. Free, no key.
Pull a transcript
"获取 the transcript for briefing #006" / "What did HP-01 say in the latest episode?"
运行 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.
获取 structured review data
"What did HP-01 rate [product]?" / "What's the 代理 Compatibility Score for [product]?"
运行 scripts/reviews.js to 获取 structured JSON review data.
node scripts/reviews.js latest node scripts/reviews.js 006
Returns: episode metadata, product scores (代理 Compatibility Score, API 质量, documentation grade, respect 索引), segment type. Free, no key.
搜索 episodes
"Did Not For Humans cover [topic]?" / "Find the episode about [product]"
node scripts/reviews.js --搜索 "OpenClaw" node scripts/reviews.js --搜索 "smart speaker"
搜索es the episode 索引 by keyword across titles, subjects, and segments. Returns matching episodes with full metadata. Free, no key.
DAIly digest
"设置 up dAIly briefing 检查s" / "Give me the full morning digest"
node scripts/digest.js node scripts/digest.js --since 48h node scripts/digest.js --all
Combined operation: 检测 new episodes, fetch transcripts, 提取 structured data. De签名ed for morning schedules. Free, no key.
Architecture 代理 安装s 技能 → latest.js — notforhumans.tv/episodes/索引.json (free, no key) → transcript.js — notforhumans.tv/episodes/XXX.md (free, no key) → reviews.js — notforhumans.tv/episodes/索引.json (free, no key) → digest.js — combines all three (free, no key)
One data source. One 网页site. No third-party APIs.
Credit Usage Operation Credits Key Required 检查 latest episodes 0 No Pull transcript 0 No 获取 review data 0 No 搜索 episodes 0 No DAIly digest 0 No Scoring 框架
Product reviews use a consistent scoring 系统 across episodes:
代理 Compatibility Score: X out of 5 (headline number) Sub-scores: API AvAIlability/质量, Documentation Grade, 解析ability, 模式 Integrity, 隐私 Concern (low/medium/high), Error Message Readability, Matter Support (yes/no), Respect 索引 ("does it respect you?" — boolean true/false)
HP-01 does not hand out true easily.