← Back to Skills Marketplace
jisuapi

Today in History - 历史上的今天

by 极速数据 · GitHub ↗ · v1.0.4 · MIT-0
cross-platform ✓ Security Clean
426
Downloads
11
Stars
1
Active Installs
5
Versions
Install in OpenClaw
/install todayhistory
Description
按月日查询历史上同日大事、诞辰与逝世等。当用户说:历史上的今天发生了什么?3 月 15 日有什么大事?或类似历史纪事问题时,使用本技能。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install todayhistory
  3. After installation, invoke the skill by name or use /todayhistory
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug todayhistory
Version 1.0.4
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 5
Frequently Asked Questions

What is Today in History - 历史上的今天?

按月日查询历史上同日大事、诞辰与逝世等。当用户说:历史上的今天发生了什么?3 月 15 日有什么大事?或类似历史纪事问题时,使用本技能。 It is an AI Agent Skill for Claude Code / OpenClaw, with 426 downloads so far.

How do I install Today in History - 历史上的今天?

Run "/install todayhistory" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Today in History - 历史上的今天 free?

Yes, Today in History - 历史上的今天 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Today in History - 历史上的今天 support?

Today in History - 历史上的今天 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Today in History - 历史上的今天?

It is built and maintained by 极速数据 (@jisuapi); the current version is v1.0.4.

💬 Comments