← Back to Skills Marketplace
xueyetianya

Tidyup

by bytesagain4 · GitHub ↗ · v2.0.2 · MIT-0
cross-platform ✓ Security Clean
168
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install tidyup
Description
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Tidyup concepts, best practices, and implementation patterns.
Usage Guidance
This skill appears to be a simple local reference tool and is internally consistent with that purpose. Before installing, note two small non-security issues: the packaged script sets VERSION="2.0.1" while the registry lists 2.0.2, and one quickstart text line mentions 'access credentials' despite the skill not using any—these are documentation/version inconsistencies rather than malicious behavior. If you plan to let an autonomous agent invoke skills, remember that invoking this skill will run its included script (which only prints docs), so only install if you trust the BytesAgain source. If you want extra assurance, inspect or run the scripts in a sandbox/VM yourself before allowing the agent to use them.
Capability Analysis
Type: OpenClaw Skill Name: tidyup Version: 2.0.2 The 'tidyup' skill is a documentation reference tool that provides static informational text about development patterns and best practices. Analysis of 'scripts/script.sh' and 'SKILL.md' shows no network activity, file system modifications, credential access, or malicious instructions; it functions purely as a local help utility.
Capability Assessment
Purpose & Capability
Name, description, and included artifacts align: this is a local reference tool producing plain-text documentation. It does not request credentials, binaries, or external services. The presence of a small shell script that prints heredoc documentation is appropriate for the stated purpose.
Instruction Scope
SKILL.md claims no external API calls or credentials and the script likewise only emits local heredoc text; instructions do not reference system files, env vars, or network endpoints. Minor wording mismatch in the quickstart heredoc that mentions 'Required tools and access credentials' even though the skill elsewhere states no credentials are needed — this is a documentation inconsistency but not a sign of data-exfiltration.
Install Mechanism
No install spec is provided (instruction-only style). There is a bundled script file but nothing in the metadata instructs downloading or executing code from remote URLs. No high-risk install mechanisms are present.
Credentials
The skill declares no required environment variables, and the included script does not read environment variables or prompt for credentials. There are no unexpected secrets or config path requirements.
Persistence & Privilege
The skill does not request permanent presence (always: false) and does not modify system or other-skill configuration. It is user-invocable and, as typical, can be invoked autonomously by the agent, but there are no additional privilege requests.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tidyup
  3. After installation, invoke the skill by name or use /tidyup
  4. 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
Slug tidyup
Version 2.0.2
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 3
Frequently Asked Questions

What is Tidyup?

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Tidyup concepts, best practices, and implementation patterns. It is an AI Agent Skill for Claude Code / OpenClaw, with 168 downloads so far.

How do I install Tidyup?

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

Is Tidyup free?

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

Which platforms does Tidyup support?

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

Who created Tidyup?

It is built and maintained by bytesagain4 (@xueyetianya); the current version is v2.0.2.

💬 Comments