← 返回
效率工具 Key 中文

1panel-skills

1Panel operation skill for agent runtimes. Use when the user wants an assistant to interact with a 1Panel instance for resource monitoring, websites, certifi...
1Panel 操作技能,用于代理运行时。用户需要助手与 1Panel实例交互进行资源监控、网站、证书等操作时使用。
1panel
效率工具 clawhub v0.0.3 3 版本 99842.9 Key: 需要
★ 2
Stars
📥 1,231
下载
💾 4
安装
3
版本
#latest

概述

1panel-skills

Overview

Use this skill to interact with a 1Panel instance through authenticated HTTP API calls. The bundled resources are TypeScript source files grouped by module, with query-oriented actions implemented now and mutation endpoints reserved for later expansion.

Requirements

  • Require a 1Panel API key with access to the target instance.
  • Require these environment variables when executing the TypeScript resources in a host runtime:
  • ONEPANEL_BASE_URL
  • ONEPANEL_API_KEY
  • optional: ONEPANEL_TIMEOUT_MS
  • optional: ONEPANEL_SKIP_TLS_VERIFY=true

Workflow

  1. Choose the module that matches the user's request.
  2. Start with a list or search action to identify the exact target.
  3. Read detail, status, or logs only after the target is confirmed.
  4. If the user asks for create, update, delete, restart, stop, or any other mutation:
    • do not fabricate or guess a write workflow
    • surface the matching reserved mutation endpoint from the module
    • implement the write path only when that behavior is intentionally added to the skill

Module Groups

  • monitoring

Resource monitoring, dashboard current status, top processes, historical monitor data, GPU history.

  • websites

Website list/detail, Nginx config reads, domain list, HTTPS config, SSL certificate reads, website log reads.

  • apps

App catalog lookup, installed app list, installed app detail, service list, port/connection info.

  • containers

Container list/status/detail, inspect, stats, streaming log reads.

  • logs

Operation logs, login logs, system log file list, generic line-by-line log reads.

  • cronjobs

Cronjob list/detail, next execution preview, execution records, record log reads.

  • task-center

1Panel task-center list and executing count.

  • nodes

Node list, simple node list, node options, node summary. Some endpoints may require Pro/XPack.

Resources

Human-readable overview of module boundaries, common entrypoints, and reserved write scope.

Shared authenticated 1Panel client.

Executable CLI entry for runtime or shell-based tool calls.

Registry of all module definitions.

  • scripts/modules/*.ts

Module-specific actions and reserved mutation endpoint definitions.

Execution Notes

  • Prefer the CLI instead of letting the model construct signed HTTP requests itself.
  • The repository can ship prebuilt runtime files under dist/, so normal use should call node dist/scripts/cli.js ... directly without rebuilding first.
  • Run npm run build only after changing TypeScript source files such as scripts/*/.ts.
  • If the host runtime can execute TypeScript directly, import from scripts/index.ts and call the module actions.
  • If the runtime cannot execute TypeScript directly, use the TypeScript files as the source of truth for methods, paths, query parameters, and request payload shapes.
  • The current implementation focuses on query and inspection actions; extend the reserved mutation definitions when you intentionally add managed write flows.

版本历史

共 3 个版本

  • v0.0.3 当前
    2026-05-23 15:43 安全 安全
  • v0.0.2
    2026-04-30 17:09 安全 安全
  • v0.0.1
    2026-03-30 10:22 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 439 📥 147,716

1Panel Appstore skill

1panel
为来自官方仓库、Docker 镜像、docker‑compose.yml 文件或其他来源的容器化应用创建 1Panel 应用商店/本地应用安装包
★ 0 📥 334
productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 445 📥 226,320