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.
Create a skill
Create a custom skill for Now Assist. Creating a custom skill enables you to have greater flexibility with Now Assist's generative AI capabilities.- Create a prompt
After you create a custom skill, create a prompt. Creating a prompt enables you to choose what skill inputs to use, as well as the type of tool. - Use prompt assistance
Use prompt assistance to get a jump start with your prompt development by selecting an example from the prompt library or using Now Assist to generate one. - Test a prompt
After you create a prompt for your custom skill, test the prompt template before you finalize it. Testing the prompt verifies that you’re seeing the expected prompt results before it’s activated. - Evaluate a prompt
Use the Now Assist Skill Kit evaluation tools to evaluate the effectiveness of your skill prompts. - Finalize and publish a skill
When you’re satisfied with your prompt, you can publish your custom skill. Publishing the skill enables a Now Assist admin to activate it. - Activate a skill
After you publish a skill, a Now Assist admin must activate it in Now Assist Admin. Activating the skill makes it available for users to trigger within the platform. - Call a custom skill from a script
You can use a script to call a custom skill.
Parent Topic:Now Assist Skill Kit