lively-setup

lively-setup is a skill for Claude Code, Codex from livewithlively/lively. It costs 89 tokens per session (1,183 once invoked), scanned D, original, AGPL-3.0.

A setup and troubleshooting guide for connecting the Lively plugin to its gateway. A gateway is the address and connection point the plugin uses to communicate.

In plain words
What is it for?
Configuring the gateway address and token, checking the connection, and troubleshooting MCP connection failures.
Why use it?
It helps diagnose missing addresses or tokens, failed connections, and errors after installation.

Skill for Claude CodeCodex

Part of the lively plugin — 1 skill, 10 hooks, 1 MCP server shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/livewithlively/lively/lively-setup
Any agent
npx skills add livewithlively/lively --skill lively-setup
Clone the repo
git clone --depth 1 https://github.com/livewithlively/lively

Made for: Claude Code, Codex.

Or install lively, the plugin that ships this one along with the rest of its 1 skill, 10 hooks, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for lively-setup

README.md
[![agentmods](https://agentmods.dev/badge/skills/livewithlively/lively/lively-setup.svg)](https://agentmods.dev/skills/livewithlively/lively/lively-setup)
Your own site
<a href="https://agentmods.dev/skills/livewithlively/lively/lively-setup"><img src="https://agentmods.dev/badge/skills/livewithlively/lively/lively-setup.svg" alt="Measured on agentmods" height="20"></a>
Per session 89 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,183 The whole file, excluding the scripts and references it only reads on demand.
Security scan D 3 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00089 $0.01183
Opus 5 $0.00044 $0.00592
Sonnet 5 $0.00018 $0.00237
Haiku 4.5 $0.00009 $0.00118

Measured 4d ago against content hash e478fa4b01a8, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade D, and why

lively-setup scanned grade D with 3 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

## ⚠ 키트(`curl … | sh`)와 함께 쓰지 않는다

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

- **키트** — 게이트웨이가 주는 `curl -fsSL <게이트웨이>/cli | sh` 한 줄. 훅을 `~/.lively/hooks/` 에 깔고 `~/.claude/settings.json` 을 머지한다.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

## ⚠ 키트(`curl … | sh`)와 함께 쓰지 않는다
plugins/lively/skills/lively-setup/SKILL.md · 59 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 59 lines · 89 tokens per session scan D e478fa4b01a8

Subscribe to this mod's changes

lively-setup is a skill published in the GitHub repository livewithlively/lively (5 stars, last pushed yesterday), licensed AGPL-3.0. It adds 89 tokens to every session and 1,183 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it D with 3 findings (downloads and executes remote code, reads agent configuration directories, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

release-gatekeeper

End-to-end release validation for Connapse — the 'final boss' before any version ships. Downloads the latest alpha from GitHub Releases, deploys an isolated Docker instance (separate from production), then systematically tests every feature: UI via Playwright, API via curl/REST, MCP tools, search quality, security…

Destrayon/Connapse · 183 tokens

create-tickets

Batch-create GitHub issues from a brainstorming discussion. Decomposes ideas into properly-sized tickets with labels, milestones, and project board placement. Trigger when user says: create tickets, make tickets, turn ideas into issues, create issues from brainstorm, create issues from discussion, batch create issues.

Destrayon/Connapse · 62 tokens

discover-work

Deep research across codebase, GitHub issues, discussions, project board, and architecture docs to discover new tasks, gaps, technical debt, and improvement ideas. Trigger when user says: discover work, find tasks, what needs doing, audit codebase, find gaps, technical debt audit, backlog discovery, brainstorm tasks…

Destrayon/Connapse · 77 tokens

next-task

Recommend the best next task to work on based on open GitHub issues. Analyzes priority, dependencies, milestone urgency, and codebase readiness. Trigger when user asks: what should I work on, what is next, next task, pick a task, what to do next, suggest work, prioritize tasks.

Destrayon/Connapse · 66 tokens

pkm-session-end

Use when wrapping up a work session — creates devlog entry, captures undocumented decisions/research/debugging, audits link health of session work, and updates project index. Primarily used via the pkm-capture agent.

AdrianV101/obsidian-pkm-plugin · 49 tokens

pkm-write

Use when writing to the vault — creating new notes (vaultwrite), editing existing notes (vaultedit, vaultappend, vaultupdatefrontmatter). Handles duplicate checking, link discovery, annotations, and index updates for new notes. Provides guidelines for modifications.

AdrianV101/obsidian-pkm-plugin · 54 tokens