← Back to Skills Marketplace
Streakup
by
BytesAgain2
· GitHub ↗
· v2.0.2
· MIT-0
181
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install streakup
Description
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Streakup concepts, best practices, and implementation patterns.
Usage Guidance
This skill appears safe: it only prints static reference text and requires no credentials or network access. Minor non-security notes: the SKILL.md lists version 2.0.2 while the script sets VERSION=2.0.1 (a small metadata mismatch) and the help heredoc uses a quoted delimiter so $VERSION won't expand when shown. Before installing, you can inspect the included scripts (scripts/script.sh) yourself — future updates could change behavior, so if a later version asks for env vars or network access, review changes carefully. If you run code from this skill locally, do so in a restricted environment or sandbox if you have strict security requirements.
Capability Analysis
Type: OpenClaw Skill
Name: streakup
Version: 2.0.2
The 'streakup' skill is a documentation reference tool that provides static information about development patterns and best practices. The primary script (scripts/script.sh) uses simple bash logic to output hardcoded text via heredocs and contains no network requests, file system modifications, or credential access.
Capability Assessment
Purpose & Capability
Name/description (Streakup reference for devtools) align with the provided files: SKILL.md documents simple reference commands and the included script emits static documentation. No unrelated binaries, services, or credentials are requested.
Instruction Scope
SKILL.md instructs the agent to output plain-text reference docs and explicitly states no external API calls or network access. The runtime script (scripts/script.sh) only prints heredoc content for each command and does not read external files, environment variables, or transmit data.
Install Mechanism
There is no install spec (instruction-only skill with a helper script). No downloads, package installs, or archive extraction are present.
Credentials
The skill declares no required environment variables, credentials, or config paths and the code does not reference any secrets or env vars. This is proportionate to a static reference tool.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request permanent presence or modify other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install streakup - After installation, invoke the skill by name or use
/streakup - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.2
Fix description
v2.0.1
Clean package with matching SKILL.md
v2.0.0
Domain-specific upgrade
Metadata
Frequently Asked Questions
What is Streakup?
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Streakup concepts, best practices, and implementation patterns. It is an AI Agent Skill for Claude Code / OpenClaw, with 181 downloads so far.
How do I install Streakup?
Run "/install streakup" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Streakup free?
Yes, Streakup is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Streakup support?
Streakup is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Streakup?
It is built and maintained by BytesAgain2 (@ckchzh); the current version is v2.0.2.
More Skills