← Back to Skills Marketplace
164
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install supstack
Description
Evidence-based supplement intelligence powered by the SupStack database (220 supplements, 7,780+ studies, 21 health goals). Use when the user asks about supp...
Usage Guidance
This skill is internally consistent and appears to do what it says: it queries the SupStack API, returns evidence-backed supplement data, and persists minimal state under ~/.openclaw/workspace/supstack (onboarded flag, research monitor config, seen study IDs). Before enabling: 1) Confirm you trust the external endpoint (https://supstack.me) because the skill makes live network calls; 2) Be aware the skill saves your stack/medications/profile locally for safety checks — don't enable it if you don't want that data stored on the machine; 3) If you don't want proactive updates, don't enable the research monitor cron or disable its cron entry; 4) Inspect the helper script at ~/.openclaw/skills/supstack/scripts/supstack.sh yourself (it's plain shell) to satisfy yourself there are no unexpected network destinations or behaviors. If you want a deeper check, provide the rest of the script (monitor-check and other truncated sections) and I can re-evaluate those parts.
Capability Analysis
Type: OpenClaw Skill
Name: supstack
Version: 1.0.0
The SupStack skill bundle is a comprehensive supplement advisory tool that integrates with a public API (supstack.me). It uses a bash helper script (supstack.sh) to perform lookups, safety checks, and manage a local user profile (profile.md) containing supplement stacks and medications. The code follows security best practices for AI agents, such as using URI encoding for API queries and utilizing Python's sys.argv with regex escaping for local file manipulation, effectively mitigating common injection risks. No evidence of data exfiltration, malicious persistence, or subversion of agent instructions was found.
Capability Assessment
Purpose & Capability
Name/description (SupStack supplement advisor) matches what is present: a helper script that queries https://supstack.me/api/v1 for supplement info, search, interactions, recommendations, and a research-monitor feature. Required binaries (curl, jq) are exactly what the script uses.
Instruction Scope
SKILL.md instructs the agent to always use the bundled helper script and to consult/save a user profile (templates/profile.md). The agent is expected to read and update user memory/profile (to track meds/stack) and to include supstack.me pageUrl links in replies. These behaviors are consistent with the skill's purpose but do mean the skill will access and persist user profile/medication/stack data — review that you are comfortable with storing this information locally.
Install Mechanism
There is no remote install step in the package (instruction-only plus bundled scripts). The included shell script is local and calls a public API; no downloads from untrusted URLs or archives are present in the manifest.
Credentials
The skill requests no secrets or third-party credentials. The script optionally respects SUPSTACK_STATE_DIR to change its local state directory, but otherwise relies only on the user's HOME for local state. No unrelated env vars or keys are requested.
Persistence & Privilege
always:false (normal). The skill writes local state to ~/.openclaw/workspace/supstack (onboarded flag, monitor.json, seenStudyIds) and includes a cron configuration (cron/research-monitor.json) to run periodic checks. This enables proactive messages (research monitor); that is expected but means the skill can deliver unsolicited research alerts if enabled. It does not modify other skills or system-wide credentials.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install supstack - After installation, invoke the skill by name or use
/supstack - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
SupStack 1.0.0 — Initial Release
- Launch of evidence-based supplement intelligence powered by the SupStack database (220 supplements, 7,780+ studies, 21 health goals).
- Supports supplement questions on safety, dosing, evidence, drug interactions, stack building, and more.
- Always cites evidence scores and provides direct supplement page links for rich visual previews.
- Automatic drug interaction checks and profile memory for seamless user experience.
- Onboards new users with a concise introduction and only shows it once.
- Requires use of the provided helper script for all API access.
Metadata
Frequently Asked Questions
What is Supplement Research?
Evidence-based supplement intelligence powered by the SupStack database (220 supplements, 7,780+ studies, 21 health goals). Use when the user asks about supp... It is an AI Agent Skill for Claude Code / OpenClaw, with 164 downloads so far.
How do I install Supplement Research?
Run "/install supstack" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Supplement Research free?
Yes, Supplement Research is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Supplement Research support?
Supplement Research is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Supplement Research?
It is built and maintained by DrBaher (@drbaher); the current version is v1.0.0.
More Skills