← Back to Skills Marketplace
75
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install social-security-fund-query
Description
查询全国各省、市最新社保缴费基数上下限、五险一金单位及个人缴纳比例,支持按地区检索、年度自动更新
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install social-security-fund-query - After installation, invoke the skill by name or use
/social-security-fund-query - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
新增每月自动化更新机制、本地缓存机制、支持全国地级市及区县精准查询,修复缓存逻辑失效问题
Metadata
Frequently Asked Questions
What is 社保公积金基数与比例查询?
查询全国各省、市最新社保缴费基数上下限、五险一金单位及个人缴纳比例,支持按地区检索、年度自动更新. It is an AI Agent Skill for Claude Code / OpenClaw, with 75 downloads so far.
How do I install 社保公积金基数与比例查询?
Run "/install social-security-fund-query" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 社保公积金基数与比例查询 free?
Yes, 社保公积金基数与比例查询 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 社保公积金基数与比例查询 support?
社保公积金基数与比例查询 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 社保公积金基数与比例查询?
It is built and maintained by ElysiaCWY (@elysiacwy); the current version is v1.0.1.
More Skills