← Back to Skills Marketplace
ivanvmoreno

Strong Skill

by Iván Moreno · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ Security Clean
163
Downloads
1
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install strong-app
Description
Interact with the Strong v6 workout tracker REST API — login, list exercises, fetch workout logs and templates, manage folders, tags, measurements, and widge...
Usage Guidance
This skill appears coherent and behaves as described, but consider the following before installing: (1) It requires your Strong account username and password in environment variables so the script can call back.strong.app — only provide credentials if you trust the skill and source. (2) The API used is unofficial/reverse-engineered (SKILL.md warns of this); that may break or behave differently than an official API. (3) The script prints JSON responses to stdout (the agent will see that output). If you'd prefer not to place your password in an environment variable, avoid enabling the skill. (4) Review the included script yourself if you want additional assurance (it's pure Python and uses HTTPS only).
Capability Analysis
Type: OpenClaw Skill Name: strong-app Version: 1.1.0 The skill is a legitimate, unofficial wrapper for the Strong workout tracker REST API. It uses standard Python libraries to interact with the official 'back.strong.app' endpoint and follows security best practices by reading credentials from environment variables and avoiding local data persistence. The code logic in 'scripts/strong_runner.py' is transparent, well-structured, and aligns perfectly with the functionality described in 'SKILL.md' and 'README.md'.
Capability Assessment
Purpose & Capability
Name/description match the requested resources: python3 and STRONG_USERNAME/STRONG_PASSWORD are exactly what a CLI that logs into the Strong API would need. Required config paths and binaries are proportionate to the stated function.
Instruction Scope
SKILL.md tells the agent to run scripts/strong_runner.py; that script reads only the declared env vars and issues HTTPS requests to back.strong.app. The instructions do not ask the agent to read unrelated files, touch other credentials, or exfiltrate data to unexpected endpoints.
Install Mechanism
There is no install spec (instruction-only + bundled script). The included Python script uses only the standard library — no downloads or third-party package installs are requested.
Credentials
Only STRONG_USERNAME and STRONG_PASSWORD are required. Both are justified by the skill's purpose (log in to the Strong API). The primaryEnv being STRONG_USERNAME is reasonable; the password is also required but declared in SKILL.md.
Persistence & Privilege
The skill is not always:true, does not request elevated or system-wide access, and does not modify other skills or system configuration. It authenticates on each run and does not persist tokens to disk.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install strong-app
  3. After installation, invoke the skill by name or use /strong-app
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
Version 1.1.0 of strong-app adds advanced log filtering and retrieval features: - Added `get_log_at_date` command to filter workout logs by a specific date. - Added `get_logs_in_range` command to retrieve logs between two dates. - Added `get_latest_log` command to fetch the most recent workout log. - Updated documentation to describe new commands and parameters.
v1.0.1
- Switched all API usage to a CLI dispatcher (`scripts/strong_runner.py`) instead of manual curl and token handling. - Updated documentation: All commands now use the runner script with clear subcommands and options. - Authentication and token refresh are now fully automatic within the CLI. - Added concise command examples for all supported operations (login, list, fetch, share, etc.). - Expanded parameter documentation for commands requiring IDs. - Clarified environment variable requirements and strengthened security/privacy notes.
v1.0.0
Strong-app v1.0.0 initial release: - Provides methods to log in and authenticate with the Strong v6 API. - Supports fetching and managing exercises, workout logs, templates, folders, tags, measurements, and widgets. - Allows generation of shareable links for workout templates and logs. - Includes environment variable setup and guidance for safe API usage. - Uses reverse-engineered, unofficial endpoints; caution advised.
Metadata
Slug strong-app
Version 1.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is Strong Skill?

Interact with the Strong v6 workout tracker REST API — login, list exercises, fetch workout logs and templates, manage folders, tags, measurements, and widge... It is an AI Agent Skill for Claude Code / OpenClaw, with 163 downloads so far.

How do I install Strong Skill?

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

Is Strong Skill free?

Yes, Strong Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Strong Skill support?

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

Who created Strong Skill?

It is built and maintained by Iván Moreno (@ivanvmoreno); the current version is v1.1.0.

💬 Comments