← 返回 Skills 市场
elysiacwy

社保公积金基数与比例查询

作者 ElysiaCWY · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
75
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install social-security-fund-query
功能描述
查询全国各省、市最新社保缴费基数上下限、五险一金单位及个人缴纳比例,支持按地区检索、年度自动更新
安全使用建议
Before installing or enabling this skill, consider the following: - The SKILL.md promises live scraping of official government sources and automatic monthly updates; the included main.py only returns hardcoded/mock data and will not perform the promised live updates unless modified. If you expect real-time official data, ask the author for the actual data-source implementation and a clear description of where network requests will go. - The code imports the 'requests' Python package but the skill metadata doesn't declare this dependency or provide an install step. Ensure your environment installs requests (pip install requests) or request the author add proper dependency/install instructions. - The documentation and code disagree about cache TTL (SKILL.md mentions using cache if ≤24 hours; code uses a 30-day TTL). Clarify which behavior you want and request a corrected implementation. - The skill writes cache.json to the skill directory. If that directory is shared or backed up, be aware of local persistence. Review the cache file contents for privacy concerns. - There are a few coding bugs/oddities (e.g., a numeric expression '0.1-1.5' in mock data) that suggest the implementation is incomplete or untested. If you need a trustworthy, automated updater that scrapes government sites, request provenance (exact endpoints, rate limits, scraping logic) and consider running the updater in a controlled environment (with network monitoring) or requiring the skill author to supply a vetted data source/API. If you only need local, manual queries with caching, this skill can be used after fixing the dependency and confirming expected cache behavior.
功能分析
Type: OpenClaw Skill Name: social-security-fund-query Version: 1.0.1 The skill is a standard query tool for social security and housing fund data in China. The Python implementation (main.py) uses a local JSON file (cache.json) for caching and contains hardcoded mock data for Beijing, Shanghai, and Guangzhou. While SKILL.md claims the tool performs automated monthly updates from government websites, the current code lacks actual scraping or API logic and does not perform any suspicious network requests, data exfiltration, or unauthorized command execution.
能力评估
Purpose & Capability
The skill's stated purpose is to fetch nationwide, up-to-date social security and housing fund rules from official sources and perform automatic monthly updates. The included code, however, returns hardcoded/mock data and does not contact any government endpoints. The code does implement a local cache and area mapping consistent with the query purpose, but the key claim of live, nationwide automated data collection is not implemented in the shipped code.
Instruction Scope
SKILL.md describes an automated monthly full update (runs on the 1st) and prioritizes official sources. In practice the Python implementation only updates when fetch_latest_data() is invoked (no background scheduler) and uses mock data rather than scraping/requests to official sites. The docs also state 'use cache if ≤24 hours' but the code treats cache TTL as 30 days — a functional mismatch.
Install Mechanism
There is no install spec (instruction-only), which minimizes install risk. However, main.py imports the requests library but the skill metadata only declares 'python' as a required binary and provides no dependency/install instructions. That will cause runtime errors unless the environment already has requests installed.
Credentials
The skill requests no environment variables, credentials, or external config paths. All file I/O is limited to a local cache.json in the skill directory — this is proportionate to its stated caching behavior.
Persistence & Privilege
The skill writes a local cache file (cache.json) in its directory and claims to do monthly automatic updates, but there is no mechanism for autonomous background execution in the provided code. The skill is not always:true and doesn't request elevated privileges, so persistence/privilege demands are modest but the documentation overstates autonomous behavior.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install social-security-fund-query
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /social-security-fund-query 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
新增每月自动化更新机制、本地缓存机制、支持全国地级市及区县精准查询,修复缓存逻辑失效问题
元数据
Slug social-security-fund-query
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

社保公积金基数与比例查询 是什么?

查询全国各省、市最新社保缴费基数上下限、五险一金单位及个人缴纳比例,支持按地区检索、年度自动更新. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 75 次。

如何安装 社保公积金基数与比例查询?

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

社保公积金基数与比例查询 是免费的吗?

是的,社保公积金基数与比例查询 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

社保公积金基数与比例查询 支持哪些平台?

社保公积金基数与比例查询 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 社保公积金基数与比例查询?

由 ElysiaCWY(@elysiacwy)开发并维护,当前版本 v1.0.1。

💬 留言讨论