Token导航 LogoToken导航TokenDH.com
效率external-serviceclawhub未标认证来源可访问clear审计提醒

orgx-power组织力量

Agent Skill

orgx-power 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,940

周安装

125

GitHub Stars

公开资料未说明

下载量

1,030
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:orgx-power(组织力量)
来源仓库:https://github.com/hopeatina/orgx-power
安装命令:
openclaw skills install orgx-power
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install orgx-power

简介

orgx-power 为 OpenClaw 高级用户提供实体 CRUD 与运行控制完整接口集。

  • 包含检查点重置流重新分配等底层操作能力。
  • 仅限熟悉 OrgX 协议规范的用户使用否则易引发系统不一致。
  • 所有突变操作均记录日志供事后追溯核查。orgx-power 属于效率类 Skill,可作为该场景下的辅助能力补充。
  • 强烈建议在沙箱环境中先行验证再应用于正式任务链。

SKILL.md

name
orgx-power
description
Power-user OrgX skill for OpenClaw. Use when you explicitly need the full mutation surface for entity CRUD, run control, checkpoints, stream reassignment, or agent-config policy changes.
version
1.0.0
user-invocable
true
tags

OrgX Power (OpenClaw)

Use this skill only when the caller explicitly needs the full mutation surface exposed by the OrgX OpenClaw plugin. This is the elevated counterpart to the default-safe orgx skill.

Use orgx by default. Use orgx-power when you need admin or orchestration operations that change entity state directly.

When to use this skill

  • creating or updating OrgX entities directly
  • reassigning streams or changing execution ownership
  • pausing, resuming, cancelling, or rolling back runs
  • listing or restoring checkpoints
  • inspecting or updating managed agent config policy
  • working against the unscoped /orgx/mcp endpoint rather than a domain-scoped safe surface

Elevated tool surface

These tools are part of the plugin registry, but are elevated and should be used intentionally:

  • orgx_apply_changeset
  • orgx_create_entity
  • orgx_update_entity
  • orgx_list_entities
  • orgx_reassign_stream
  • orgx_reassign_streams
  • orgx_delegation_preflight
  • orgx_run_action
  • orgx_checkpoints_list
  • orgx_checkpoint_restore
  • orgx_agent_sessions
  • orgx_resume_agent_session
  • orgx_clear_agent_session
  • update_agent_config
  • orgx_sentinel_catalog

The default-safe reporting tools still apply and should usually wrap elevated work:

  • orgx_emit_activity
  • orgx_request_decision
  • orgx_register_artifact
  • orgx_spawn_check
  • orgx_proof_status
  • orgx_verify_completion

Operating discipline

  1. Announce intent with orgx_emit_activity before making mutations.
  2. Prefer orgx_request_decision before irreversible or org-wide changes.
  3. Use orgx_apply_changeset when you need idempotent batched state updates.
  4. Register artifacts for anything another operator would need to inspect later.
  5. Verify completion and proof state after major mutations.

Examples

Batched entity mutation

orgx_apply_changeset({
  initiative_id: "aa6d16dc-d450-417f-8a17-fd89bd597195",
  idempotency_key: "run_abc_turn_7_commit_1",
  operations: [
    { op: "task.update", task_id: "task_uuid", status: "in_progress" },
    { op: "decision.create", title: "Use SSE for live updates", urgency: "medium" }
  ]
})

Reassign a stream

orgx_reassign_stream({
  initiative_id: "aa6d16dc-d450-417f-8a17-fd89bd597195",
  workstream_id: "7f8e2f61-...",
  domain: "operations",
  role: "reliability"
})

Run control

orgx_run_action({
  runId: "9d5c8b2b-...",
  action: "pause",
  reason: "Waiting for approval on production cutover"
})

Safety note

This skill assumes the runtime actually exposes the elevated tools. In the managed OrgX agent suite, many domain-scoped surfaces intentionally hide them. If a tool is unavailable, fall back to the safe orgx skill and request the necessary human decision or orchestration context.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

97.11%
按下载量换算1,000

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills