Install
$ agentstack add skill-yassimba-loom-loom Open-source listing, not yet scanned by AgentStack. Follow the source repository for install instructions.
Security review
⚠ Flagged1 finding(s); flagged for manual review. · v0.1.0 How review works →
- • Prompt-injection patterns
- • Secret / credential exfiltration
- • Dangerous shell & filesystem operations
- • Untrusted network calls
- • Known-malicious package signatures
- high Pipes remote content directly into a shell (remote code execution).
What it can access
- ● Network access Used
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Loom
The loom CLI is the single setup interface: it syncs exact-pinned tools through mise, copies skills into Claude, Agents, Codex, Pi, and OpenCode trees itself, and delegates Pi packages to Pi. Every install goes through it — the CLI is the installer.
Start
Check whether the CLI is available:
loom --version
If the command fails or is not found, treat the CLI as not installed: explain that the bootstrap installs mise, syncs the pinned core (node and the loom CLI), and hands off to the guided setup — then ask before running the platform command.
macOS or Linux:
curl -fsSL https://raw.githubusercontent.com/Yassimba/loom/main/install.sh | sh
Windows:
powershell -NoProfile -ExecutionPolicy Bypass -Command "irm https://raw.githubusercontent.com/Yassimba/loom/main/install.ps1 | iex"
Workflows
- Guided setup (bare
loomdoes the same):loom setup - Add capabilities by name:
loom add --tool --skill --pi-package - Target skill agents: repeat
--agent claude|agents|codex|pi|opencode; omit it to use detected agents - Choose skill scope:
--scope global|project(default:global; project resolves the current Git worktree) - Scaffold this project's
AGENTS.md+CLAUDE.md:loom init(run inside the project;--python/--rustskip the prompts) - Refresh every initialized project's
AGENTS.mdfrom the templates:loom sync - Update everything — tool pins, Pi package pins, skills, projects, the CLI itself:
loom update - Check the installation:
loom status
Without resource-selection flags, setup and add open a full-screen wizard that needs a real terminal. From an agent, pass resource flags plus any requested --agent and --scope values (inspect loom add --help for the current names), then preview safely with --dry-run.
Before a command that installs or updates, show what will run and ask for confirmation. status and --dry-run are read-only and may run without asking.
Done when: every requested resource is confirmed by the CLI's own output, reported verbatim — a failed or skipped resource is reported as exactly that.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Yassimba
- Source: Yassimba/loom
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.