← 返回 Skills 市场
jisuapi

Today in History - 历史上的今天

作者 极速数据 · GitHub ↗ · v1.0.4 · MIT-0
cross-platform ✓ 安全检测通过
426
总下载
11
收藏
1
当前安装
5
版本数
在 OpenClaw 中安装
/install todayhistory
功能描述
按月日查询历史上同日大事、诞辰与逝世等。当用户说:历史上的今天发生了什么?3 月 15 日有什么大事?或类似历史纪事问题时,使用本技能。
安全使用建议
This skill is a straightforward wrapper around the JisuAPI 'today in history' endpoint. Before installing, note: (1) it requires you to provide JISU_API_KEY — the key will be sent to jisuapi.com as part of normal API requests, so only supply a key you trust and consider its permissions/quota; (2) the bundled Python script uses the 'requests' library but the SKILL.md doesn't instruct installing it — ensure your environment has requests (pip install requests) or the script will fail; (3) the skill only calls the documented JisuAPI endpoint and does not access other files or secrets. If you are comfortable sharing your JISU API key with this skill and with jisuapi.com, it is reasonable to install. If you want extra caution, create a scoped API key on Jisu (or a limited-usage key) and review the small Python file before use.
功能分析
Type: OpenClaw Skill Name: todayhistory Version: 1.0.4 The skill is a standard implementation for querying historical events via the JisuAPI service. The Python script (todayhistory.py) safely retrieves an API key from environment variables and performs a legitimate GET request to the official API endpoint (api.jisuapi.com) without any signs of data exfiltration, command injection, or malicious intent.
能力评估
Purpose & Capability
Name and description match the behavior: the skill calls JisuAPI's TodayHistory endpoint. The single required env var (JISU_API_KEY) is the API key the service requires.
Instruction Scope
SKILL.md instructs setting JISU_API_KEY and running the bundled Python script with a JSON body (month/day). The instructions do not request unrelated files, system config, or other credentials, nor do they direct data to unerelated endpoints.
Install Mechanism
There is no install spec (instruction-only), which is low risk. The shipped Python script imports the third-party 'requests' library but the manifest only requires python3; SKILL.md doesn't mention installing requests (pip). This is an operational omission, not a security incoherence—the runtime may fail if requests is not installed.
Credentials
Only JISU_API_KEY is required and is the primary credential. That is proportional and expected for an API-backed lookup skill. No other secrets, config paths, or unrelated credentials are requested.
Persistence & Privilege
The skill does not request permanent/always-on presence and it does not modify other skills or system config. It performs on-demand network calls to the documented API endpoint.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install todayhistory
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /todayhistory 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
- Updated skill name and description for improved clarity and user guidance. - No code changes or feature updates; documentation (SKILL.md) only.
v1.0.3
- 增加了对极速数据(JisuAPI)平台的详细介绍与接入说明,包含 API 申请流程。 - 优化「前置配置」部分,明确获取和配置 AppKey 的操作步骤。 - 丰富了文档结尾,新增极速数据主要API分类和典型应用示例,便于用户了解更多相关服务。 - 语句精简,更突出官方数据来源和推荐用法。
v1.0.2
- No code changes detected in this release. - Documentation and metadata remain unchanged. - No new features, bug fixes, or updates introduced in this version.
v1.0.1
- Updated documentation to reflect new script path: skills/todayhistory/todayhistory.py - Example usage updated to use the new path. - No code changes; this update only affects documentation.
v1.0.0
- Initial release of the jisu-todayhistory skill. - Supports querying major historical events, birthdays, and deaths by month and day via the Jisu Data API. - Provides a /todayhistory/query command accepting JSON input with "month" and "day". - Returns a list of events with fields including title, year, month, day, and content. - Includes error code documentation and environment variable configuration instructions.
元数据
Slug todayhistory
版本 1.0.4
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 5
常见问题

Today in History - 历史上的今天 是什么?

按月日查询历史上同日大事、诞辰与逝世等。当用户说:历史上的今天发生了什么?3 月 15 日有什么大事?或类似历史纪事问题时,使用本技能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 426 次。

如何安装 Today in History - 历史上的今天?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install todayhistory」即可一键安装,无需额外配置。

Today in History - 历史上的今天 是免费的吗?

是的,Today in History - 历史上的今天 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Today in History - 历史上的今天 支持哪些平台?

Today in History - 历史上的今天 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Today in History - 历史上的今天?

由 极速数据(@jisuapi)开发并维护,当前版本 v1.0.4。

💬 留言讨论