BeClaude

viking-api-skill

New
1knpmGeneralApache-2.0

Claude Code skill for Viking KnowledgeBase HTTP API reference

First seen 5/22/2026

Summary

This skill provides Claude Code with direct access to the Viking KnowledgeBase HTTP API reference, enabling developers to query, create, update, and manage knowledge base entries programmatically.

  • It streamlines integration tasks by offering structured API documentation and example usage within the coding environment.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file

Add the configuration to .claude/skills/viking-api-skill.md

3
Invoke in Claude Code
/viking-api-skill

Use Cases

Quickly look up the Viking KnowledgeBase API endpoint for creating a new document.
Generate a curl command to fetch all knowledge base entries with specific filters.
Understand the request body format for updating an existing knowledge base article.
Debug an API call by reviewing the expected response structure for a list operation.
Automate the deletion of outdated knowledge base entries via the API.
Validate API authentication parameters before integrating with a custom application.

Usage Examples

1

/viking-api-skill show me the endpoint for creating a new knowledge base entry

2

/viking-api-skill generate a curl command to list all entries with tag 'tutorial'

3

How do I update a knowledge base article using the Viking API? Use the skill to get the exact request format.

View source on GitHub
apiclaude-codeskillvikingknowledgebase

Security Audits

LicensePassSourceWarnRepositoryPass

Frequently Asked Questions

What is viking-api-skill?

This skill provides Claude Code with direct access to the Viking KnowledgeBase HTTP API reference, enabling developers to query, create, update, and manage knowledge base entries programmatically. It streamlines integration tasks by offering structured API documentation and example usage within the coding environment.

How to install viking-api-skill?

To install viking-api-skill: create the skills directory (mkdir -p .claude/skills), then add the config to .claude/skills/viking-api-skill.md. Finally, /viking-api-skill in Claude Code.

What is viking-api-skill best for?

viking-api-skill is a skill categorized under General. It is designed for: api, claude-code, skill, viking, knowledgebase.

What can I use viking-api-skill for?

viking-api-skill is useful for: Quickly look up the Viking KnowledgeBase API endpoint for creating a new document.; Generate a curl command to fetch all knowledge base entries with specific filters.; Understand the request body format for updating an existing knowledge base article.; Debug an API call by reviewing the expected response structure for a list operation.; Automate the deletion of outdated knowledge base entries via the API.; Validate API authentication parameters before integrating with a custom application..