Zeline — an open-source agentic AI framework developed by Zerolinear.
# Add to your Claude Code skills
git clone https://github.com/Mftrferdinand/ZelineLast scanned: 8/17/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-08-17T04:42:40.190Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}Zeline is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by Mftrferdinand. Zeline — an open-source agentic AI framework developed by Zerolinear. It has 68 GitHub stars.
Yes. Zeline passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/Mftrferdinand/Zeline" and add it to your Claude Code skills directory (see the Installation section above).
Zeline is primarily written in Python. It is open-source under Mftrferdinand on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh Zeline against similar tools.
No comments yet. Be the first to share your thoughts!
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
Zeline is an open-source agentic AI framework developed by Zerolinear. It's a flexible foundation for building AI agents that can reason, use tools, interact with external systems, and carry out complex, multi-step workflows.
Rather than being tied to a single model, provider, or infrastructure, Zeline is built around flexibility. Connect your preferred AI models and OpenAI-compatible endpoints, configure providers, integrate tools, and extend the framework to fit how you want your agents to work — models and providers can be swapped without rebuilding the system, keeping the agent architecture portable and adaptable.
Run it locally for development or deploy it to your own server or cloud, and connect it to the interfaces you use. The goal is to keep control in the developer's hands: your models, your tools, your infrastructure, your data. Open-source, model-agnostic, extensible, and developer-first.
~/.zeline/sessions.db), so it survives gateway restartstool_search. On the full profile that is 6,793 characters per request instead of 17,089 (60% less), without hiding any capability: names stay visible and a listed tool can be called directly. It engages only where the saving outweighs the extra round trip, so the public safe profile keeps sending everything; run zeline toolsearch for the numbers on your own tool setbrowser tool drives an installed Chromium/Chrome over the Chrome DevTools Protocol (open, click, type, read, screenshot), so JavaScript-rendered and logged-in pages are reachable where raw HTML fetching is not. No Playwright or Puppeteer dependencyzeline cron runs interval or cron-expression jobs in the running gateway process, reusing its config, provider key, and workspace, and delivers results to the chat that owns the jobcode_intel asks a real LSP server for diagnostics, definitions, references, hover, and symbols; servers are discovered on PATH and never downloaded, falling back to the project linter when none is installedcustom_* tools, and local OpenAPI 3 documents become namespaced api_* tools without handwritten wrappersread_file, and neither costs a model callzeline undo lists and restores themask_user pauses the run to ask you one question, with tappable options on messaging gateways and a keyboard prompt in the CLIsafe — memory and public skills only; default for messaging gatewaysworkspace — safe plus files inside the owner workspacefull — workspace plus shell access; intended for the local owner CLIRequirements: Python 3.10+. WhatsApp also needs Node.js 18+ and npm. POSIX platforms use a private Python environment; Windows uses a per-user package install. Neither requires root/Administrator access.
pip install zeline
# or, in an isolated tool environment:
uv tool install zeline
Then zeline setup. Zeline is on PyPI via Trusted Publishing (OIDC) — no API
token stored in the repository, same verified artifacts as the release.
One line, and it needs no existing Python tooling — it provisions a private environment for you:
curl -fsSLO --proto '=https' --tlsv1.2 https://github.com/Mftrferdinand/Zeline/releases/download/v0.3.3/install.sh && bash install.sh
Then zeline setup. The installer downloads the versioned wheel and verifies it
against SHA256SUMS itself before installing, so there is nothing to check by
hand. On iSH, run apk add bash curl python3 first.
iwr -UseBasicParsing https://github.com/Mftrferdinand/Zeline/releases/download/v0.3.3/install.ps1 -OutFile install.ps1; .\install.ps1
Then zeline setup.
The installer's own wheel check comes from the same release as the installer, so it proves integrity, not origin. For that, verify the release's build-provenance attestation with GitHub CLI — an independent signature chain:
gh attestation verify install.sh --repo Mftrferdinand/Zeline
See the complete installation guide for package prerequisites, platform limitations, checkout installs, updates, PATH fixes, and uninstall instructions.
One command on every platform — Termux, Linux, macOS, iSH, and Windows PowerShell:
zeline update
It fetches the latest release installer, verifies its SHA-256 before running it,
and updates in place. Your config, sessions, memory, and private skills under
~/.zeline are untouched. From a git checkout it rebuilds your local source
instead.
Check what you are on, and whether a release is waiting:
zeline version
Both are also available from Telegram, so a phone-only install never needs a
shell: /version reports the installed build against the latest release, and
/update performs the update. /update is owner-only and runs in a detached
process — the gateway finishes in-flight work, stops, installs, and relaunches
itself, with progress posted back to the chat. It refuses to run from a source
checkout, where installing an uncommitted working tree would be a surprise.
Then inspect the available integrations and health:
zeline tools list
zeline mcp list
zeline doctor
zeline gateway list
zeline
# or
zeline chat -q "What can you do?"
Create a bot with @BotFather, then run:
zeline gateway setup telegram
zeline gateway start
An empty allowlist makes the bot public. Public gateways always use the safe tool profile by default, so users cannot access host files or a shell.
Telegram commands:
/start, /help Show command help
/status Show provider and session status
/models Show the active model
/model <provider/model> Persistently switch this installation's model
/new Clear the current chat history
/restart Restart the current Telegram chat session
/stop Stop this Zeline gateway process
/logs Show how to inspect gateway logs from the installation terminal
Attachments up to 256 KB are accepted for text, JSON, CSV, common code/config files, and ZIP archives containing safe text files. Text-based PDFs are extracted with pypdf. Images are accepted as attachment metadata; pixel analysis needs a vision-capable provider.
zeline gateway setup whatsapp
zeline gateway start
On first start, Zeline installs it