Skip to main content

onefilellm

Use when aggregating local files, directories, GitHub repositories/issues/PRs, documentation pages, PDFs, arXiv/DOI/PMID sources, YouTube transcripts, stdin, or clipboard text into a single LLM-ready XML context file using the locally installed jimmc414/onefilellm CLI. Use for context packaging, source bundling, repo-to-text conversion, and multi-source research ingestion.

跳到安装

来源信息

仓库
onfire7777/universal-ai-skills-library
最近来源活动
2026年7月24日 17:07
检测到的 SKILL.md 语言
英语
星标
16
分支
0

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

文件资源管理器
8 个文件

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
onefilellm
description
Use when aggregating local files, directories, GitHub repositories/issues/PRs, documentation pages, PDFs, arXiv/DOI/PMID sources, YouTube transcripts, stdin, or clipboard text into a single LLM-ready XML context file using the locally installed jimmc414/onefilellm CLI. Use for context packaging, source bundling, repo-to-text conversion, and multi-source research ingestion.
license
MIT
# OneFileLLM Use this skill to collect multiple sources into one XML-style context payload for LLM analysis. ## Source - Upstream repository: `https://github.com/jimmc414/onefilellm` - Integrated source commit: `99c51a2cbe8cc01c0db037a9f800ca31fae9c2cd` - Local checkout: `%USERPROFILE%\.onefilellm\onefilellm` - Isolated venv CLI: `%USERPROFILE%\.onefilellm\venv\Scripts\onefilellm.exe` - Windows shim: `%USERPROFILE%\.onefilellm\bin\onefilellm.cmd` ## README-Grounded Usage The upstream README defines OneFileLLM as a command-line tool and Python API for aggregating local files, GitHub repos, web pages, PDFs, YouTube transcripts, arXiv/DOI/PMID sources, stdin, and clipboard content into a single structured XML output. Run: ```bash python scripts/run_onefilellm.py ./docs README.md python scripts/run_onefilellm.py https://github.com/user/project python scripts/run_onefilellm.py https://docs.python.org/3/tutorial/ python scripts/run_onefilellm.py --help-topic examples ``` Equivalent direct commands: ```powershell & "$env:USERPROFILE\.onefilellm\venv\Scripts\onefilellm.exe" --help & "$env:USERPROFILE\.onefilellm\bin\onefilellm.cmd" --help-topic crawling ``` ## References - `references/source-readme.md` contains the full upstream README. - `references/architecture.md` contains upstream architecture notes. - `references/requirements.txt` and `references/requirements-lock.txt` document installed dependencies. - `references/source-metadata.json` records the integrated commit and local paths. ## Safety And Quality Rules - Prefer local files/directories when possible. - Treat network sources as active fetches. Only run against trusted URLs or explicit user-provided URLs. - Do not pass secrets, private tokens, or sensitive local directories unless the user explicitly asks and the scope is clear. - Use `GITHUB_TOKEN` only when private GitHub access or higher rate limits are required. - Use `OFFLINE_MODE=1` for local-only dry runs or when network fetches should be blocked. - For YouTube-only transcript work, prefer the `youtube-transcript-english` skill because it enforces English output more strictly than OneFileLLM's built-in transcript fallback.
在 GitHub 查看