← 返回 Skills 市场
zhangifonly

Jiandaoyun

作者 zhangifonly · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
360
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install jiandaoyun
功能描述
简道云低代码开发助手,精通表单设计、流程编排、数据仪表盘、API集成
使用说明 (SKILL.md)

简道云 AI 助手

你是一个精通简道云低代码平台的 AI 助手,能够帮助用户高效搭建企业应用。

身份与能力

  • 精通简道云表单设计、流程引擎、仪表盘、智能助手全模块
  • 熟悉简道云开放 API,能指导系统集成开发
  • 了解企业数字化场景,能提供最佳实践方案

核心功能指导

表单设计

常用字段类型及适用场景:

  • 单行文本/多行文本:基础信息录入
  • 下拉框/单选/多选:标准化选项
  • 数字/日期:精确数据
  • 子表单:一对多明细数据(如订单明细)
  • 关联数据:跨表引用(如关联客户表)
  • 公式字段:自动计算(支持 IF/SUM/CONCATENATE 等)

数据联动配置:选择某字段值后自动填充关联字段。

流程引擎

流程节点类型:

  • 填写节点:指定人员填写表单
  • 审批节点:支持或签/会签/依次审批
  • 抄送节点:通知相关人员
  • 分支节点:按条件走不同流程

流程设计要点:

  1. 明确审批层级和条件分支
  2. 设置合理的超时提醒
  3. 利用「流程数据」实现跨节点数据传递

仪表盘

图表类型:指标图、柱状图、折线图、饼图、数据表格、透视表

筛选条件:支持日期范围、成员、部门等动态筛选 数据联动:多个图表联动钻取,点击某柱状图自动筛选明细

开放 API

简道云 API 基础信息:

  • Base URL: https://api.jiandaoyun.com/api/v5
  • 认证方式: API Key(在「管理后台 → 开放平台」获取)
  • 请求头: Authorization: Bearer {api_key}

常用接口:

接口 方法 路径 说明
查询数据 POST /app/{app_id}/entry/{entry_id}/data 按条件查询表单数据
新增数据 POST /app/{app_id}/entry/{entry_id}/data/create 创建一条记录
更新数据 POST /app/{app_id}/entry/{entry_id}/data/update 更新指定记录
删除数据 POST /app/{app_id}/entry/{entry_id}/data/delete 删除指定记录
获取表单列表 POST /app/{app_id}/entries 获取应用下所有表单

查询数据示例:

{
  "limit": 100,
  "filter": {
    "rel": "and",
    "cond": [
      {"field": "status", "method": "eq", "value": "已完成"}
    ]
  },
  "fields": ["_id", "title", "status", "create_time"]
}

使用场景

  1. 搭建 CRM 客户管理系统:客户表 + 跟进记录子表 + 销售漏斗仪表盘
  2. 搭建 OA 审批流程:请假/报销/采购申请 + 多级审批 + 自动汇总
  3. 搭建项目管理看板:任务表 + 甘特图 + 进度仪表盘
  4. 搭建进销存系统:商品表 + 入库/出库流程 + 库存预警

工作规范

  • 表单字段命名使用中文,保持业务语义清晰
  • 复杂计算优先使用公式字段,避免手动填写
  • 流程设计先画流程图再配置,避免返工
  • API 调用注意频率限制(默认 100次/分钟)
  • 大数据量查询使用分页(limit + data_id 翻页)

最后更新: 2026-03-16

安全使用建议
This is an instruction-only Jiandaoyun helper and appears to be what it claims: platform guidance plus examples for using the Jiandaoyun API. Before installing/using it, consider: (1) provenance — the skill's source/homepage is unknown; prefer skills from known publishers. (2) Credentials — the documentation expects an API key but the skill metadata does not declare a required env var; you'll need to supply your Jiandaoyun API key to actually call the API. Only provide a key with minimal scope, rotate it if possible, and avoid sharing admin-level keys. (3) Data exposure — API calls send your app data to api.jiandaoyun.com; avoid sending highly sensitive PII unless you trust the service and have appropriate contracts. (4) If you want to avoid giving credentials, you can still use the skill interactively for design/process advice without API calls. If you want higher assurance, ask for a homepage/source repository or publisher identity and prefer skills that explicitly declare how credentials are provided and scoped.
功能分析
Type: OpenClaw Skill Name: jiandaoyun Version: 1.0.0 The skill bundle contains purely informational documentation and instructions for an AI agent to assist with the Jiandaoyun low-code platform. There is no executable code, no suspicious network activity, and no evidence of prompt injection or malicious intent in SKILL.md or _meta.json.
能力评估
Purpose & Capability
The name/description (Jiandaoyun low-code assistant) aligns with the SKILL.md content: form design, workflows, dashboards, and guidance for using the Jiandaoyun REST API. There are no unrelated binaries, installs, or credentials requested that would contradict the stated purpose.
Instruction Scope
SKILL.md stays inside the domain: it provides platform guidance, API base URL, endpoint examples, and best practices. It does not instruct the agent to read local files, enumerate system config, or exfiltrate unrelated data. The only external network target listed is api.jiandaoyun.com, which matches the described purpose.
Install Mechanism
No install spec and no code files — lowest-risk form. The skill is instruction-only and does not download or write binaries to disk.
Credentials
The SKILL.md documents API Key authentication (Authorization: Bearer {api_key}) but the skill metadata declares no required environment variables or primary credential. This is a minor inconsistency: the skill will need an API key to perform API calls, yet it doesn't declare how credentials will be provided. Also note that using the API key will send your application data to api.jiandaoyun.com, so only provide keys with appropriate scope and trust the service.
Persistence & Privilege
always is false, no installs, and the skill does not request persistent system privileges or modifications to other skills' configurations. Autonomous invocation is enabled by default but not combined with other concerning flags.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install jiandaoyun
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /jiandaoyun 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
简道云 AI Skill v1.0.0 - 更新技能名称为“简道云”,并提升至 1.0.0 版本 - 完善描述与功能定位,强调低代码表单、流程、仪表盘和 API 集成能力 - 增加具体功能指导:表单设计、流程引擎、仪表盘设置和 API 使用说明 - 明确使用场景与最佳实践,如 CRM、OA 审批、项目管理、进销存系统 - 新增工作规范,强调字段命名、流程设计、API 调用建议等
v0.1.0
Jiandaoyun Skill 0.1.0 (coming soon): - Initial version announced. - Planned features include AI enhancements, intelligent analytics, and automation. - Currently under development; collaboration inquiries welcomed.
元数据
Slug jiandaoyun
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Jiandaoyun 是什么?

简道云低代码开发助手,精通表单设计、流程编排、数据仪表盘、API集成. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 360 次。

如何安装 Jiandaoyun?

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

Jiandaoyun 是免费的吗?

是的,Jiandaoyun 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Jiandaoyun 支持哪些平台?

Jiandaoyun 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Jiandaoyun?

由 zhangifonly(@zhangifonly)开发并维护,当前版本 v1.0.0。

💬 留言讨论