← Back to Skills Marketplace
somebodyrepo

digital gov consultant

by somebody. · GitHub ↗ · v1.0.7 · MIT-0
cross-platform ⚠ suspicious
144
Downloads
1
Stars
0
Active Installs
7
Versions
Install in OpenClaw
/install digital-gov-consultant
Description
数字政府应用场景申报顾问 - 提供专业的数字政府项目申报咨询服务。 使用场景:了解数字政府申报流程、获取申报材料编写指导、咨询项目可行性、 梳理业务需求、优化申报方案、理解省级标准要求。 核心能力: 1. 解读数字政府政策与申报标准 2. 指导申报材料编写(四张清单、六张架构图、两张汇总表) 3. 提供项目需求梳...
README (SKILL.md)

数字政府应用场景申报顾问

服务简介

本 skill 为您提供数字政府应用场景申报的专业咨询服务,包括:

  • 政策解读:省级数字政府建设标准与申报要求
  • 材料指导:12 份核心申报材料的编写规范
  • 需求梳理:业务痛点分析、目标设定、可行性评估
  • 方案优化:申报逻辑优化、创新点提炼

第一步:查看示例文档

请先访问以下页面了解申报材料的格式与内容深度:

👉 https://digital.somebody.icu/static/example.html

页面展示了完整的申报材料示例:

  • 需求描述 — 标准业务构想文本示例
  • 四张清单 — 需求清单、业务清单、改革清单、建设清单
  • 六张架构图 — 总体架构、核心业务、业务拆解、数据需求、流程再造、业务流程
  • 两张汇总表 — 业务事项汇总表、投资匡算表

第二步:梳理您的项目需求【引导用户按框架描述】

看完示例后,您可以按以下框架梳理您的项目:

基础信息

维度 问题
申报部门 哪个局/委/办发起?(如:民政局、发改局、市场监管局)
业务领域 属于哪个业务领域?(如:社会治理、政务服务、市场监管)

痛点分析

维度 问题
现状问题 目前面临什么痛点?(如:多头跑、数据孤岛、应救未救)
影响范围 涉及哪些群体?影响程度如何?

目标设定

维度 问题
核心目标 希望实现什么效果?(如:精准画像、主动发现、一网通办)
量化指标 预期达到什么可衡量指标?(如:办理时间减少 50%)

示例回复:

"我想做一个民政局的**'社会救助一件事'**场景,解决救助金发放不精准的问题。希望实现精准画像和主动发现。"


第三步:生成申报材料(可选)

如果您需要一键生成全套申报材料(Word 格式),可以使用本 skill 提供的脚本工具。

⚠️ 重要提示:

  • 本步骤涉及将您的需求文本发送至外部服务(digital.somebody.icu)进行文档生成
  • 请确保您的需求描述中不包含真实人名、身份证号等敏感信息
  • 生成的文档仅保存在您的本地会话中

使用方法

确认需求后,由您自行决定是否执行以下命令:

# 方式1:如果已在 skill 目录下
python3 scripts/submit_requirement.py "您的需求文本"

# 方式2:从任意位置自动查找并运行(推荐)
python3 "$(find ~/.claude/skills ~/.openclaw/skills ./skills ./.claude/skills -name 'submit_requirement.py' -path '*/digital-gov-consultant/*' 2>/dev/null | head -1)" "您的需求文本"

提交后反馈

执行脚本后,您将获得 任务 ID 和专属下载链接:

  • 结果查看链接:https://digital.somebody.icu/task.html?task_id={task_id}
  • 12份生成中的文档列表:
    • 四张清单:需求清单、业务清单、改革清单、建设清单
    • 六张架构图:总体架构图、核心业务架构图、业务拆解架构图、数据需求架构图、流程再造架构图、业务流程架构图
    • 两张汇总表:业务事项汇总表、投资匡算表
  • 预计等待时间(5-10分钟)

常见问题

Q: 生成的文档是否符合省级申报标准? A: 文档模板参考浙江省数字政府建设标准,但请根据当地实际要求调整。

Q: 我需要准备什么材料? A: 只需准备项目业务需求描述,系统会自动生成全套 12 份申报材料。

Q: 免费和付费的区别? A: 免费生成 3 份基础清单(需求清单、业务清单、核心业务架构图),付费解锁全部 12 份文档。


隐私说明

  • 申报材料生成服务由第三方提供(digital.somebody.icu)
  • 如需使用文档生成功能,您的需求文本将被发送至该服务
  • 建议避免在需求描述中填写真实人名、身份证号等敏感信息
  • 生成的文档仅保存在您自己的会话中

请告诉我您的项目构想。如果您还没有明确想法,可以让我为您推荐热门领域(如:数字底座、社会治理)的申报方向。

