0.1.4npm · @tigerdata/tiger-skills-mcp-server · latest release
Observed 2026-08-18T08:14:37.625Z using mcpSecurity-inventory. Protocol 2025-06-18.
| Tool | Category | Risk |
|---|---|---|
view# Tiger Skills
This tool provides access to domain-specific skills - structured knowledge and procedures for specialized tasks.
## How to Use Skills
1. **Discover**: If you have not been provided the list of skills, fetch them by invoking this tool with `name: "."`
2. **Read**: Access a skill by reading its SKILL.md file: `name: "skill-name", path: "SKILL.md"`
3. **Explore**: Navigate within the skill directory to find additional resources, examples, or templates.
The SKILL.md file and other documents may contain relative links to guide you.
You can list the content of directories by specifying the directory path, relative to the skill root.
4. **Apply**: Follow the procedures and reference the knowledge in the skill to complete your task
## Skill Structure
Each skill contains:
- **SKILL.md**: Main documentation (always start here)
- **REFERENCE.md**: Quick reference card (optional)
- Additional files: Examples, templates, scripts
## When to Use Skills
- Read relevant skills proactively when you identify a task that matches a skill's domain
- Skills are meant to augment your knowledge, not replace your reasoning
- Apply skill guidance while adapting to the specific user request
- Skills use progressive disclosure - start with high-level guidance and drill down only as needed
- Skills may also refer to tools or resources external to the skill itself
- Use other tools to execute any code or scripts provided by the skillInput schema{
"type": "object",
"properties": {
"skill_name": {
"type": "string",
"description": "The name of the skill to browse, or `.` to list all available skills."
},
"path": {
"type": "string",
"description": "A relative path to a file or directory within the skill to view.\nIf empty, will view the `SKILL.md` file by default.\nUse `.` to list the root directory of the skill."
}
},
"required": [
"skill_name",
"path"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
}Output schema{
"type": "object",
"properties": {
"content": {
"type": "string",
"description": "The content of the file or directory listing."
}
},
"required": [
"content"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
}Annotations{
"title": "View Skill"
} | — | — |
# Tiger Skills This tool provides access to domain-specific skills - structured knowledge and procedures for specialized tasks. ## How to Use Skills 1. **Discover**: If you have not been provided the list of skills, fetch them by invoking this tool with `name: "."` 2. **Read**: Access a skill by reading its SKILL.md file: `name: "skill-name", path: "SKILL.md"` 3. **Explore**: Navigate within the skill directory to find additional resources, examples, or templates. The SKILL.md file and other documents may contain relative links to guide you. You can list the content of directories by specifying the directory path, relative to the skill root. 4. **Apply**: Follow the procedures and reference the knowledge in the skill to complete your task ## Skill Structure Each skill contains: - **SKILL.md**: Main documentation (always start here) - **REFERENCE.md**: Quick reference card (optional) - Additional files: Examples, templates, scripts ## When to Use Skills - Read relevant skills proactively when you identify a task that matches a skill's domain - Skills are meant to augment your knowledge, not replace your reasoning - Apply skill guidance while adapting to the specific user request - Skills use progressive disclosure - start with high-level guidance and drill down only as needed - Skills may also refer to tools or resources external to the skill itself - Use other tools to execute any code or scripts provided by the skill
{
"template_key": "skills://{name}{?path}",
"uri_template": "skills://{name}{?path}",
"name": "skills",
"description": "# Tiger Skills\n\nThis tool provides access to domain-specific skills - structured knowledge and procedures for specialized tasks.\n\n## How to Use Skills\n\n1. **Discover**: If you have not been provided the list of skills, fetch them by invoking this tool with `name: \".\"`\n2. **Read**: Access a skill by reading its SKILL.md file: `name: \"skill-name\", path: \"SKILL.md\"`\n3. **Explore**: Navigate within the skill directory to find additional resources, examples, or templates.\n The SKILL.md file and other documents may contain relative links to guide you.\n You can list the content of directories by specifying the directory path, relative to the skill root.\n4. **Apply**: Follow the procedures and reference the knowledge in the skill to complete your task\n\n## Skill Structure\n\nEach skill contains:\n- **SKILL.md**: Main documentation (always start here)\n- **REFERENCE.md**: Quick reference card (optional)\n- Additional files: Examples, templates, scripts\n\n## When to Use Skills\n\n- Read relevant skills proactively when you identify a task that matches a skill's domain\n- Skills are meant to augment your knowledge, not replace your reasoning\n- Apply skill guidance while adapting to the specific user request\n- Skills use progressive disclosure - start with high-level guidance and drill down only as needed\n- Skills may also refer to tools or resources external to the skill itself\n- Use other tools to execute any code or scripts provided by the skill",
"mime_type": null,
"annotations": null,
"metadata_hash": "519be5b14298a4e33b76c518eb21568ccedad6e1685939c4d31c8e954525e6ea"
}Compared with initial baseline using full_baseline.
| Risk | Change | Subject |
|---|---|---|
| No material changes recorded. | ||
| Severity | Finding | Advisory |
|---|---|---|
| No confirmed vulnerability is published for this version. | ||
Artifact SHA-256: dcf1b8fb902a041656387404df78b23c400fe98613c3d5314950c92f157974bf
Scanner: mcp-proof-engine 0.1.0.