tinman — community tinman, pokee-deep-research-skill, Niraven, community, ai agent skill, ide skills, agent automation, AI agent skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for Security Auditing Agents needing advanced infrastructure hardening and vulnerability assessment capabilities. Security auditing and hardening for OpenClaw and system infrastructure.

Niraven Niraven
[0]
[0]
Updated: 3/12/2026

Quality Score

Top 5%
53
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
> npx killer-skills add Niraven/pokee-deep-research-skill/tinman
Supports 19+ Platforms
Cursor
Windsurf
VS Code
Trae
Claude
OpenClaw
+12 more

Agent Capability Analysis

The tinman skill by Niraven is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

Ideal Agent Persona

Perfect for Security Auditing Agents needing advanced infrastructure hardening and vulnerability assessment capabilities.

Core Value

Empowers agents to perform deep research using Pokee AI's Deep Research API, providing security auditing and hardening for system infrastructure, including OpenClaw security checks and risk assessment using S0 to S4 security levels.

Capabilities Granted for tinman

Automating security audits for OpenClaw and system infrastructure
Identifying credentials in git for S3-level risks
Alerting users to medium-level risks with recommended fixes

! Prerequisites & Limits

  • Requires Pokee AI's Deep Research API access
  • Specific to OpenClaw and system infrastructure security
Project
SKILL.md
2.4 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Tinman

Security auditing and hardening for OpenClaw and system infrastructure.

Security Levels

LevelDescriptionResponse
S0InfoLog only
S1LowNotify user
S2MediumAlert + recommend fix
S3HighImmediate action required
S4CriticalStop + notify immediately

Checks

OpenClaw Security

CheckRiskAction
Credentials in gitS3Add to .gitignore, rotate
Token expirationS2Refresh tokens
Exposed secretsS4Rotate immediately
Uncommitted changesS1Review + commit

System Security

CheckRiskAction
SSH password authS2Disable, use keys only
Open portsS1Review with ss -tlnp
Unattended upgradesS2Enable automatic updates
Firewall statusS2Verify ufw/iptables

Workflow

1. Security Scan

bash
1# Check for credentials in git 2git log --all --full-history -- .credentials/ 3 4# Check file permissions 5ls -la ~/.credentials/ 6 7# Check SSH config 8cat /etc/ssh/sshd_config | grep -E "PasswordAuthentication|PermitRootLogin"

2. Report Generation

markdown
1## Security Audit Report 2**Date:** 2026-02-20 3**Scope:** OpenClaw + System 4 5### Findings 6| Level | Issue | Recommendation | 7|-------|-------|----------------| 8| S2 | Token expires in 3 days | Refresh Google OAuth | 9 10### Actions Taken 11- [x] Verified .credentials/ permissions (600) 12- [ ] Refresh expiring tokens

3. Automated Monitoring

json
1{ 2 "name": "daily-security-check", 3 "schedule": {"kind": "cron", "expr": "0 6 * * *"}, 4 "payload": { 5 "kind": "agentTurn", 6 "message": "Run tinman security scan. Check: credential perms, token expiration, git secrets. Report S2+ issues." 7 }, 8 "sessionTarget": "isolated", 9 "notify": true 10}

Best Practices

  1. Credential hygiene — 600 permissions, never in git
  2. Token rotation — Before expiration
  3. Regular audits — Weekly automated scans
  4. Principle of least privilege — Minimal permissions
  5. Audit logging — Track all changes

Emergency Response

If S4 (Critical) detected:

  1. Stop — Halt related operations
  2. Assess — Scope of exposure
  3. Rotate — Change all affected credentials
  4. Review — How did it happen
  5. Prevent — Update processes

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is tinman?

Perfect for Security Auditing Agents needing advanced infrastructure hardening and vulnerability assessment capabilities. Security auditing and hardening for OpenClaw and system infrastructure.

How do I install tinman?

Run the command: npx killer-skills add Niraven/pokee-deep-research-skill/tinman. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for tinman?

Key use cases include: Automating security audits for OpenClaw and system infrastructure, Identifying credentials in git for S3-level risks, Alerting users to medium-level risks with recommended fixes.

Which IDEs are compatible with tinman?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for tinman?

Requires Pokee AI's Deep Research API access. Specific to OpenClaw and system infrastructure security.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add Niraven/pokee-deep-research-skill/tinman. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use tinman immediately in the current project.

Related Skills

Looking for an alternative to tinman or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
Design

linear

Logo of lobehub
lobehub

Linear issue management. MUST USE when: (1) user mentions LOBE-xxx issue IDs (e.g. LOBE-4540), (2) user says linear, linear issue, link linear, (3) creating PRs that reference Linear issues. Provides

73.4k
0
Communication

testing

Logo of lobehub
lobehub

Testing guide using Vitest. Use when writing tests (.test.ts, .test.tsx), fixing failing tests, improving test coverage, or debugging test issues. Triggers on test creation, test debugging, mock setup

73.3k
0
Communication

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication