CommunityImagegithub.com

ucoz-skills/agent-skills

Official uCoz agent skills library and MCP plugin for AI coding assistants.

Works withClaude CodeCodex CLICursorAntigravityGemini CLI
npx skills add https://github.com/ucoz-skills/agent-skills/tree/main

Ask in your favorite AI

Open a new chat with this agent skill pre-loaded.

Documentation

uCoz Agent Skills

Official Agent Skills for AI agents working with uCoz: landing pages, site provisioning, ad campaigns.

Each skill ships with the ucoz-mcp server — install the plugin once and get both instructions and tools.

Website catalog: ucoz.com/ai/skills
MCP documentation: api.ucoz.net/mcp

Available skills

SkillDescriptionVersion
ucoz-landing-skillGenerate and edit landing pages via MCP1.3
ucoz-provisioning-skillCreate or connect a uCoz site and configure MCP (uAPI, FTP, modules). Requires Playwright — see browser-runner1.1

Installation

Cursor (skills + MCP)

Install from GitHub — skills and MCP are configured together via .cursor-plugin/plugin.json:

Settings → Rules → New Rule → Add from Githubhttps://github.com/ucoz-skills/agent-skills.git

Or submit the repo at cursor.directory/plugins/new.

After install, open Settings → Tools & MCP and set environment variables for ucoz-mcp (see MCP setup).

Codex (skills + MCP)

Codex App — install the uCoz plugin from the plugin catalog.

Codex CLI — run /plugins, select uCoz, and choose Install Plugin.

Skills load from skills/; MCP config is read from .mcp.json via .codex-plugin/plugin.json. Set uCoz environment variables in Codex MCP settings (see MCP setup).

Antigravity (IDE + CLI)

Google Antigravity discovers skills from skills/ and supports bundled MCP via native plugins (plugin.json + mcp_config.json).

Antigravity CLI — plugin install (recommended, skills + MCP):

agy plugin install https://github.com/ucoz-skills/agent-skills.git

Installs globally under ~/.gemini/config/plugins/ucoz/. Verify with agy plugin list and browse skills with /skills in the CLI.

Antigravity IDE — Skills CLI:

npx skills add ucoz-skills/agent-skills

Installs skill folders to ~/.agents/skills/ (discovered by Antigravity IDE). For skills shared across all Antigravity tools, copy them to ~/.gemini/skills/ instead — see Antigravity skills docs.

Workspace-only install — copy skill folders into .agents/skills/ at your project root.

After install, set UCOZ_* environment variables for MCP (see MCP setup). When using the plugin path, MCP is bundled from mcp_config.json; otherwise merge that file into ~/.gemini/config/mcp_config.json.

Validate a local clone before installing:

agy plugin validate /path/to/agent-skills

Hermes (Skills Hub)

Hermes Agent discovers skills from GitHub taps and the skills.sh index.

Subscribe to the repo (custom tap):

hermes skills tap add ucoz-skills/agent-skills

Install skills:

hermes skills install ucoz-skills/agent-skills/skills/ucoz-landing-skill
hermes skills install ucoz-skills/agent-skills/skills/ucoz-provisioning-skill

Skills CLI (also registers the repo with skills.sh telemetry for catalog indexing):

npx skills add ucoz-skills/agent-skills

After the first install, skills appear on skills.sh/ucoz-skills/agent-skills and in the Hermes Skills Hub index (refreshed periodically). Updates: push to GitHub; users run hermes skills check and hermes skills update.

Hermes uses the GitHub API to browse taps. Set GITHUB_TOKEN in ~/.hermes/.env (or run gh auth login) if you hit API rate limits.

Claude Code (marketplace)

/plugin marketplace add ucoz-skills/agent-skills
/plugin install ucoz@ucoz-skills

Skills load from skills/; MCP config is read from .mcp.json at the plugin root.

Skills CLI (skills only)

npx skills add ucoz-skills/agent-skills

Install a single skill:

npx skills add ucoz-skills/agent-skills --skill ucoz-landing-skill
npx skills add ucoz-skills/agent-skills --skill ucoz-provisioning-skill

Skills CLI installs instructions only. Add .mcp.json to your project or IDE separately for MCP tools.

Manual install

Copy a skill folder into your agent skills directory:

  • skills/ucoz-landing-skill
  • skills/ucoz-provisioning-skill (includes browser-runner/ for Playwright provisioning)
ToolSkills path
Cursor.cursor/skills/ or .agents/skills/
Claude Code.claude/skills/
Antigravity.agents/skills/ (workspace) or ~/.gemini/skills/ (global)

MCP setup

The repo includes .mcp.json — bundled automatically when you install the Cursor, Codex, Claude Code, or Antigravity plugin.

MCP runs via stdio:

npx -y ucoz-mcp@latest

Set these environment variables in your IDE MCP settings:

VariableDescription
UCOZ_API_TOKENuAPI token from control panel
UCOZ_SITE_URLSite URL, e.g. https://example.ucoz.net/
UCOZ_FTP_HOSTFTP host
UCOZ_FTP_USERFTP username
UCOZ_FTP_PASSFTP password

Example MCP config (also in .mcp.json and mcp_config.json):

{
  "mcpServers": {
    "ucoz-mcp": {
      "command": "npx",
      "args": ["-y", "ucoz-mcp@latest"],
      "env": {
        "UCOZ_API_TOKEN": "your-token",
        "UCOZ_SITE_URL": "https://your-site.ucoz.net/",
        "UCOZ_FTP_HOST": "your-site.ucoz.net",
        "UCOZ_FTP_USER": "your-ftp-login",
        "UCOZ_FTP_PASS": "your-ftp-password"
      }
    }
  }
}

MCP tools

ToolPurpose
templates_toolPage templates, menus, mail forms, backups
ftp_toolUpload CSS/JS/images, manage site files
modules_toolInstall modules, quarantine/indexing

License

MIT — see LICENSE.

Related Skills

forcedotcom/generating-lwc-components

Lightning Web Components with PICKLES methodology and 165-point scoring. Use this skill when the user creates or edits LWC components, builds wire service patterns, or writes Jest tests for LWC. TRIGGER when: user creates/edits LWC components, touches lwc/**/*.js, .html, .css, .js-meta.xml files, or asks about wire service, SLDS, or Jest LWC tests. DO NOT TRIGGER when: Apex classes (use generating-apex), Aura components, or Visualforce.

community

agentspace-so/nano-banana-2

Generate images with Google Nano Banana 2 (Gemini-family flash-tier text-to-image) on RunComfy — bundled with the model's documented prompting patterns so the skill gets sharper output than naive prompting against the same model. Documents Nano Banana 2's strengths (rapid iteration, in-image typography rendering, predictable framing, optional web-grounded context), the resolution-tier pricing, the safety-tolerance dial, and when to route to Nano Banana Pro / GPT Image 2 / Flux 2 / Seedream instead. Calls `runcomfy run google/nano-banana-2/text-to-image` through the local RunComfy CLI. Triggers on "nano banana", "nano-banana-2", "nano banana 2", "google image gen", "gemini image", or any explicit ask to generate with this model.

community

napoleond/instaclaw

Photo sharing platform for AI agents. Use this skill to share images, browse feeds, like posts, comment, and follow other agents. Requires ATXP authentication.

community

wondelai/refactoring-ui

Audit and fix visual hierarchy, spacing, color, and depth in web UIs. Use when the user mentions "my UI looks off", "fix the design", "Tailwind styling", "color palette", "visual hierarchy", "design system", "spacing scale", or "component styling". Also trigger when building consistent design tokens, creating dark mode themes, improving data visualization clarity, or polishing UI details before launch. Covers grayscale-first workflow, constrained design scales, shadows, and component styling. For typeface selection, see web-typography. For usability audits, see ux-heuristics.

community

github/legacy-circuit-mockups

Generate breadboard circuit mockups and visual diagrams using HTML5 Canvas drawing techniques. Use when asked to create circuit layouts, visualize electronic component placements, draw breadboard diagrams, mockup 6502 builds, generate retro computer schematics, or design vintage electronics projects. Supports 555 timers, W65C02S microprocessors, 28C256 EEPROMs, W65C22 VIA chips, 7400-series logic gates, LEDs, resistors, capacitors, switches, buttons, crystals, and wires.

community

affaan-m/browser-qa

Use this skill to automate visual testing and UI interaction verification using browser automation after deploying features.

community