qbittorrent-api
Documentation and guidance for the qBittorrent WebUI API.
Install
mkdir -p .claude/skills/qbittorrent-api && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/10154" && unzip -o skill.zip -d .claude/skills/qbittorrent-api && rm skill.zipInstalls to .claude/skills/qbittorrent-api
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
qBittorrent WebUI API reference covering authentication, sync, transfer, torrent, RSS, and search endpoints for qBittorrent 5.0+.Key capabilities
- →Fetch torrent list
- →Manage transfer rates
- →Automate RSS feeds
- →Inspect torrent properties
How it works
Provides a reference for the qBittorrent v2 WebUI API, covering authentication, sync, and mutation endpoints.
Inputs & outputs
When to use qbittorrent-api
- →Fetch torrent list
- →Manage transfer rates
- →Automate torrent RSS feeds
About qbittorrent-api
Outlines the base endpoints, authentication requirements, and route groups for the qBittorrent v2 API. It provides a reference for managing torrent states, application settings, and sync data.
>
When not to use it
- →Non-qBittorrent applications
Prerequisites
Limitations
- →Requires qBittorrent 5.0+
- →Cookie-based authentication
How it compares
It maps specific API route groups for efficient polling and state management instead of generic API documentation.
Compared to similar skills
qbittorrent-api side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| qbittorrent-api (this skill) | 0 | 2mo | No flags | Intermediate |
| telegram-bot-builder | 106 | 6mo | Review | Intermediate |
| mcp-integration | 21 | 9mo | Review | Intermediate |
| n8n-workflow-patterns | 16 | 2mo | No flags | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
telegram-bot-builder
davila7
Expert in building Telegram bots that solve real problems - from simple automation to complex AI-powered bots. Covers bot architecture, the Telegram Bot API, user experience, monetization strategies, and scaling bots to thousands of users. Use when: telegram bot, bot api, telegram automation, chat bot telegram, tg bot.
mcp-integration
anthropics
This skill should be used when the user asks to "add MCP server", "integrate MCP", "configure MCP in plugin", "use .mcp.json", "set up Model Context Protocol", "connect external service", mentions "${CLAUDE_PLUGIN_ROOT} with MCP", or discusses MCP server types (SSE, stdio, HTTP, WebSocket). Provides comprehensive guidance for integrating Model Context Protocol servers into Claude Code plugins for external tool and service integration.
n8n-workflow-patterns
czlonkowski
Proven workflow architectural patterns from real n8n workflows. Use when building new workflows, designing workflow structure, choosing workflow patterns, planning workflow architecture, or asking about webhook processing, HTTP API integration, database operations, AI agent workflows, or scheduled tasks.
n8n-code-javascript
czlonkowski
Write JavaScript code in n8n Code nodes. Use when writing JavaScript in n8n, using $input/$json/$node syntax, making HTTP requests with $helpers, working with dates using DateTime, troubleshooting Code node errors, or choosing between Code node modes.
n8n-expression-syntax
czlonkowski
Validate n8n expression syntax and fix common errors. Use when writing n8n expressions, using {{}} syntax, accessing $json/$node variables, troubleshooting expression errors, or working with webhook data in workflows.
n8n-node-configuration
czlonkowski
Operation-aware node configuration guidance. Use when configuring nodes, understanding property dependencies, determining required fields, choosing between get_node_essentials and get_node_info, or learning common configuration patterns by node type.