Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SKVIL_API_KEY | No | Your Skvil API key. If not provided, the server auto-registers a free key on first use. | |
| SKVIL_API_URL | No | Custom API URL for self-hosted or development instances. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| skvil_verify | Check if an AI agent skill is safe before installing it. Returns reputation score, risk level, certification status, and community scan data. Use this to verify any skill by its SHA-256 composite hash. |
| skvil_stats | Get aggregate statistics from the Skvil community network: total skills scanned, trusted count, critical findings, and certified skills. |
| skvil_certified | List skills that have been verified and certified by Skvil admins. Certified skills have been manually reviewed and registered for tamper-proof verification. Returns up to 10 most recently certified skills with their level (V1/V2/V3/Gold), reputation score, and certification date. |
| skvil_catalog | Browse the full catalog of Skvil-certified AI agent skills with detailed metadata: author, version, description, provider, agent platform, file count, and install URL. Returns up to 100 skills. Use this to discover safe skills available for installation. |
| skvil_register | Register for a free Skvil API key. The key is automatically cached locally for future use. No sign-up or account required. Other tools (skvil_scan, skvil_report) will use the cached key automatically. |
| skvil_report | Report a suspicious or malicious AI agent skill to Skvil admins for review. Requires an API key (use skvil_register first). Reports are reviewed by admins and confirmed findings lead to certification revocation. |
| skvil_scan | Submit security scan results for an AI agent skill to the Skvil reputation network. Contributes to the community reputation score (EMA). Requires an API key (use skvil_register first). The server recomputes the score from findings — always provide accurate findings. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |