Add Skills bundles to the LLM CLI tool
Project description
Add Skills bundles to the LLM CLI tool.
A tool for the llm command line that allows loading a Claude Skill.
Usage
Install for use with llm:
# install the plugin:
llm install llm-tools-skill
# see available plugins:
llm plugins
...
{
"name": "llm-tools-skill",
"hooks": [
"register_tools"
],
"version": "0.1.0"
},
...
Examples:
# Load my local skills, and use them against some other context (eg, a local repo):
repomix
cat repomix-output.xml | llm -T 'Skills("../my-coding-skills")' "Check this codebase against my own best practice skills"
This plugin supports two kinds of directory structures:
- A single skill: A directory with a single SKILL.md and supporting files.
- Multiple skills: A directory with multiple subdirectories, each containing a SKILL.md and supporting files.
Security and Privacy
Warning: This tool has read-access to your entire browser history. You risk sending this highly sensitive personal data to third-party services (like OpenAI).
See the lethal trifecta article for more information about the risks of using tools like this with LLMs.
Dev setup
make setup
make test
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file llm_tools_skills-0.2.0.tar.gz.
File metadata
- Download URL: llm_tools_skills-0.2.0.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.24
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0997307e6b583ce03a9d7ea325cc21695fbba31d063ad6e7f21e2e5d8c350a31
|
|
| MD5 |
a7007ff20d9f0ed60e92e2f462766f63
|
|
| BLAKE2b-256 |
c1f1bce5c9fc466a52e32af81d14184fe2cb7ebc90f5f788e2a2b52f17043dbd
|
File details
Details for the file llm_tools_skills-0.2.0-py3-none-any.whl.
File metadata
- Download URL: llm_tools_skills-0.2.0-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.24
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
15a261748a04cd0299aad741f9828d1bdff1f39069fddd09019450b8007140fa
|
|
| MD5 |
86f025d38f36bca8e7849de52e800d83
|
|
| BLAKE2b-256 |
32bfe37017d2665248e7ace4541c1cf88210efd8e62178317169a9a5f37712ea
|