FTPilot
Analysis
FTPilot is coherent for an Intervals.icu cycling-coach skill, but it needs an API key and can read wellness/training data and create workout events.
Findings (4)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
`ftpilot.create_event` | Create workout plans
The skill exposes a tool that can create training events in the user's Intervals.icu account. This is aligned with the stated purpose, but it is a persistent account mutation.
Source: unknown; Homepage: none; No install spec — this is an instruction-only skill.
The reviewed artifact does not identify a source repository or homepage for the MCP tooling referenced by the skill.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
"requires": { "bins": ["npx"], "env": ["INTERVALS_API_KEY", "INTERVALS_ATHLETE_ID"] }The skill requires an Intervals.icu API key and athlete ID, which are expected for this integration but still represent delegated account access.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Use mcporter to call FTPilot MCP tools for data-driven coaching.
The skill routes coaching requests through MCP tools, including tools that retrieve athlete, wellness, activity, and calendar data.
