← Back to Skills Marketplace
rjmurillo

Tautullu

by rjmurillo · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
2077
Downloads
3
Stars
5
Active Installs
1
Versions
Install in OpenClaw
/install tautulli
Description
Monitor Plex activity and stats via Tautulli API. Check who's watching, view history, get library stats, and see server info.
Usage Guidance
This skill appears to do what it says: simple curl requests to your Tautulli instance. Before installing: (1) verify the skill package matches the upstream GitHub repo referenced in the README (source/homepage in registry is missing), (2) ensure TAUTULLI_URL points to a trusted/local network address (do not expose a public Tautulli URL with this key), (3) keep TAUTULLI_API_KEY secret and rotate it if compromised, and (4) if you do not want the agent to call the skill autonomously, disable autonomous invocation for the skill in your agent settings. If you are unsure, review the included scripts (they are short and readable) before enabling the skill.
Capability Analysis
Type: OpenClaw Skill Name: tautulli Version: 1.0.0 The OpenClaw skill bundle for Tautulli is benign. All scripts (`activity.sh`, `history.sh`, `libraries.sh`, `recent.sh`, `server.sh`, `users.sh`) use `curl` to interact with a user-configured Tautulli API endpoint, fetching and displaying data using `jq`. The `TAUTULLI_URL` and `TAUTULLI_API_KEY` are explicitly required environment variables. There is no evidence of data exfiltration beyond the intended Tautulli API calls, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts in `SKILL.md` or `README.md` that would lead to unauthorized actions.
Capability Assessment
Purpose & Capability
Name/description match the requested resources: curl and jq are needed to call the Tautulli API, and the only env vars requested are TAUTULLI_URL and TAUTULLI_API_KEY which are exactly what Tautulli requires.
Instruction Scope
SKILL.md and the scripts only call the Tautulli API endpoints (via $TAUTULLI_URL) and parse JSON with jq. There are no instructions to read unrelated files, exfiltrate data to third parties, or access other system credentials.
Install Mechanism
There is no install spec (instruction-only), which is low risk; included scripts are simple shell callers. Minor provenance note: registry metadata lists source/homepage as unknown while README suggests a GitHub repo — you may want to verify the upstream repository matches the packaged files before trusting them.
Credentials
Only TAUTULLI_URL and TAUTULLI_API_KEY are required. This is proportional to the stated functionality (calling the Tautulli API). The API key is sensitive but its use is justified by the skill's purpose.
Persistence & Privilege
always is false and the skill does not request system-wide changes or modify other skills. It does not persist additional credentials or require elevated privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tautulli
  3. After installation, invoke the skill by name or use /tautulli
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release – Monitor Plex activity and stats via the Tautulli API: - View current activity, watch history, and recently added media. - Get detailed library and user statistics. - Check Plex server info and connection status. - Requires curl, jq, TAUTULLI_URL, and TAUTULLI_API_KEY.
Metadata
Slug tautulli
Version 1.0.0
License
All-time Installs 5
Active Installs 5
Total Versions 1
Frequently Asked Questions

What is Tautullu?

Monitor Plex activity and stats via Tautulli API. Check who's watching, view history, get library stats, and see server info. It is an AI Agent Skill for Claude Code / OpenClaw, with 2077 downloads so far.

How do I install Tautullu?

Run "/install tautulli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Tautullu free?

Yes, Tautullu is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Tautullu support?

Tautullu is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Tautullu?

It is built and maintained by rjmurillo (@rjmurillo); the current version is v1.0.0.

💬 Comments