📦 China National Pension Calculation — 养老金测算
v1.3.0支持网页表单与LLM对话双模式,一键测算基本养老金、企业年金、个人养老金及养老储蓄,精准适配中国养老金制度。
0· 57·0 当前·0 累计
下载技能包
最后更新
2026/4/11
安全扫描
OpenClaw
安全
high confidenceThe skill's code, runtime instructions, and resource needs are consistent with a local China pension calculator that runs a local web UI and stores data to a local data/ directory.
评估建议
This package appears coherent and local-only, but take the usual precautions before running third-party Node code: 1) Review the repository locally (you already have the files) and inspect any remaining truncated files for network calls or obfuscated code; 2) Run npm install in an isolated environment (container/VM) to avoid unexpected transitive dependency issues; 3) The skill starts local servers (default ports 8082 and 8084) and writes data to data/user-data.json — do not expose these ports t...详细分析 ▾
✓ 用途与能力
Name/description match the included code: web UI, MCP server, calculation engine, and local data storage. No unexpected credentials, external services, or unrelated binaries are requested.
✓ 指令范围
SKILL.md instructs the agent to start a local web UI, accept user-filled data, then read data/user-data.json to produce reports. The code reads/writes only files under the skill directory and serves static UI on localhost; it does not ask for or access unrelated system paths or secrets.
ℹ 安装机制
No formal install spec in registry metadata (instruction-only), but a package.json and package-lock.json are included. The README instructs running npm install and node mcp-server.js; dependencies come from the public npm registry (@modelcontextprotocol/sdk and its transitive deps). This is expected but means npm will fetch packages from the public registry.
✓ 凭证需求
The skill requires no environment variables, credentials, or system config paths. All I/O is scoped to a local data/ directory owned by the skill; requested resources are proportional to the stated functionality.
✓ 持久化与权限
The skill is not always-enabled and does not request elevated platform privileges. It runs a local Node process and writes its own data files (data/user-data.json, status.json), which is expected for this type of skill.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.3.02026/4/11
Version 1.3.0 - Added a dedicated CHANGELOG.md file to the project. [1.3.0] - 2025-04-11 新增 服务器数据自动加载 - 页面启动时优先从服务器加载数据 自动检测服务器数据 支持多设备数据同步 服务器无数据时自动回退到本地存储 修复 版本号更新问题 - 保存数据时自动更新版本号 保存时自动设置 version 为当前代码版本 自动更新 lastModified 时间戳 确保数据版本与代码版本一致 改进 数据加载优先级 - 优化数据加载顺序 优先从服务器加载(支持多设备同步) 其次从 localStorage 加载(本地缓存) 最后使用默认数据(首次使用) 技术细节 数据模型版本:1.2.0 → 1.3.0 MCP Server 版本:1.2.0 → 1.3.0 Package 版本:1.2.0 → 1.3.0
● 可疑
安装命令
点击复制官方npx clawhub@latest install pension-calculation
镜像加速npx clawhub@latest install pension-calculation --registry https://cn.longxiaskill.com镜像同步中