بنقرة واحدة
today-in-history
按月日查询历史上同日大事、诞辰与逝世等。当用户说:历史上的今天发生了什么?3 月 15 日有什么大事?或类似历史纪事问题时,使用本技能。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
按月日查询历史上同日大事、诞辰与逝世等。当用户说:历史上的今天发生了什么?3 月 15 日有什么大事?或类似历史纪事问题时,使用本技能。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Audit and optimize any website's SEO + GEO (AI/LLM visibility) + Core Web Vitals, then fix what's broken. Runs a portable, zero-dependency hard-gate audit over a build output directory (Astro/Next/Hugo/Jekyll/plain HTML) and a live-URL crawl/GEO audit (robots.txt AI-crawler policy, sitemap, llms.txt, on-page JSON-LD, canonical, security headers). Includes a battle-tested LCP playbook (7.5s → 1.5s mobile on the reference site): render-blocking CSS, critical-CSS split, font preload discipline, third-party JS deferral. Use when asked to: check/improve a site's SEO, raise a Lighthouse/PageSpeed score, fix slow LCP / Core Web Vitals, make a site discoverable by AI agents (ChatGPT/Claude/Perplexity/Gemini), add structured data, set up robots/sitemap/llms.txt, or review a site before launch. Distilled from the reference site's production build-time SEO gates.
moneybigA — A股/港股/美股机构级多框架股票分析 Skill。 专为主动交易者和研究者设计:筹码分布+主力控盘、智能资金概念(SMC)订单块/公允价值缺口/流动性清扫、 威科夫吸筹/派发六阶段、波浪理论浪级判断、MACD背离、量价关系; 基本面层:杜邦三因子、DCF内在价值、PEG/EV-EBITDA估值、波特五力行业竞争; 量化层:Alpha101多因子评分体系(动量/价值/成长/质量/资金流)。 自动搜集实时数据,输出带综合评分仪表盘的交互式 HTML 报告, 含分级买卖信号(HIGH/MEDIUM/LOW 置信度)、风险等级触发条件、止损参考与目标价。 Trigger on:股票分析、筹码分布、买卖信号、主力控盘、短线机会、上证指数、基本面分析、 财务分析、估值分析、财报综合分析、行业分析、技术分析、量化选股、波浪理论、威科夫、 SMC、Order Block、Alpha因子、stock analysis、chip distribution、buy signal、 sell signal、fundamental analysis、valuation、DCF、financial report analysis。
小红书全链路分析 skill。数据采集(SeleniumBase XHR拦截)+ 博主深度分析(三型分类 + 五层模型 + hsword内核三段论)+ 爆款选题公式(6模型 + 30选题方向)+ 结构化报告 + 黑体Word交付。 整合 xhscosmoskill(采集引擎)+ xhsfenxi(分析框架)+ hsword(实战案例库)。
每日脑力训练 — 逻辑推理、数学速算、记忆挑战、文字谜题,游戏化精美卡片呈现, 含难度自适应分级和连续打卡追踪。每天一道精选题目锻炼大脑,保持思维敏锐。 Daily brain training: logic puzzles, math speed drills, memory challenges, and word games with adaptive difficulty, streak tracking, and beautiful visual cards. Trigger on:每日脑力、今日脑力、脑力训练、逻辑题、数学题、记忆挑战、 brain training、daily brain、daily puzzle、brain teaser、logic puzzle、 math challenge、word game、memory game、今天的题、做道题、脑筋急转弯。
设计风格精准复刻工具 — 通过 Jina Reader / WebFetch / WebSearch 浏览目标网页, 自动提取色彩体系、字体排版、间距系统、布局结构、组件风格,输出可执行的设计规范文档。 支持单页分析、多站对比、风格定义输出(Design Token / CSS Variable / Tailwind Config)。 Precise design replication tool — crawl any website via Jina/WebFetch, extract color palette, typography, spacing, layout patterns, and output actionable design specifications.
Bot 身份认证标准 — 为 AI Agent 和机器人签发加密身份证书,让网站信任你的 bot。 内置 Ed25519 签名注册中心、CLI 工具、浏览器扩展和网站 SDK,支持分级权限控制(0-5级)、 每日签到信誉积累、公开审计日志。Universal identity standard for AI bots — cryptographically signed certificates, public audit registry, permission-based access control.
| name | Today in History - 历史上的今天 |
| description | 按月日查询历史上同日大事、诞辰与逝世等。当用户说:历史上的今天发生了什么?3 月 15 日有什么大事?或类似历史纪事问题时,使用本技能。 |
| metadata | {"openclaw":{"emoji":"📜","requires":{"bins":["python3"],"env":["JISU_API_KEY"]},"primaryEnv":"JISU_API_KEY"}} |
数据由 极速数据(JisuAPI) 提供 — 国内专业的 API 数据服务平台,提供生活常用、交通出行、工具万能等数据接口。
适合在对话中回答「今天在历史上发生了什么」「1 月 2 日有哪些大事」「帮我找几个今天相关的历史故事」等问题。
# Linux / macOS
export JISU_API_KEY="your_appkey_here"
# Windows PowerShell
$env:JISU_API_KEY="your_appkey_here"
脚本文件:skills/todayhistory/todayhistory.py
当前脚本提供一个子命令:query,对应 /todayhistory/query 接口。
python3 skills/todayhistory/todayhistory.py query '{"month":1,"day":2}'
请求 JSON:
{
"month": 1,
"day": 2
}
| 字段名 | 类型 | 必填 | 说明 |
|---|---|---|---|
| month | int | 是 | 月 |
| day | int | 是 | 日 |
[
{
"title": "日俄战争:驻守旅顺的俄军向日军投降。",
"year": "1905",
"month": "1",
"day": "2",
"content": "……"
},
{
"title": "意大利墨西拿发生地震,20万人丧生。",
"year": "1909",
"month": "1",
"day": "2",
"content": "……"
}
]
常见字段说明:
| 字段名 | 类型 | 说明 |
|---|---|---|
| title | string | 事件标题 |
| year | string | 年份 |
| month | string | 月份 |
| day | string | 日期 |
| content | string | 事件内容 |
业务错误码(参考官网错误码参照):
| 代号 | 说明 |
|---|---|
| 201 | 没有信息 |
系统错误码:
| 代号 | 说明 |
|---|---|
| 101 | APPKEY 为空或不存在 |
| 102 | APPKEY 已过期 |
| 103 | APPKEY 无请求此数据权限 |
| 104 | 请求超过次数限制 |
| 105 | IP 被禁止 |
| 106 | IP 请求超过限制 |
| 107 | 接口维护中 |
| 108 | 接口已停用 |
python3 skills/todayhistory/todayhistory.py query '{"month":1,"day":2}'。year、title 与 content 整理成时间线式的自然语言描述,作为回答给用户。极速数据(JisuAPI,jisuapi.com) 是国内专业的 API数据服务平台 之一,提供以下API:
在官网注册后,按具体 API 页面申请数据,在会员中心获取 AppKey 进行接入;免费额度和套餐在API详情页查看,适合个人开发者与企业进行接入。在 ClawHub 上也可搜索 jisuapi 找到更多基于极速数据的 OpenClaw 技能。