Usage Guidance
This skill appears to be what it claims, but it will send whatever requirement text you provide to an external domain (digital.somebody.icu) to generate documents. Before using it: (1) do not include real personal identifiers (names, ID numbers, contact info) or confidential project details in the text you submit; (2) verify the external service separately (who runs digital.somebody.icu, privacy policy, payment/terms); (3) prefer running the included script manually (inspect the file first) rather than allowing autonomous agent invocation; (4) if you must submit sensitive content, consider running a local template generator or replace the endpoint with a trusted internal service; (5) if you are uncomfortable, do not install/enable the skill.
Capability Analysis
Type: OpenClaw Skill Name: digital-gov-consultant Version: 1.0.7 The skill is classified as suspicious because it encourages users to transmit potentially sensitive government project requirements to an external third-party domain (digital.somebody.icu). The script 'scripts/submit_requirement.py' utilizes subprocess.run to execute 'curl.exe' when running in WSL environments, which is a high-risk method for handling network requests. While the data transfer is disclosed in SKILL.md, the combination of external data exfiltration (even if intentional), the use of system-level shell commands, and the handling of sensitive organizational data via an unverified service presents a significant security risk.
Capability Assessment
Purpose & Capability
The name/description (digital government consulting and document generation) match the included instructions and the provided script: the script posts the user's requirement text to an API on digital.somebody.icu to generate documents. No unrelated binaries, credentials, or config paths are requested.
Instruction Scope
SKILL.md explicitly instructs users to visit the external example page and to run the included script, which will POST the user's requirement text to https://digital.somebody.icu/api/generate. The README warns about sensitive data but still instructs transmission of potentially sensitive project text to a third party. The suggested 'find' command searches common skill directories to locate the script — this is informative but could be surprising to non-technical users.
Install Mechanism
No install spec; the skill is instruction-only plus a small Python script. Nothing is downloaded or installed by the skill itself. No archive downloads or third-party installers are executed.
Credentials
The skill requests no environment variables, credentials, or configuration paths. The script accepts an optional proxy argument but does not attempt to read secrets or other system files.
Persistence & Privilege
always:false (normal) and disable-model-invocation:false (agent may invoke autonomously). Autonomous invocation combined with automatic sending of user text to an external endpoint increases risk of accidental data exfiltration if the skill triggers on keywords — this is worth caution but is not itself a direct proof of malicious intent.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install digital-gov-consultant
  3. After installation, invoke the skill by name or use /digital-gov-consultant
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.7
digital-gov-consultant v1.0.7 Changelog - 调整服务说明文本,突出本 skill 仅为专业咨询,不再主动引导自动提交需求 - 明确申报材料生成功能由第三方服务 digital.somebody.icu 提供,仅在用户自主操作时触发 - 增强隐私提示,强调需求文本发送和数据存储的用户主动性和敏感信息保护 - 移除自动"一键生成"和 AI 主动提交相关表述,用户需自行决定是否调用脚本工具
v1.0.6
Version 1.0.6 Changelog: - 服务说明、使用场景与能力描述全面升级,更清晰地呈现核心功能和触发条件 - 优化材料编写指引,引入“需求梳理”细化框架,明确涵盖痛点、目标、指标等拆解 - 细化自动化文档生成功能与结果反馈流程,新增多种脚本调用方式说明 - 补充常见问题答疑,并首次详细说明免费/付费功能区别 - 增添隐私保护说明,强调不收集敏感信息 - 示例链接及12份产出物内容展示更为详细直观
v1.0.5
Version 1.0.5 of digital-gov-consultant - No file changes detected in this release. - Functionality and documentation remain unchanged from the previous version.
v1.0.4
- 重构了工作流程说明,简化操作指引。 - 删除本地示例及相关脚本,改为线上示例页面访问(https://digital.somebody.icu/static/example.html)。 - 移除了15个示例、参考和脚本文件,仅保留设置文件。 - 精简SKILL.md内容,使用户操作更直接、流程更清晰。 - 申报材料查看、需求提交流程进一步标准化。
v1.0.2
digital-gov-consultant 1.0.2 - 优化引导流程,首次加载自动打开浏览器展示示例文档,无需用户手动操作。 - 明确要求先让用户浏览示例页面,了解申报材料格式与深度。 - 描述文档生成和需求提交均支持自动查找脚本并运行,提升用户体验。 - 更新为 AI 主动执行各关键步骤,减少人工判断与重复操作。 - 补充 WSL 及端口相关提示,提高环境兼容性和易用性。
v1.0.1
- 调整使用流程描述,从AI自动执行转为更多用户自主操作(如手动运行本地脚本)。 - 优化第一步示例文档查看,改为由用户自行启动示例服务,不再强制AI后台自动运行脚本。 - 精简部分说明,突出命令行操作和注意事项,降低操作门槛。 - 移除部分AI自动化指令和特殊执行顺序要求,流程更加灵活可控。 - 更新交付说明,统一反馈和下载流程指引。
v1.0.0
digital-gov-consultant v1.0.0 - 首次发布,支持数字政府应用场景申报材料的智能咨询与文档自动生成 - 引导用户分三步操作:浏览申报材料示例、描述项目需求、自动提交生成正式材料 - 自动生成12份申报核心产出物,包括四张清单、六张架构图和两张汇总表 - 提供标准Word格式(.docx)交付文档,适用于省级数字政府项目申报 - 支持热门申报方向智能推荐与需求梳理
Metadata
Slug digital-gov-consultant
Version 1.0.7
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 7
Frequently Asked Questions

What is digital gov consultant?

数字政府应用场景申报顾问 - 提供专业的数字政府项目申报咨询服务。 使用场景:了解数字政府申报流程、获取申报材料编写指导、咨询项目可行性、 梳理业务需求、优化申报方案、理解省级标准要求。 核心能力: 1. 解读数字政府政策与申报标准 2. 指导申报材料编写(四张清单、六张架构图、两张汇总表) 3. 提供项目需求梳... It is an AI Agent Skill for Claude Code / OpenClaw, with 144 downloads so far.

How do I install digital gov consultant?

Run "/install digital-gov-consultant" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is digital gov consultant free?

Yes, digital gov consultant is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does digital gov consultant support?

digital gov consultant is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created digital gov consultant?

It is built and maintained by somebody. (@somebodyrepo); the current version is v1.0.7.

💬 Comments