经 AI Skill Hub 精选评估,ms-access-ai-skill Agent工作流 获评「推荐使用」。这款Agent工作流在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 7.5 分,适合有一定技术背景的用户使用。
使用 Claude Co 创建和编辑 Microsoft Access 数据库的开源 AI 工作流,突出其在 AI 应用中的价值。
ms-access-ai-skill Agent工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
使用 Claude Co 创建和编辑 Microsoft Access 数据库的开源 AI 工作流,突出其在 AI 应用中的价值。
ms-access-ai-skill Agent工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 克隆仓库 git clone https://github.com/paramountsoftware/ms-access-ai-skill cd ms-access-ai-skill # 查看安装说明 cat README.md # 按 README 完成环境依赖安装后即可使用
# 查看帮助 ms-access-ai-skill --help # 基本运行 ms-access-ai-skill [options] <input> # 详细使用说明请查阅文档 # https://github.com/paramountsoftware/ms-access-ai-skill
# ms-access-ai-skill 配置说明 # 查看配置选项 ms-access-ai-skill --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export MS_ACCESS_AI_SKILL_CONFIG="/path/to/config.yml"
An AI agent skill that enables Claude Code to create, modify, and manage Microsoft Access databases through text-based source files.
[!NOTE] OpenCode is also supported as an alternative AI agent. The skill format is compatible with both tools.
Copy the .claude/skills/ms-access-vcs folder into your project:
your-project/
├── .claude/
│ └── skills/
│ └── ms-access-vcs/
│ ├── SKILL.md
│ └── LICENSE
├── YourDatabase.accdb.src/
│ ├── forms/
│ ├── queries/
│ ├── tables/
│ └── ...
Alternatively, install it globally at ~/.claude/skills/ms-access-vcs/ to make it available across all your projects.
After Claude Code finishes editing the source files:
.accdb.src/ folderThe included CustomerOrders.accdb.src/ directory is a complete working example generated from this prompt:
<details> <summary>View the full prompt</summary>
Let's use the ms-access-vcs skill to create a new microsoft access database to collect
customer details, with fields like name, address, phone number etc. and also create orders,
with parent fields like order number, order date, and child fields like item description,
unit price net, quantity, sub total net.
For the database we're going to need a startup screen with 3 buttons, customers, orders and
exit, that opens automatically on startup.
For customers we're going to need a list view by default with open, add and close buttons on
the bottom. Open and add will take us to a data entry/edit screen with buttons Save and Close
or Discard and Close.
For orders we're going to need a similar setup, list view by default showing parent fields,
with add, open and close buttons on the bottom. Open and add will take us to a data entry/edit
screen with buttons Save and Close or Discard and Close. The add/edit screen should show parent
order fields at the top and have a linked master-child subform for the order items below.
Let's also add a Preview Order button to the add/edit order screen that opens an order report
showing the customer details, order details and order items for the active order. We'll also
need to add a total net to the bottom summing the order item sub total net records. Then include
a line below for 10% GST, and a grand total inc. gst.
</details>
This single prompt generated 3 tables, 4 queries, 6 forms, 1 report, a VBA navigation module, and all supporting configuration — a fully functional order management application.
该项目提供了一个开源的 AI 工作流,用于创建和编辑 Microsoft Access 数据库,使用 Claude Co,具有较高的使用价值,但评分较低,可能需要进一步优化。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
AI Skill Hub 点评:ms-access-ai-skill Agent工作流 的核心功能完整,质量良好。对于自动化工程师和运维人员来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | ms-access-ai-skill |
| 原始描述 | 开源AI工作流:AI agent skill for creating and editing Microsoft Access databases via Claude Co。⭐13 · VBA |
| Topics | workflowvba |
| GitHub | https://github.com/paramountsoftware/ms-access-ai-skill |
| License | MIT |
| 语言 | VBA |
收录时间:2026-05-18 · 更新时间:2026-05-19 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端