skill

Discover @omni tools and generate exact usage templates with input schemas.

15|4|Updated Dec 24, 2025
One-click install
npx skills add https://github.com/tao3k/xiuxian-artisan-workshop --skill skill-tao3k
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill
Source: https://github.com/tao3k/xiuxian-artisan-workshop/tree/main/assets/skills/skill
Command: npx skills add https://github.com/tao3k/xiuxian-artisan-workshop --skill skill-tao3k

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

The Skill Manager centralizes discovery and lifecycle management of agent capabilities so users and agents can reliably find the correct tool and invocation before executing actions.

Core Features & Use Cases

  • Intent-to-tool mapping: Maps natural language intents to exact @omni command templates and usage examples.
  • Registry inspection & JIT installation: Lists known skills, provides installation instructions, and can initiate just-in-time skill installs.
  • Templates and lifecycle tools: Exposes template management, tool listing, unload/reload, and usage guide generation to support safe tool invocation and development workflows.
  • Use Case: A developer or autonomous agent preparing to run an external capability queries the Skill Manager to discover the correct tool name, input schema, and usage string before calling the tool.

Quick Start

Ask the Skill Manager to discover the exact tool and invocation for your task by providing a concise intent such as "analyze pcap files".

Frequently Asked Questions about skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I discover the correct agent tool and invocation template for a specific task?

To discover the correct agent tool, provide a concise natural language intent like "analyze pcap files" and the manager maps it to exact @omni command templates, input schema digests, and usage examples.

Can I install agent skills just-in-time during an orchestration workflow?

Yes, you can install agent skills just-in-time by querying the registry to list known tools and executing the provided jit_install instructions to initiate immediate capability installation.

What is intent-to-tool mapping for autonomous agent workflows?

Intent-to-tool mapping is the process of translating natural language intents into precise @omni tool names, input schemas, and usage strings, enabling developers and agents to invoke capabilities reliably.

Does the skill manager provide confidence scores for tool discovery?

Yes, the skill manager provides confidence scores and ranking reasons alongside exact usage templates and documentation paths to help evaluate the reliability of the discovered agent tools.

How do I manage the lifecycle of agent tools and templates?

You can manage tool lifecycles by using the exposed template management, tool listing, unload, reload, and usage guide generation features to support safe tool invocation and development workflows.

What should I do when the input schema for an @omni tool is missing?

When the input schema for an @omni tool is missing, the skill manager automatically infers the missing input schemas to ensure you receive a complete and executable usage template.