Linux shell basics - navigation, commands, file operations
Scanned 6/5/2026
Install via CLI
openskills install pluginagentmarketplace/custom-plugin-linux---
name: shell-basics
description: "Linux shell basics - navigation, commands, file operations"
sasmp_version: "1.3.0"
bonded_agent: linux-expert
bond_type: PRIMARY_BOND
---
# Shell Basics Skill
## Overview
Master Linux shell fundamentals for efficient command-line usage.
## Capabilities
- **Navigation**: cd, pwd, ls, tree
- **File Operations**: cp, mv, rm, mkdir
- **Text Viewing**: cat, less, head, tail
- **Search**: find, locate, grep
- **Permissions**: chmod, chown, umask
## Examples
```bash
# Navigate and list
cd /var/log
ls -la
# Find files
find / -name "*.log" -mtime -1
# Search in files
grep -r "error" /var/log/
```
No comments yet. Be the first to comment!
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.