基于 Agent Skills 规范构建的智能体技能 | AI Agent Skill for Shanghai Unemployment Insurance & Social Security Policy Consultation
专门解答 2025-2026 年上海市失业保险、灵活就业社保、4050 补贴等政策问题,兼容所有支持 Agent Skills 标准的 AI 助手(Cursor、Claude Code、通义灵码等)。
An intelligent agent skill built on Agent Skills specification, specializing in 2025-2026 Shanghai unemployment insurance, flexible employment social security, and 4050 subsidy policies. Compatible with all AI assistants supporting Agent Skills standard (Cursor, Claude Code, Lingma, etc.).
- 领取条件:非本人意愿离职、缴费年限要求、失业登记流程
- 金额标准:2025-2026 年最新支付标准(2305 元/月起)
- 领取期限:根据累计缴费年限计算(最长 24 个月)
- 配套医保:失业期间医疗保险由基金代缴
- 参保方式:线上办理(随申办 APP)、线下窗口
- 缴费比例:养老 20% + 医疗 10%
- 缴费基数:2025 年下限 7460 元/月,上限 37302 元/月
- 户籍政策:已取消户籍限制,外地户籍也可参保
- 认定标准:女性 40 岁/男性 45 岁以上,失业满 6 个月
- 社保补贴:按缴费基数 50% 给予补贴(约 1100-1200 元/月)
- 补贴期限:最长 3 年,距退休不足 5 年可延长至退休
- 退出机制:重新就业、创业后自动取消
- 一次性吸纳就业补贴:2000 元/人(招用失业人员或毕业生)
- 一次性扩岗补助:1500 元/人(招用高校毕业生)
- 个人社保补贴:重点行业企业可按 25% 给予补贴
- 本地知识库:包含 15 类高频问题标准问答
- 实时抓取:自动从官方网站获取最新政策内容
- 渐进式披露:优化上下文使用,节省 Token
- Python 3.9+ (No additional dependencies required)
- 支持平台:Windows / macOS / Linux
python install.py运行后按提示选择安装范围和路径 | Select installation scope after running:
| 选项 Option | 说明 Description | 适用场景 Use Case |
|---|---|---|
g Global(全局) |
安装到用户主目录,所有项目可用 | Personal use across all projects |
p Project(项目) |
安装到当前目录,可通过 git 共享给团队 | Team collaboration via git |
c Custom(自定义) |
手动输入任意路径 | Advanced users |
| Agent | 全局路径 Global Path | 项目路径 Project Path |
|---|---|---|
| Cursor | ~/.cursor/skills/ |
.cursor/skills/ |
| Claude Code | ~/.claude/skills/ |
.claude/skills/ |
| 通义灵码 Lingma | ~/.lingma/skills/ |
.lingma/skills/ |
| 自定义 Custom | 手动输入任意路径 Manual path | — |
安装完成后,直接用中文或English向 AI 助手提问 | After installation, ask questions in Chinese or English:
失业保险金 | Unemployment Benefits
上海失业金怎么领? How to claim unemployment benefits in Shanghai?
我被裁员了,社保怎么处理?I was laid off, how to handle social security?
失业金一个月多少钱?How much is the monthly unemployment benefit?
失业金可以领多久?How long can I receive unemployment benefits?
灵活就业社保 | Flexible Employment Social Security
灵活就业社保怎么办理?How to apply for flexible employment social security?
灵活就业社保一个月要交多少钱?How much to pay monthly for flexible employment insurance?
外地户籍可以在上海交社保吗?Can non-Shanghai residents pay social security in Shanghai?
4050 补贴 | 4050 Subsidy
4050 补贴申请条件是什么?What are the eligibility requirements for 4050 subsidy?
女性 40 岁失业有什么福利?What benefits are available for unemployed women over 40?
就业困难人员怎么认定?How to apply for employment hardship recognition?
企业补贴 | Enterprise Subsidies
企业招用失业人员有补贴吗?Are there subsidies for hiring unemployed persons?
一次性吸纳就业补贴怎么申请?How to apply for one-time employment absorption subsidy?
shanghai-unemployment-advisor/
├── SKILL.md # 技能入口与工作流程说明 | Skill entry point & workflow
├── references/
│ ├── policy-guide.md # 2025-2026 上海就业社保政策知识库 | Policy knowledge base
│ ├── jobqa.md # 15 类高频问题标准问答 | 15 categories of FAQs
│ └── source.md # 官方在线资源链接列表 | Official resource links
└── scripts/
└── fetch_policy.py # 网页内容抓取脚本(纯标准库) | Web scraping script (stdlib only)
渐进式披露策略 | Progressive Disclosure Strategy (符合 agentskills.io/specification)
- 启动时 At startup: 仅加载
name+description(~100 tokens) - 触发后 After trigger: 加载
SKILL.md正文 - 按需读取 On-demand:
references/文件按需读取,节省上下文
这种设计显著降低了 Token 消耗,提高了响应速度 | This design significantly reduces token consumption and improves response speed.
用户提问 User Question
│
▼
读取 Read references/policy-guide.md + references/jobqa.md
│
├─ 已找到答案 Found ──→ 直接回答 + 附官方链接 Direct answer + official links
│
└─ 内容不足 Insufficient ───→ 读取 Read references/source.md
│
▼
python scripts/fetch_policy.py "<URL>"
│
▼
综合本地 + 在线内容回答 Synthesize local + online content
政策内容整理自以下官方渠道(2025-2026 年最新数据)| Policy content compiled from the following official sources (2025-2026 latest data):
- 🏛️ 上海市人力资源和社会保障局 (rsj.sh.gov.cn)
- 💻 上海市"一网通办"平台 (zwdt.sh.gov.cn)
- 📞 12333 人社服务平台 (m12333.cn)
- 📋 上海本地宝 (sh.bendibao.com)
- 📰 人民网、上观新闻等权威媒体 (People's Daily, ShObserver, etc.)
本技能基于公开政策文件整理,具体执行细则以官方最新通知为准。
This skill is compiled based on public policy documents. For specific implementation details, please refer to the latest official notices.
建议核实渠道 | Recommended Verification Channels:
- 📱 「随申办」APP - 上海市一网通办平台
- ☎️ 人社咨询热线 12333
- 🏢 街道社区事务受理中心
本项目被优化以改进搜索引擎可发现性:
This project is optimized for search engine discoverability:
中文: 上海失业金、失业保险、灵活就业社保、4050 政策、就业困难人员、社保补贴、失业登记、随申办、裁员赔偿、离职证明、失业咨询
English: Shanghai unemployment benefits, unemployment insurance Shanghai, flexible employment social security China, 4050 policy, employment hardship subsidy, Shanghai layoff, social security registration, AI agent skill
✅ 准确:基于官方政策更新(2025-2026)
✅ 快速:一键安装,无需额外依赖
✅ 智能:支持多个 AI 助手(Cursor、Claude Code、通义灵码)
✅ 最新:自动抓取官方政策更新
✅ 双语:中文 + 英文完整支持
✅ 开源:MIT 许可,欢迎贡献
✅ Accurate: Based on official policy updates (2025-2026)
✅ Fast: One-click installation, no additional dependencies
✅ Smart: Supports multiple AI assistants (Cursor, Claude Code, Lingma)
✅ Updated: Automatically fetches official policy updates
✅ Bilingual: Complete Chinese + English support
✅ Open Source: MIT licensed, contributions welcome
为了最大化在 Google 和 Bing 上的可发现性,我们已经:
To maximize discoverability on Google and Bing, we have:
- ✅ 优化了 README 和文档结构 | Optimized README and documentation structure
- ✅ 添加了多层级关键词 | Added multi-level keywords
- ✅ 创建了贡献指南 | Created contribution guidelines
- ✅ 建立了版本管理系统 | Established version management system
- ✅ 优化了项目元数据 | Optimized project metadata
📖 下一步: 请改参考 GITHUB_SEO_GUIDE.md 获取关于 GitHub 仓库设置的详细说明。
📖 Next: Please refer to GITHUB_SEO_GUIDE.md for detailed GitHub repository settings.
MIT License - See LICENSE file for details.
<<<<<<< HEAD
- CONTRIBUTING.md - 贡献指南 | Contributing Guidelines
- CHANGELOG.md - 变更日志 | Version History & Updates
- GITHUB_SEO_GUIDE.md - GitHub 优化指南 | GitHub Repository Optimization Guide
- GOOGLE_SEO_OPTIMIZATION.md - Google 搜索优化指南 | Google Search Optimization Guide
- CHINESE_SEARCH_ENGINES.md - 中文搜索引擎验证 | Chinese Search Engine Verification Guide
- LICENSE - 许可证 | MIT License
- shanghai-unemployment-advisor/SKILL.md - 技能工作流程和使用说明
- references/policy-guide.md - 详细政策知识库
- references/jobqa.md - 常见问题问答
- references/source.md - 官方资源链接 =======
- 🌐 项目主页 Project Website - 在线介绍页
- Agent Skills Specification - Agent Skills 技术规范
- 上海市人力资源和社会保障局 - Shanghai HR & Social Security Bureau
- 随申办 APP 下载 - Shanghai Government Service Platform
- 12333 政策问答 - National Social Security Q&A Platform
1e15e954371d3340485baac0b1eb00b851163b09
官方资源 | Official Resources:
- Agent Skills Specification - Agent Skills 技术规范
- 上海市人力资源和社会保障局 - Shanghai HR & Social Security Bureau
- 上海市"一网通办"平台 - Shanghai Government Service Platform
- 12333 人社服务平台 - National Social Security Q&A Platform
- 上海本地宝 - Shanghai Local Information Portal
相关项目 | Related Projects:
- Agent Skills 官方生态 - Agent Skills 开源社区
- Cursor 官方文档 - Cursor IDE Documentation
- Claude 官方文档 - Claude API Documentation
Q: 为什么某些信息可能不及时更新?
A: 政策更新可能有延迟。建议通过 Issues 或 Discussions 报告过期内容,或通过官方渠道(12333、随申办)核实最新政策。
Q: Can I use this in production?
A: Yes! This skill is designed for real-world use. Always verify critical information through official channels (12333 or Shanghai Government Service Platform).
Q: 如何提交政策更新建议?
A: 请 创建 Issue 或提交 Pull Request,详见 CONTRIBUTING.md。
Q: 支持哪些 AI 助手?
A: Cursor、Claude Code、通义灵码,以及所有支持 Agent Skills 规范的 AI 助手。
- 🐛 报告 Bug - Report a bug
- 💬 讨论与建议 - Discussions & suggestions
- 📋 提交贡献 - Contribute code or content
- ☎️ 官方热线: 12333 (Shanghai Human Resources & Social Security)
- ⭐ Star 本项目获得更新通知
- 👁️ Watch 项目以订阅最新动态
- 📰 查看 CHANGELOG.md 了解版本更新
感谢以下官方机构和资源的支持:
Special thanks to:
- 上海市人力资源和社会保障局 (Shanghai HR & Social Security Bureau)
- 上海市一网通办平台 (Shanghai Government Service Platform)
- 所有贡献者和用户的反馈与支持
中文关键词: 上海失业金、失业保险、灵活就业社保、4050 政策、就业困难人员、社保补贴、失业登记、随申办、裁员赔偿、离职证明
English Keywords: Shanghai unemployment benefits, unemployment insurance, flexible employment social security, 4050 policy, employment hardship, social security subsidy, unemployment registration, layoff compensation, China social security, AI agent skill
技术标签: #AgentSkills #AI #Python #Shanghai #Unemployment #SocialSecurity #Chatbot #Automation #OpenSource