ikuaidevikuaidevOfficialยท1 Agent Skills Included

ikuai-cli

Manage iKuai routers, VPN, firewall, and users from terminal

Controls iKuai routers from the command line, covering network, DNS, DHCP, VPN, firewall rules, users, and system settings. Eliminates slow web admin clicking by exposing every router function as scriptable commands with JSON output. Includes ready-made skills so your agent can monitor status, configure security, and automate backups safely.
npx skills add ikuaidev/ikuai-cli --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install ikuai-cli?โ–ผ

Run `npx skills add ikuaidev/ikuai-cli --all -g -y` in your terminal to install all skills globally for your agent.

How to manage an iKuai router from the terminal?โ–ผ

Set your router URL and token with `ikuai-cli auth set-url` and `auth set-token`, then run commands like `ikuai-cli monitor system` or `ikuai-cli network dns get`.

Can ikuai-cli configure VPN and firewall rules?โ–ผ

Yes. It supports PPTP, L2TP, OpenVPN, IKEv2, IPSec, and WireGuard, plus ACL, MAC filtering, URL filtering, and domain blacklists.

Does ikuai-cli work with Claude Code and other agents?โ–ผ

Yes. It ships a SKILL.md and domain skills that follow the universal standard, and its `--format json` output is designed for agent parsing.

Can I preview changes before applying them?โ–ผ

Yes. Most write commands support `--dry-run` to preview changes safely, and `--yes` skips confirmation prompts in scripts.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’