用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/johnalbertini14-glitch/openclaw-skills --skill today-in-history命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Use this skill to create a Polymarket wallet for your agent and trade on prediction markets. Browse markets, place bets, manage positions — all without exposing private keys.
ClawSec suite manager with embedded advisory-feed monitoring, cryptographic signature verification, approval-gated malicious-skill response, and guided setup for additional security skills.
Automated daily security audits for OpenClaw agents with email reporting. Runs deep audits and sends formatted reports.
基于 SOC 职业分类
| name | today-in-history |
| description | 获取历史上的今天的重要事件,数据从Wikipedia获取。当用户询问"历史上的今天"、"今天发生了什么"、某月某日的历史事件时触发。 |
获取当前日期的历史事件,数据从Wikipedia获取。
用户询问历史上的今天或特定日期的历史事件时使用此skill。
使用Wikipedia API获取历史上的今天:
curl -s "https://en.wikipedia.org/api/rest_v1/feed/onthisday/events/MM/DD"
例如获取2月19日:
curl -s "https://en.wikipedia.org/api/rest_v1/feed/onthisday/events/02/19"
返回JSON格式,包含该日期的所有历史事件,按年份排序。
curl -s "https://zh.wikipedia.org/api/rest_v1/feed/onthisday/events/02/19"
筛选标准:
优先选择:
---
📜 历史上的今天
YYYY年2月19日 事件描述1
YYYY年2月19日 事件描述2
YYYY年2月19日 事件描述3
---
示例:
---
📜 历史上的今天
197年2月19日 卢格杜努姆战役:塞普提米乌斯·塞维鲁击败克劳狄乌斯·阿尔比努斯,奠定罗马帝国统治
1807年2月19日 美国前副总统阿龙·伯尔因叛国罪被捕
1945年2月19日 硫磺岛战役开始
---
注意: