skills/daily-news-inspiration/SKILL.md
Daily news inspiration question generator - browses latest social and tech news, extracts inspiration, and generates natural questions. Use when user asks for news-based questions, daily inspiration, or says keywords like "新闻灵感", "每日提问", "时事提问", "新闻提问", "news inspiration", "daily news question".
npx skillsauth add hs3180/disclaude daily-news-inspirationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Browse the latest social and tech news daily, extract inspiration, and generate a natural question to simulate real-user interaction.
Use this skill for:
Keywords that trigger this skill: "新闻灵感", "每日提问", "时事提问", "新闻提问", "news inspiration", "daily news question"
Natural divergence, not templated questions.
The question should feel like a real user saw the news and naturally wanted to discuss it. Do NOT use preset question templates.
When invoked, you receive:
Use WebSearch to browse today's latest social and tech news. Focus on two categories:
Search queries:
WebSearch("今日社会新闻热点 2026")
WebSearch("今日科技新闻 AI 2026")
From the search results, pick one news item that:
Selection criteria:
Write a question in a real user's voice, as if they just saw this news and wanted to discuss it.
Question characteristics:
Question format:
{1-2 sentences of news background, casual tone}
{Natural follow-up question or curiosity}
Use the mcp__channel-mcp__send_text tool to send the question to the target chat:
mcp__channel-mcp__send_text({
text: "{generated question}",
chatId: "{chatId}"
})
After sending, mentally note (do NOT send to user):
If significant issues are found, create a GitHub issue for improvement.
Rotate between different question types across days:
| Type | Description | Example | |------|-------------|---------| | Analysis | Asking for deeper analysis of a trend | "What's the real impact of X?" | | Opinion | Asking for perspective on a development | "What do you think about X's approach?" | | Factual | Asking about specific details | "How does X actually work?" | | Creative | Asking for creative speculation | "What if X was applied to Y?" | | Comparison | Asking to compare approaches | "X vs Y - which makes more sense?" |
GPT-5 with multi-modal reasoning (tech-relevant, interesting)
刚看到 GPT-5 发布了,据说支持多模态推理,能同时理解图片和文字的复杂关系了。你觉得这种能力对日常开发工作会有实际影响吗?还是说更多是概念上的进步?
| Parameter | Required | Default | Description |
|-----------|----------|---------|-------------|
| {controlChannelChatId} | Yes | — | 目标群组 chatId(当前对话的 chatId) |
| {cron} | No | 0 9 * * * | 执行频率(默认每天上午 9:00) |
读取 skill 目录中的 schedule.template.md 模板,替换占位符后写入 workspace:
# 1. 读取模板内容(使用 Read 工具)
模板路径: skills/daily-news-inspiration/schedule.template.md
# 2. 替换所有占位符
| 占位符 | 替换为 |
|--------|--------|
| {controlChannelChatId} | 实际的目标群组 chatId |
| {cron} | 实际的 cron 表达式(默认 0 9 * * *) |
# 3. 使用 Write 工具写入目标文件
目标路径: schedules/daily-news-inspiration/SCHEDULE.md
读取生成的 schedules/daily-news-inspiration/SCHEDULE.md,确认:
chatId 为实际 chatIdenabled: truetools
--- name: issue-solver description: Issue Solver - creates a scheduled task to scan a GitHub repo for open issues, pick the best candidate, and submit a fix PR. Use when user wants to set up automated issue resolution. Keywords: "Issue Solver", "自动修 Bug", "solve issues", "issue solver", "issue solver 安装". allowed-tools: Read, Write, Edit, Bash, Glob, Grep --- # Issue Solver — Schedule 安装器 为指定 GitHub 仓库创建 Issue 扫描定时任务。将 schedule 模板实例化为可执行的 SCHEDULE.md。 **适用于**: 安装/配置 Issue Solver 定时任务 | **不适用于
testing
Dissolve a Feishu group chat and clean up associated resources. Use when a PR is merged/closed, a discussion is finished, or a group needs to be removed. Keywords: "解散群", "dissolve group", "删除群", "close group", "清理群".
data-ai
手气不错 — disclaude dogfooding skill. Randomly selects a real use case from disclaude's feature set, simulates a natural user interaction, and reports observations. Use when user says keywords like "手气不错", "随机测试", "feeling lucky", "dogfooding", "自我体验", "feeling-lucky".
tools
Feishu/Lark document operations via lark-cli. Read, upload, import, export, and manage Feishu docs. Keywords: '飞书文档', '上传文档', '读飞书文档', 'lark cli', '导入文档', '导出文档', 'upload to feishu', 'feishu doc', 'lark doc', 'lark-cli', 'feishu.cn', '读文档'.