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.
npx agentmods add skills/zernio-dev/zernio-cli/zernio-clinpx skills add zernio-dev/zernio-cli --skill zernio-cligit clone --depth 1 https://github.com/zernio-dev/zernio-cliWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00024 | $0.02969 |
| Opus 5 | $0.00012 | $0.01484 |
| Sonnet 5 | $0.00005 | $0.00594 |
| Haiku 4.5 | $0.00002 | $0.00297 |
Grade A, and why
zernio scanned grade A with 0 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 2d 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 371 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Zernio CLI
Schedule and publish social media posts across 13 platforms (Instagram, TikTok, X/Twitter, LinkedIn, Facebook, Threads, YouTube, Bluesky, Pinterest, Reddit, Snapchat, Telegram, Google Business) from any terminal or AI agent.
Setup
npm install -g @zernio/cli
# Log in via browser (recommended)
zernio auth:login
# Or set your API key manually
zernio auth:set --key "sk_your-api-key"
# Verify it works
zernio auth:check
Or set the env var directly: export ZERNIO_API_KEY="sk_your-api-key"
Core Workflow
The typical flow for scheduling a post:
# 1. See your profiles
zernio profiles:list
# 2. See connected social accounts
zernio accounts:list
# 3. Schedule a post
zernio posts:create --text "Hello world!" --accounts <accountId1>,<accountId2> --scheduledAt "2025-01-15T10:00:00Z"
# 4. Check post status
zernio posts:list --status scheduled
# 5. View analytics (requires analytics add-on)
zernio analytics:posts --profileId <profileId>
Output Format
All commands output JSON by default (for AI agents and piping). Add --pretty for indented output.
Errors always return: {"error": true, "message": "...", "status": 401}
Commands Reference
Authentication
# Log in via browser (opens browser, creates API key automatically)
zernio auth:login
# Or with a custom device name
zernio auth:login --device-name "my-server"
# Save API key manually
zernio auth:set --key "sk_your-api-key"
# Optionally set custom API URL
zernio auth:set --key "sk_..." --url "https://custom.api.url/api/v1"
# Verify key works
zernio auth:check
Profiles
# List all profiles
zernio profiles:list
# Create a profile
zernio profiles:create --name "My Brand"
# Get profile details
zernio profiles:get <profileId>
# Update profile
zernio profiles:update <profileId> --name "New Name"
# Delete profile (must have no connected accounts)
zernio profiles:delete <profileId>
Accounts (Social Media Connections)
# List all connected accounts
zernio accounts:list
# Filter by profile or platform
zernio accounts:list --profileId <id> --platform instagram
# Get single account
zernio accounts:get <accountId>
# Check health of all accounts (rate limits, token expiry)
zernio accounts:health
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.
- 2d ago First seen · 371 lines · 24 tokens per session scan A 56196bcfa78a
zernio is a skill published in the GitHub repository zernio-dev/zernio-cli (24 stars, last pushed 1mo ago), licensed MIT. It adds 24 tokens to every session and 2,969 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
xpoz-best-practices
Reference guide for using Xpoz effectively via MCP. Covers query syntax (boolean operators, date filtering), response modes (fast/paging/CSV), field selection, tracking setup, and all platform tool references (Twitter, Instagram, Reddit, TikTok). Load for ANY Xpoz interaction, not just explicit best-practices…
lead-gen-scan
One-shot buying-intent lead scan across Reddit, Twitter, Instagram, and TikTok. Finds fresh posts from people actively asking for what your product does or frustrated with competitors, qualifies them, and reports prioritized leads for human engagement. Powered by billions of indexed posts via Xpoz MCP.
xpoz-social-tracking
Set up and manage continuous social media tracking across Twitter, Instagram, Reddit, and TikTok. Add, remove, and view tracked keywords, users, subreddits, and hashtags. Use when asked to track mentions, monitor brands, set up tracking, view tracked items, or stop tracking.
gr-social-distill
把一篇已发布的博客拆成 4 个社媒变体:X thread(10-15 推)、小红书笔记(3-5 图)、LinkedIn carousel、 dev.to / Zenn 二发。目标:在不新写博客的前提下激活 Organic Social 分发渠道。 当用户说"把这篇博客改成推特"、"做小红书版本"、"社媒分发"、"复用博客到多平台"时调用。.
osint-person-search
Find and verify person profiles across platforms via OSINT.
social-lead-gen
Lead generation from social media — find high-intent buyers in live Twitter, Instagram, and Reddit conversations. Auto-researches your product, generates targeted search queries, and discovers people actively looking for solutions you offer. Social selling and prospecting powered by billions of indexed posts.