ln-tool

Create hard and symbolic links between files. Use for file referencing, shortcuts, and directory organization.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "ln-tool" with this command: npx skills add ln-tool

Ln - Link Creation Utility

Create links between files. Supports hard links (same inode, same data) and symbolic links (reference to target path). Essential for file organization and shared resources.

Usage

ln-tool [options] <target> <link_name>

Link Types

  • Hard links: Direct reference to file data (same inode)
  • Symbolic links: Path reference (can cross filesystems)

Options

  • -s: Create symbolic link (default is hard link)
  • -f: Force creation (remove existing destination)
  • -n: Treat destination as normal file

Examples

# Hard link
ln-tool original.txt link.txt

# Symbolic link
ln-tool -s /usr/bin/python3 ./python

# Force replace existing link
ln-tool -sf /usr/bin/python3 ./python

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Mult Call

多路召回skill ,用于将意图识别skill中的指标和维度信息进行分析,通过向量知识库召回QA问答对,通过图数据库召回表的定义结构。

Registry SourceRecently Updated
General

Grok Api Search

使用 Grok API 进行网络搜索。默认使用中转端点节省成本。

Registry SourceRecently Updated
General

Qq Music

Provides summary data for public QQ Music playlists, songs, and artists including plays, favorites, and ranking trends without download or bulk scraping.

Registry SourceRecently Updated
General

Rewrite Question

补全上下文并重写用户提问

Registry SourceRecently Updated