‹ 首页

servicenow-agent-factory

@paulopierrondi · 收录于 昨天 · 上游提交 1 个月前

Use when creating ServiceNow AI agents, AI Agent Studio workflows, GenAI skill drafts, ServiceNow SDK scaffolds, or prompt packs for less experienced builders.

适合你,如果需要在 ServiceNow 平台上快速搭建 AI 代理和技能。

/ 通过 npx 安装 校验哈希
npx oh-my-skill add paulopierrondi/servicenow-agent-army/servicenow-agent-factory
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- paulopierrondi/servicenow-agent-army/servicenow-agent-factory
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify paulopierrondi/servicenow-agent-army/servicenow-agent-factory
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
1GitHub stars
~305上下文体积 · 单文件
索引托管

怎么用

技能原文 SKILL.md作者撰写 · MIT · 969efa3

ServiceNow Agent Factory

Use this skill to turn a rough ServiceNow automation idea into a safe, beginner-friendly agent package.

Workflow
  1. Restate the business outcome in one sentence.
  2. Ask for missing critical details only if the answer cannot be safely assumed.
  3. Run the idea through these specialists:
  4. Business Analyst Agent for requirements.
  5. CTA Agent for architecture boundaries.
  6. Enterprise Architect Agent for enterprise fit.
  7. Workflow Composer for AI Agent Studio steps.
  8. Guardrails Reviewer for risk and approval controls.
  9. Token Saver Specialist for compact prompts.
  10. Produce artifacts:
  11. agent contract
  12. workflow contract
  13. ServiceNow SDK fit notes
  14. governance checklist
  15. test cases
  16. launch copy
Rules
  • AI Agent Studio is the default target for agents and agentic workflows.
  • ServiceNow SDK/Fluent is for supported source-driven app artifacts.
  • Do not invent direct AI Agent Studio deployment APIs.
  • Treat production writes as high risk.
  • Include dry run, approval, audit, and rollback for write paths.
  • Keep output usable by a less experienced ServiceNow builder.
Output Format
# Agent Package

## Outcome

## Agent Contract

## Workflow Contract

## ServiceNow SDK Fit

## Guardrails

## Tests

## AI Agent Studio Compact Version

## Launch Copy
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。