CtrlK
BlogDocsLog inGet started
Tessl Logo

ai-ecoverse/skills

Collection of agent skills for SLICC and Tessl-compatible runtimes — productivity, creative, document, and integration skills.

76

Quality

96%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

High

Do not use without reviewing

Overview
Quality
Evals
Security
Files

SKILL.mdskills/strava/

name:
strava
description:
Interact with Strava — view your cycling, running, and fitness activities, check your activity feed, personal records (PRs), athlete profile, and notifications. Use when the user mentions Strava, cycling, running, activities, fitness tracking, segments, PRs, personal records, workout history, activity feed, athlete stats, Strava feed, Strava activities, Strava running, Strava cycling, Strava fitness, Strava notifications, training data, ride stats, run stats, elevation, pace, distance, duration, or wants to see their recent Strava workouts. Triggers on phrases like "show my Strava", "check my activities", "what did I ride", "my Strava feed", "show PRs", "personal records", "recent runs", "recent rides", "Strava notifications", "activity stats".
allowed-tools:
bash
command:
strava
script:
scripts/strava.jsh

Strava Skill

Read-only Strava client using browser session cookies from an open strava.com tab.

Usage

strava me                    Show your athlete profile
strava feed [--limit N]      Show activity feed of your own activities (default: 10 entries)
strava feed --following      Show the social feed (activities from athletes you follow)
strava prs                   Show personal records
strava activity <id>         Show details for a specific activity
strava notifications         Show notification count
strava --help                Show help

Requirements

You must have strava.com open and logged in in your browser. The skill uses your browser session cookies automatically — no API keys needed.

Flags

  • --limit N — number of feed entries (default 10, max 50)
  • --following — switch the feed to the social feed (activities from athletes you follow); the feed defaults to your own activities
  • --json — output raw JSON instead of formatted text

skills

strava

tile.json