dasheng-daily-brief

dasheng-daily-brief is a skill for Claude Code, Codex from leecyno1/boutique-skills. It costs 0 tokens per session (525 once invoked), scanned A, original, MIT.

A content-planning tool that turns grouped topic ideas into short briefs and rates their value for articles, podcasts, spoken content, and short videos.

In plain words
What is it for?
It is for creating briefs from topic clusters, scoring ideas across two production goals, creating a daily Feishu folder and brief library, and notifying a group when the work is done.
Why use it?
It helps select which ideas are worth producing and keeps the resulting briefs and scores organized in dated Feishu documents.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It is for creating briefs from topic clusters, scoring ideas across two production goals, creating a daily Feishu folder and brief library, and notifying a group when the work is done.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/leecyno1/boutique-skills/dasheng-daily-brief
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add leecyno1/boutique-skills --skill dasheng-daily-brief
Clone the repo
git clone --depth 1 https://github.com/leecyno1/boutique-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for dasheng-daily-brief

README.md
[![agentmods](https://agentmods.dev/badge/skills/leecyno1/boutique-skills/dasheng-daily-brief/github.svg)](https://agentmods.dev/skills/leecyno1/boutique-skills/dasheng-daily-brief)
Your own site
<a href="https://agentmods.dev/skills/leecyno1/boutique-skills/dasheng-daily-brief"><img src="https://agentmods.dev/badge/skills/leecyno1/boutique-skills/dasheng-daily-brief/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for dasheng-daily-brief

Your own site · 80×15
<a href="https://agentmods.dev/skills/leecyno1/boutique-skills/dasheng-daily-brief"><img src="https://agentmods.dev/badge/skills/leecyno1/boutique-skills/dasheng-daily-brief.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 525 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00525
Opus 5 $0.00000 $0.00262
Sonnet 5 $0.00000 $0.00105
Haiku 4.5 $0.00000 $0.00052

Measured 9d ago against content hash ad596c0d3a79, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

dasheng-daily-brief scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (index.js), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/default/dasheng-daily-brief/SKILL.md · 52 lines

What it actually says

dasheng-daily-brief

接收聚类结果,生成 Brief 和多维评分的环节。

功能

  • 接收聚类结果和 197 条选题
  • 为每条选题生成 Brief
  • 计算多维评分:
    • 维度 1: 成稿价值分(0-100,文章/播客/口播适配度)
    • 维度 2: 爆款视频潜力分(0-100,短视频火爆程度、传播力)
    • 综合评分: 两个维度的加权平均(各占 50%)
  • 在飞书创建日期文件夹(YYYY-MM-DD)
  • 在文件夹下创建"Brief 库"文档
  • 发送 Brief 生成完成消息到群

触发方式

  • 群内发送"下一步"触发

输出

  • 飞书文档:Brief 库(在日期文件夹下,包含多维评分)
  • 群消息:Brief 生成完成,包含文件夹和文档链接

多维评分模型

成稿价值分(article_value)

  • 范围: 0-100
  • 含义: 文章/播客/口播适配度
  • 考虑因素: 内容深度、专业性、可讲述性、质量等级

爆款视频潜力分(viral_potential)

  • 范围: 0-100
  • 含义: 短视频火爆程度、传播力
  • 考虑因素: 话题热度、视觉吸引力、传播力、质量等级

综合评分(composite)

  • 范围: 0-100
  • 计算: (成稿价值分 × 0.5) + (爆款视频潜力分 × 0.5)

飞书集成

  • 自动创建日期文件夹(格式:YYYY-MM-DD)
  • 在文件夹下创建"Brief 库"文档
  • 文档包含评分维度说明和完整 Brief 列表(含多维评分)

配置

见 config.json

v2.0 更新

  • 添加多维评分模型(成稿价值分 + 爆款视频潜力分)
  • 添加飞书文件夹管理
  • 支持日期命名的文件夹自动创建
  • 文档链接包含在群消息中
Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 52 lines · 0 tokens per session scan A ad596c0d3a79

Subscribe to this mod's changes

dasheng-daily-brief is a skill published in the GitHub repository leecyno1/boutique-skills (5 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 525 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 tokens

insight-error-page

Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…

vercel/next.js · 83 tokens