linear-attachments

Manage issue attachments - link URLs, create, update, delete. Use when attaching files or links to issues.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "linear-attachments" with this command: npx skills add finesssee/linear-cli/finesssee-linear-cli-linear-attachments

Attachments

# List attachments on an issue
linear-cli att list SCW-123
linear-cli att list SCW-123 --output json

# Get attachment details
linear-cli att get ATTACHMENT_ID

# Create attachment
linear-cli att create SCW-123 -T "Design Doc" -u https://example.com

# Link a URL to an issue (shorthand)
linear-cli att link-url SCW-123 https://example.com

# Update attachment
linear-cli att update ATTACHMENT_ID -T "New Title"

# Delete attachment
linear-cli att delete ATTACHMENT_ID --force

Flags

FlagPurpose
-T TITLEAttachment title
-u URLAttachment URL
--output jsonJSON output
--forceSkip delete confirmation

Exit Codes

0=Success, 1=Error, 2=Not found, 3=Auth error

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.

Coding

linear-create

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

linear-search

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

linear-workflow

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

linear-projects

No summary provided by upstream source.

Repository SourceNeeds Review