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
Release files for llm-tools-skills 0.3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| llm_tools_skills-0.3.0.tar.gz | 6.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| llm_tools_skills-0.3.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 11.7 kB
Release files / llm_tools_skills-0.3.0.tar.gz
| Download URL | llm_tools_skills-0.3.0.tar.gz |
|---|---|
| Size | 6.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f225ae1987196cf96c4045f3d0ef49c5aab920917963067573ddfa2057165e03
|
|
BLAKE2b-256 checksum How to use checksums |
3afa39fecd40043c5da5a20057360c6e9d3a16e23a55a7541f79ab4b92498d17
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.9.11 {"installer":{"name":"uv","version":"0.9.11"},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
|
Release files / llm_tools_skills-0.3.0-py3-none-any.whl
| Download URL | llm_tools_skills-0.3.0-py3-none-any.whl |
|---|---|
| Size | 5.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d24ec823fcd8b3f236bac98a6c2f9961a08844b1c00594ef504cfb348eab8e22
|
|
BLAKE2b-256 checksum How to use checksums |
e2cf88930517dc0e8470aa229d1505ec302b813c4b1e968dd04e7786d056c06e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.9.11 {"installer":{"name":"uv","version":"0.9.11"},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
|