Token导航 LogoToken导航TokenDH.com
研究检索external-servicegithub未标认证来源可访问许可证需确认审计提醒

happy-platform-skills快乐平台技能

Agent Skill

happy-platform-skills 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

303

周安装

13

GitHub Stars

20

下载量

106
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:happy-platform-skills(快乐平台技能)
来源仓库:https://github.com/happy-technologies-llc/happy-platform-skills
仓库路径:skills/happy-platform-skills
安装命令:
npx skills add https://github.com/happy-technologies-llc/happy-platform-skills --skill happy-platform-skills
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/happy-technologies-llc/happy-platform-skills --skill happy-platform-skills

简介

happy-platform-skills 用于查找、检索和筛选相关信息,适合根据关键词快速定位候选结果。

  • 适用于 Codex、Claude、Cursor 和 Gemini CLI 中需要线索驱动搜索的任务场景。
  • 通过 GitHub 安装,使用 npx skills add 命令添加技能。
  • 使用前需确认权限范围、维护状态,以及是否触发联网、命令执行或文件读写。
  • 建议结合来源仓库和原始 README 进一步核验具体功能和限制。

SKILL.md

Happy Platform Skills

A comprehensive library of reusable development patterns and automation recipes for enterprise platforms. Current coverage focuses on the ServiceNow® platform. Works with Claude Code, Claude Desktop, ChatGPT, Cursor, and any agentic AI system.

When to use this skill

Use these skills when you need to:

  • "help me triage incidents"
  • "create a change request"
  • "write a business rule for incident assignment"
  • "set up a catalog item with approval workflow"
  • "query CMDB relationships"
  • "debug a client script"
  • "manage update sets and deployments"

Available Skill Categories

ITSM (7 skills)

  • incident-triage - Automated incident classification and prioritization
  • incident-lifecycle - End-to-end incident management workflow
  • major-incident - P1/Major incident coordination
  • problem-analysis - Root cause analysis and known error management
  • change-management - RFC creation, CAB, implementation, PIR
  • natural-language-queries - Plain English ServiceNow searches
  • quick-reference - Common operations cheat sheet

Development (14 skills)

  • business-rules - Server-side automation scripts
  • client-scripts - Form manipulation and validation
  • script-includes - Reusable server-side libraries
  • glide-api-reference - GlideRecord, GlideAggregate, GlideDateTime
  • debugging-techniques - Script debugger, logging, troubleshooting
  • notifications - Email notifications, events, templates
  • ui-actions - Buttons, context menus, client/server actions
  • scheduled-jobs - Automated recurring tasks
  • data-import - Import sets and transform maps
  • scripted-rest-apis - Custom REST endpoints
  • automated-testing - ATF and script testing
  • performance-optimization - Script optimization techniques
  • mcp-server-installation - Install and connect Happy Platform MCP
  • fluent-sdk - Hybrid ServiceNow development with NowSDK Fluent and MCP

Administration (12 skills)

  • update-set-management - Configuration tracking and deployment
  • deployment-workflow - Instance-to-instance migration
  • batch-operations - Bulk record operations
  • script-execution - Background script patterns
  • script-sync - Local development workflow
  • user-provisioning - User lifecycle management
  • workflow-creation - Programmatic workflow building
  • schema-discovery - Table and field exploration
  • instance-management - Multi-instance operations
  • application-scope - Scoped app development
  • configuration-validation - Catalog item validation
  • generic-crud-operations - Universal table operations

Service Catalog (5 skills)

  • request-fulfillment - End-to-end request processing
  • item-creation - Catalog item setup
  • approval-workflows - Approval configuration
  • variable-management - Form variables and options
  • ui-policies - Dynamic form behavior

CMDB (4 skills)

  • ci-discovery - Configuration item management
  • relationship-mapping - CI relationships and dependencies
  • impact-analysis - Service impact assessment
  • data-quality - CMDB health and validation

Security (4 skills)

  • incident-response - Security incident handling
  • acl-management - Access control configuration
  • audit-compliance - Compliance monitoring
  • data-classification - Data sensitivity management

Reporting (3 skills)

  • sla-analysis - SLA performance metrics
  • executive-dashboard - KPI dashboards
  • trend-analysis - Historical trend reporting

Installation

# Install all skills
npx skills add Happy-Technologies-LLC/happy-platform-skills --all --full-depth

# Install single skill
npx skills add Happy-Technologies-LLC/happy-platform-skills --full-depth -s "business-rules"

Usage with npm

# Install globally
npm install -g happy-platform-skills

# Search skills
npx hps search "incident"

# Load skill content
npx hps load itsm/incident-triage

# Validate skills
npx hps validate

Skill Format

Each skill includes:

  • Overview - What the skill does and when to use it
  • Prerequisites - Required roles and knowledge
  • Procedure - Step-by-step instructions with MCP tool examples
  • Best Practices - ITIL-aligned recommendations
  • Troubleshooting - Common issues and solutions
  • Related Skills - Cross-references to related content

MCP Tool Coverage

These skills provide full parity with the platform MCP Server tools:

  • Query and CRUD operations (SN-Query-Table, SN-Create-Record, etc.)
  • Update set management (SN-Set-Update-Set, SN-Clone-Update-Set)
  • Script execution (SN-Execute-Background-Script)
  • Natural language interface (SN-NL-Search, SN-NL-Query-Builder)
  • Batch operations (SN-Batch-Create, SN-Batch-Update)
  • Workflow creation (SN-Create-Workflow, SN-Create-Activity)
  • And 35+ more tools

Contributing

See CREATING_SKILLS.md for contribution guidelines.

License

Apache-2.0 - Happy Technologies LLC

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

33.14%
按下载量换算35

Claude

30.63%
按下载量换算32

Cursor

19.24%
按下载量换算20

Gemini CLI

9.06%
按下载量换算10

安全审计

Gen Agent Trust Hub

通过

Socket

可疑

Snyk

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills