A safer, more reliable
program-driven personal AI agent.
Website · Docs · Quick Start
Agent-Sin freezes daily work into small Program Skills instead of letting an LLM reinterpret every task. Conversation is handled by an LLM at the entrance; execution is delegated to verified programs.
Design inspired by openclaw/openclaw.
| Traditional AI agent | Agent-Sin | |
|---|---|---|
| Execution | LLM follows steps every time | Runs pre-built programs |
| Speed | Bound to inference latency | Fast program execution |
| Stability | Output drifts run to run | Same input, same behavior |
| Cost | Charged per LLM call | No LLM cost for skill runs |
| Safety | Unexpected actions are possible | Only registered actions run |
When a new capability is needed, Build Mode uses Claude Code or Codex to generate a skill. After that it runs the same way — fast, cheap, and predictable.
- Conversation Mode and Build Mode — daily chat stays minimum-privilege; elevated permissions kick in only while authoring or editing a skill.
- Multi-channel — talk to the same agent from terminal, Discord, or Telegram.
- Flexible notifications — OS, Discord, Telegram, Slack, and email.
- Free model mix — pick a light model for chat and a stronger one for skill authoring.
- Always-on gateway — starts at login and bundles the scheduler with the Discord / Telegram bots.
- Long-term memory — agent persona, your profile, and daily context persist across sessions.
Requires Node.js 22+ and Python 3. Works on macOS, Linux, and Windows.
macOS / Linux
curl -fsSL https://agent.shingoirie.com/install.sh | bashWindows (PowerShell)
powershell -NoProfile -ExecutionPolicy Bypass -Command "irm https://agent.shingoirie.com/install.ps1 | iex"If you downloaded install.ps1 first, run it with powershell -NoProfile -ExecutionPolicy Bypass -File .\install.ps1 to avoid Windows' default script policy for that one run.
The installer sets up agent-sin, runs initial setup, and registers a login service. Workspace data lives in ~/.agent-sin/.
Full walkthrough: Getting Started.
- Overview — the big picture
- Getting Started — install to first conversation
- Concepts — design and Runtime
- Skill Authoring — write your own skill
- Built-in Skills — bundled skills
- CLI Reference — every command
- Configuration — settings and API keys
- Gateway & Ops — always-on, schedules, notifications, backup
- Discord · Telegram — channel integrations
- Versioning — compatibility and release policy
- Changelog — release history
KingCoding — Claude Code and Codex, in one simple UI. A Mac app that unifies the two coding agents, runs tasks hands-free in King Mode, and lets you check progress from your phone.
MIT
