The open agent skills tool - npx skills
12 matches across 2 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | scripts/sync-agents.ts | 22 | function generateAvailableAgentsTable(): string { |
| LOW | scripts/sync-agents.ts | 64 | function generateSkillDiscoveryPaths(): string { |
| LOW | scripts/validate-agents.ts | 23 | function checkDuplicateDisplayNames() { |
| LOW | src/blob.ts | 199 | export function getSkillFolderHashFromTree(tree: RepoTree, skillPath: string): string | null { |
| LOW | src/installer.ts | 484 | export async function installRemoteSkillForAgent( |
| LOW | src/installer.ts | 603 | export async function installWellKnownSkillForAgent( |
| LOW | src/agents.ts | 16 | export function getOpenClawGlobalSkillsDir( |
| LOW | src/skills.ts | 49 | export function shouldInstallInternalSkills(): boolean { |
| LOW | src/update.ts | 229 | export async function getProjectSkillsForUpdate( |
| LOW | src/update.ts | 246 | export async function checkAndPromptForDeletions( |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | src/installer.ts | 901 | // Build list of directories to scan: canonical + each installed agent's directory |
| LOW | src/git.ts | 41 | // `git-lfs filter-process`, and aborts the checkout with: |