🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Skill Miner

by @christopher-schulze

Discover, research, and analyze ClawHub skills safely to build your own clean, secure implementations without downloading suspicious code.

Versionv1.0.0
Installs5
⚑ When to Use
TriggerAction
- Use case 2
πŸ’‘ Examples

Scenario 1: Found Suspicious Shell Skill

Found: "shell-commands" (suspicious - has eval)

Inspect:

clawhub inspect shell-commands

Problem: Execute shell commands

Tools: bash, ssh

Build Clean:

# Write your own safe-shell-skill

- No eval

- Predefined safe commands only

- Input validation

- Full documentation

Scenario 2: Found Good Crypto Skill

Found: "crypto-trader" (risky - real money)

Inspect:

clawhub inspect crypto-trader

Problem: Trading automation

Tools: exchange APIs

Build Clean:

# Build crypto-monitor instead

- Read-only data fetching

- Price alerts

- No trading (safe)

Scenario 3: Gap Found

Search: No good "log-analyzer" skill

Build:

# Create log-analyzer from scratch

- Parse common log formats

- Pattern detection

- Alert on errors


πŸ“‹ Tips & Best Practices

Building

1. Start simple, add features later 2. Use well-tested tools (curl, jq, etc.) 3. No external dependencies when possible 4. Full error handling 5. Clear documentation

Publishing

1. Test extensively 2. Clear description 3. Generic (no hardcoded values) 4. Security-first design 5. Include troubleshooting

Security

1. No eval ever 2. Input validation 3. No secrets in code 4. Use environment variables 5. Minimal permissions


View on ClawHub
TERMINAL
clawhub install skill-miner

πŸ§ͺ Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

πŸ” Can't find the right skill?

Search 60,000+ AI agent skills β€” free, no login needed.

Search Skills β†’