Skip to content
Skill

tinman

by Niraven

AI Summary

Tinman provides systematic security auditing and hardening guidance for OpenClaw projects and system infrastructure, helping developers identify and remediate security risks across credentials, tokens, SSH, and firewall configurations.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "tinman" skill in my project.

Please run this command in my terminal:
# Install skill into the correct directory
mkdir -p .claude/skills/tinman && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/tinman/SKILL.md "https://raw.githubusercontent.com/Niraven/pokee-deep-research-skill/main/skills/tinman/SKILL.md"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

Security auditing and hardening for OpenClaw and system infrastructure.

Tinman

Security auditing and hardening for OpenClaw and system infrastructure.

Security Levels

| Level | Description | Response | |-------|-------------|----------| | S0 | Info | Log only | | S1 | Low | Notify user | | S2 | Medium | Alert + recommend fix | | S3 | High | Immediate action required | | S4 | Critical | Stop + notify immediately |

OpenClaw Security

| Check | Risk | Action | |-------|------|--------| | Credentials in git | S3 | Add to .gitignore, rotate | | Token expiration | S2 | Refresh tokens | | Exposed secrets | S4 | Rotate immediately | | Uncommitted changes | S1 | Review + commit |

System Security

| Check | Risk | Action | |-------|------|--------| | SSH password auth | S2 | Disable, use keys only | | Open ports | S1 | Review with ss -tlnp | | Unattended upgrades | S2 | Enable automatic updates | | Firewall status | S2 | Verify ufw/iptables |

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 1mo ago
Active
AdoptionUnder 100 stars
1 ★ · Niche
DocsMissing or thin
Undocumented

GitHub Signals

Stars1
Forks1
Issues0
Updated1mo ago
View on GitHub
MIT License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code