viking-api-skill
NewClaude Code skill for Viking KnowledgeBase HTTP API reference
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
mkdir -p .claude/skillsAdd the configuration to .claude/skills/viking-api-skill.md
/viking-api-skillUse Cases
Usage Examples
/viking-api-skill show me the endpoint for creating a new knowledge base entry
/viking-api-skill generate a curl command to list all entries with tag 'tutorial'
How do I update a knowledge base article using the Viking API? Use the skill to get the exact request format.
Security Audits
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..