Using Now Assist Skill Kit
Use Now Assist Skill Kit to create and publish prompts and custom skills for Now Assist.
Building a custom skill in Now Assist Skill Kit is a sequential process. The following steps take you from an empty skill through to activation, where end users can trigger it from the platform.
Create a skill
Create a skill or clone an existing base system skill. Clone a Now Assist skill if it's close to what you need but requires modification.
Build the prompt
A prompt is an instruction template sent to the AI model when the skill runs. Define what information the skill receives as inputs, write the prompt text, and optionally add tools that gather additional context before the prompt executes.
Test and evaluate
Before publishing, test your prompt against real records on your instance to verify the output. You can also run a formal evaluation, which measures output quality against expected results using correctness and faithfulness scores.
Publish and activate
When your skill is ready, finalize the prompt and publish it. Publishing makes the skill visible to a Now Assist admin, who then activates it in Now Assist Admin to make it available to your users.
Call a skill from a script
After a skill is published, you can call it from a server-side script, allowing you to integrate the skill into automated workflows or business rules.