← Back to Skills Marketplace
868
Downloads
0
Stars
10
Active Installs
2
Versions
Install in OpenClaw
/install chinese-daily-assistant
Description
提供中国主要城市天气、汇率换算、节日提醒、生活小贴士和中英短句快速翻译的中文日常生活助手。
README (SKILL.md)
中文日常生活助手
描述
专为中文用户设计的日常生活助手技能包,提供天气查询、汇率换算、节日提醒、生活小贴士和快速翻译等实用功能。
功能列表
1. 天气查询
- 支持中国主要城市
- 当前天气和预报
- 温度、湿度、风向等信息
- 空气质量指数(AQI)
2. 汇率换算
- 人民币与其他主要货币实时汇率
- 支持美元(USD)、欧元(EUR)、日元(JPY)、港币(HKD)等
- 历史汇率查询
3. 节日提醒
- 中国传统节日(春节、中秋、端午等)
- 公历节日提醒
- 节日倒计时
- 节日习俗介绍
4. 生活小贴士
- 健康养生建议
- 饮食营养指导
- 生活小窍门
- 应急知识
5. 快速翻译
- 中英互译
- 支持短句和常用短语
- 发音指导(拼音)
使用方法
触发词
- "查询天气"、"今天天气怎么样"
- "汇率换算"、"人民币兑美元"
- "最近有什么节日"、"春节还有多久"
- "生活小贴士"、"健康建议"
- "翻译这句话"、"英文怎么说"
示例命令
天气 北京
汇率 USD CNY
节日 春节
小贴士 健康
翻译 "你好,世界"
技术实现
依赖
- 无外部API依赖(使用免费公共API)
- 纯JavaScript/Node.js实现
数据源
- 天气数据:中国气象局公开数据
- 汇率数据:中国人民银行公开数据
- 节日数据:本地数据库
安装与配置
-
通过ClawdHub安装:
clawdhub install chinese-daily-assistant -
无需额外配置,安装后即可使用
更新日志
v1.0.0 (2026-02-27)
- 初始版本发布
- 包含5个核心功能
- 支持中国主要城市
贡献与支持
如有问题或建议,请在ClawdHub页面提交反馈。
许可证
MIT License
Usage Guidance
This skill appears internally consistent and implements all features locally using bundled data. Before installing: (1) confirm you trust the unknown author/source (no homepage provided); (2) inspect scripts/main.js yourself (it’s short and readable) or run the included test.js in a sandboxed environment; (3) if future updates promise real-time API integration, verify what API endpoints and credentials will be required before granting them. If you want extra caution, run the skill inside an isolated container or VM so future network-enabled versions can’t exfiltrate data without your review.
Capability Analysis
Type: OpenClaw Skill
Name: chinese-daily-assistant
Version: 1.0.1
The skill bundle is benign. All files, including `SKILL.md` and `README.md`, are purely descriptive and instructional for the user, with no evidence of prompt injection attempts against the AI agent. The core logic in `scripts/main.js` uses hardcoded data and handles user input safely by using it as dictionary keys or parsing numbers, without any dangerous functions like `eval`, `exec`, or network calls, thus posing no risk of data exfiltration or malicious execution. No external dependencies are used, and no persistence mechanisms are present.
Capability Assessment
Purpose & Capability
Name/description (weather, exchange, festivals, tips, translation) match the included files and local JS implementation. Minor wording inconsistency: SKILL.md and README sometimes refer to using public APIs (中国气象局/中国人民银行) while the shipped code uses local simulated/static data—this appears to be a planned future integration rather than a present requirement.
Instruction Scope
SKILL.md and other docs only instruct typical usage (commands, examples) and do not request reading unrelated files, accessing secrets, or sending data to external endpoints. The runtime instructions are limited to local operations and calling the provided scripts.
Install Mechanism
No install spec is provided (instruction-only + code bundle). There are no downloads, no external package installs, and package.json has no dependencies. Nothing in the manifest indicates code will be fetched from arbitrary URLs or executed during install.
Credentials
The skill declares no required environment variables, no primary credential, and no config paths. The code does not read process.env or request credentials—so requested privileges are proportionate to its purpose.
Persistence & Privilege
always is false and autonomous invocation is allowed (platform default). The skill does not request persistent system-wide changes or modify other skills. No elevated privileges are requested.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install chinese-daily-assistant - After installation, invoke the skill by name or use
/chinese-daily-assistant - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- 新增营销文案.md文件,为技能包添加营销文案说明。
- 其他核心功能保持不变。
v1.0.0
chinese-daily-assistant v1.0.0
- 首次发布,提供中文天气查询、实时汇率换算、节日提醒、生活小贴士和中英互译五大功能
- 支持中国主要城市的天气和空气质量查询
- 支持人民币与主要货币之间的汇率和历史价格查询
- 可提醒中国传统节日并介绍相关习俗
- 实用健康、饮食等日常小建议与应急知识
- 支持简明的中英文互译及拼音发音指导
Metadata
Frequently Asked Questions
What is Chinese Daily Assistant?
提供中国主要城市天气、汇率换算、节日提醒、生活小贴士和中英短句快速翻译的中文日常生活助手。 It is an AI Agent Skill for Claude Code / OpenClaw, with 868 downloads so far.
How do I install Chinese Daily Assistant?
Run "/install chinese-daily-assistant" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Chinese Daily Assistant free?
Yes, Chinese Daily Assistant is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Chinese Daily Assistant support?
Chinese Daily Assistant is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Chinese Daily Assistant?
It is built and maintained by Jenner (@jenner4s); the current version is v1.0.1.
More Skills