Skip to main content
A skill is a markdown file an agent reads before a job: when to run it, which Nephia tools to call, in what order, and what it must not do. Six ship in the nephia-mcp package, under skills/. They are the same recipes as the server’s prompts, written for an agent that runs them unattended. They need the MCP server connected: a skill calls tools, it holds no data of its own.

Install

With the skills CLI, from the package:
Or copy one folder, for example skills/daily-brief, into your agent’s skills directory (~/.claude/skills/ for Claude Code). Fill the placeholders, {{brand}} or {{slack_channel}}, in your copy.

Run it on a schedule

Nephia keeps no schedule for a skill. The recurrence lives with the agent: a scheduled task in Claude or ChatGPT, a cron job running Claude Code, or an n8n workflow. Nephia keeps collecting in between, so a skill that runs at 8:00 reads everything caught overnight.

What a skill never does

Every skill reads and reports. None of them answers anyone on X, Reddit or any other platform, and none of them speaks for you in public. Delivering a brief to Slack or opening an issue in Linear goes through your agent’s own connector: Nephia never connects to those tools. A skill that can spend, like a weekly digest summarised by AI, prices the call first with the matching estimate tool, shows you the figure, and runs it only after you agree. No skill quotes a price: the figure is in each tool’s own description, which is where it stays correct. A test in the package refuses any skill that names a tool the server does not have, types a credit figure, or tells the agent to act on your behalf in public.

The six skills

alternative-seekers

packages/mcp/skills/alternative-seekers/SKILL.md, installed as skills/alternative-seekers/SKILL.md.

churn-signals

packages/mcp/skills/churn-signals/SKILL.md, installed as skills/churn-signals/SKILL.md.

daily-brief

packages/mcp/skills/daily-brief/SKILL.md, installed as skills/daily-brief/SKILL.md.

mentions-to-issues

packages/mcp/skills/mentions-to-issues/SKILL.md, installed as skills/mentions-to-issues/SKILL.md.

wall-of-love

packages/mcp/skills/wall-of-love/SKILL.md, installed as skills/wall-of-love/SKILL.md.

weekly-digest

packages/mcp/skills/weekly-digest/SKILL.md, installed as skills/weekly-digest/SKILL.md.