# Tvmaze Quick

> tvmaze-quick should become a local, searchable operational workspace, not only an endpoint wrapper. Use for 1 operation/source entries against https://api.tvmaze.com.

- **Type:** Skill
- **Install:** `agentstack add skill-justvugg-tools-factory-tvmaze-quick`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [JustVugg](https://agentstack.voostack.com/s/justvugg)
- **Installs:** 0
- **Category:** [Databases](https://agentstack.voostack.com/c/databases)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [JustVugg](https://github.com/JustVugg)
- **Source:** https://github.com/JustVugg/tools-factory/tree/main/library/tools/tvmaze-quick/skills/tvmaze-quick

## Install

```sh
agentstack add skill-justvugg-tools-factory-tvmaze-quick
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# tvmaze-quick

Generated by Gutenberg. Use this skill to call the tvmaze-quick API through the local `tvmaze-quick` CLI.

## When to use

- The user asks for data exposed by tvmaze-quick (shows).
- An agent task needs structured JSON from https://api.tvmaze.com.
- You need to perform a write/destructive operation on tvmaze-quick — always preview first, run with `--yes` only on explicit user confirmation.

## How to invoke

The skill assumes the generated CLI is on PATH (or invoke via `scripts/use-go.sh run ./cmd/tvmaze-quick` from the project directory).

```bash
tvmaze-quick operations
tvmaze-quick call getShows --json
tvmaze-quick sync --json
tvmaze-quick search "" --json
```

## Authentication

No authentication required.

## Operations index

- `getShows` (GET /shows/{id}) — read — GET /shows/{id}

## Output contract

- All commands accept `--json` and emit machine-readable output.
- `call` returns `{ dryRun, operation, request, response }`. `dryRun: true` means the call was not executed (write op without `--yes`).
- `search` returns cached records. `sync` populates the local SQLite cache.

## Provenance

- Schema: gutenberg.blueprint.v1
- Generated by: gutenberg 0.3.0
- Source spec: /tmp/tvmaze-quick-1778930973773.openapi.json

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [JustVugg](https://github.com/JustVugg)
- **Source:** [JustVugg/tools-factory](https://github.com/JustVugg/tools-factory)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-justvugg-tools-factory-tvmaze-quick
- Seller: https://agentstack.voostack.com/s/justvugg
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
