Skip to content

Commit 0e36d18

Browse files
committed
chore: release v0.1.8
1 parent 47312a9 commit 0e36d18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Linkly AI Skills
22

3-
![Version](https://img.shields.io/badge/version-0.1.7-blue)
3+
![Version](https://img.shields.io/badge/version-0.1.8-blue)
44
![License](https://img.shields.io/badge/license-Apache--2.0-green)
55
![Platform](https://img.shields.io/badge/platform-macOS%20%7C%20Linux%20%7C%20Windows-lightgrey)
66

SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: linkly-ai
33
description: "Search, browse, and read the user's local documents indexed by Linkly AI. This skill should be used when the user asks to 'search my documents', 'find files about a topic', 'look up my notes', 'read a local document', 'search my knowledge base', 'find PDFs about X', 'browse document outlines', 'what documents do I have about Y', 'read my local files', 'search local knowledge', or any task involving searching, browsing, or reading locally stored documents (PDF, Markdown, DOCX, TXT, HTML). Also triggered by Chinese phrases: '搜索我的文档', '查找文件', '读取本地笔记', '知识库搜索', '浏览文档大纲'. Linkly AI provides full-text search with relevance ranking, structural outlines, and paginated reading through CLI commands or MCP tools."
4-
version: 0.1.7
4+
version: 0.1.8
55
homepage: https://linkly.ai
66
metadata: {"openclaw":{"emoji":"🔍","os":["darwin","linux","win32"],"requires":{"anyBins":["linkly"]},"install":[{"id":"homebrew","kind":"command","label":"Homebrew (macOS / Linux)","command":"brew tap LinklyAI/tap && brew install linkly","os":["darwin","linux"]},{"id":"cargo","kind":"command","label":"Cargo (cross-platform)","command":"cargo install linkly-ai-cli"},{"id":"download-macos-arm64","kind":"download","label":"macOS (Apple Silicon)","url":"https://updater.linkly.ai/cli/latest/linkly-aarch64-apple-darwin.tar.gz","archive":"tar.gz","bins":["linkly"],"os":["darwin"]},{"id":"download-macos-x64","kind":"download","label":"macOS (Intel)","url":"https://updater.linkly.ai/cli/latest/linkly-x86_64-apple-darwin.tar.gz","archive":"tar.gz","bins":["linkly"],"os":["darwin"]},{"id":"download-linux-x64","kind":"download","label":"Linux (x86_64)","url":"https://updater.linkly.ai/cli/latest/linkly-x86_64-unknown-linux-gnu.tar.gz","archive":"tar.gz","bins":["linkly"],"os":["linux"]},{"id":"download-linux-arm64","kind":"download","label":"Linux (ARM64)","url":"https://updater.linkly.ai/cli/latest/linkly-aarch64-unknown-linux-gnu.tar.gz","archive":"tar.gz","bins":["linkly"],"os":["linux"]},{"id":"download-windows-x64","kind":"download","label":"Windows (x64)","url":"https://updater.linkly.ai/cli/latest/linkly-x86_64-pc-windows-msvc.zip","archive":"zip","bins":["linkly"],"os":["win32"]}]}}
77
---

0 commit comments

Comments
 (0)