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

Pwd Tool

by @dinghaibin

Print the full path of the current working directory. Use for identifying your location in the filesystem.

Versionv1.0.0
Downloads248
TERMINAL
clawhub install pwd-tool

πŸ“– About This Skill


name: pwd-tool description: Print the full path of the current working directory. Use for identifying your location in the filesystem.

PWD - Print Working Directory

Display the absolute path of the current working directory. Essential for navigation awareness and script path management.

Usage

pwd-tool [options]

Options

  • -P: Show physical path (resolve symlinks)
  • -L: Show logical path (with symlinks, default)
  • Examples

    pwd-tool
    pwd-tool -P
    

    πŸ’‘ Examples

    pwd-tool
    pwd-tool -P
    

    βš™οΈ Configuration

  • -P: Show physical path (resolve symlinks)
  • -L: Show logical path (with symlinks, default)