Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

scalescale 搜索

Agent Skill

scale 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

10,649

周安装

435

GitHub Stars

公开资料未说明

下载量

3,445
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install scale

简介

scale 用于扩展系统、软件架构和公司运营的策略指导。

  • 适合在 OpenClaw 中结合瓶颈映射与分阶段杠杆计划进行决策支持。
  • 通过 openclaw skills install 命令从 clawhub 安装使用。
  • 建议确认组织当前发展阶段,避免盲目套用规模化方案。
  • scale 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
Scale Frameworks
slug
scale
version
1.0.0
homepage
https://clawic.com/skills/scale
description
Scale systems, software architecture, and companies with bottleneck mapping, staged leverage plans, and risk-aware execution loops.
changelog
Initial release with cross-domain scaling frameworks, bottleneck diagnostics, and execution cadence playbooks.
metadata
{"clawdbot":{"emoji":"CHART","requires":{"bins":[],"config":["~/scale/"]},"os":["linux","darwin","win32"],"configPaths":["~/scale/"]}}

Setup

On first use, read setup.md for integration and activation guidance.

When to Use

Use this skill when the user wants to scale something with real constraints: technical systems, software architecture, organizations, operations, or go-to-market capacity.

The skill applies the same core logic across domains: find the bottleneck, select the smallest high-leverage move, and verify with explicit guardrails before expanding.

This skill is advisory and planning-focused. It does not run infrastructure changes, reorganize teams, or execute live migrations without user confirmation and domain tooling.

Architecture

Memory lives in ~/scale/. See memory-template.md for structure and status fields.

~/scale/
|- memory.md                  # Durable scaling context and activation preferences
|- bottleneck-map.md          # Active constraints and bottleneck hypotheses
|- leverage-backlog.md        # Candidate changes ranked by impact and effort
`- experiment-log.md          # Outcomes, regressions, and rollout notes

Quick Reference

Use the smallest relevant file for the current scaling problem.

TopicFile
Setup and integrationsetup.md
Memory structure and statesmemory-template.md
Universal intake and bottleneck diagnosisscale-diagnostic.md
Infrastructure and platform scalingsystem-scale-framework.md
Software architecture scalingarchitecture-scale-framework.md
Team and business scalingcompany-scale-framework.md
Cadence, metrics, and rollout controlexecution-cadence.md

Core Rules

1. Define Scale Target Before Solutions

Always lock these inputs first:

  • What must scale: throughput, reliability, team output, revenue, or customer base
  • Time horizon: immediate, quarter, or year
  • Non-negotiable constraints: budget, compliance, headcount, latency, quality

No target, no valid scaling plan.

2. Work the BOLT Loop

For every scaling request, apply BOLT in order:

  • Bottleneck: identify the dominant limiting factor now
  • Objective: define measurable win condition
  • Levers: list 3 to 5 candidate interventions
  • Test: run staged validation with rollback criteria

Do not skip directly from symptoms to large transformations.

3. Prioritize Smallest Effective Change

Default to interventions that unlock capacity fast with bounded risk:

  • Remove queueing friction before adding complexity
  • Improve interfaces and ownership before splitting services
  • Standardize repeated work before hiring aggressively

Big rewrites are last resort, not default strategy.

4. Price Second-Order Effects Explicitly

Each recommendation must include likely side effects:

  • New failure modes
  • Cost and operational overhead growth
  • Coordination load across teams
  • Risk of local optimization hurting global performance

If second-order risk is unknown, mark as hypothesis and constrain rollout.

5. Pair Every KPI with a Guardrail

Never scale on a single growth metric. Pair it with guardrails:

  • Throughput with error rate
  • Deploy velocity with change failure rate
  • Sales growth with gross margin and support load

If guardrails degrade, pause expansion and stabilize.

6. Separate Temporary Boosts from Durable Capacity

Label every action as one of two types:

  • Temporary boost: overtime, manual review, tactical exceptions
  • Durable capacity: automation, architecture simplification, reusable process

Use temporary boosts only to buy time for durable capacity.

7. Institutionalize What Works

After each successful change:

  • Capture trigger conditions
  • Document operating playbook and owner
  • Add review cadence and retirement criteria

Scaling compounds only when wins become repeatable systems.

Common Traps

  • Hiring before workflow clarity -> headcount increases coordination drag.
  • Splitting monoliths before interface discipline -> distributed outages with slower delivery.
  • Scaling traffic without SLO guardrails -> growth hides reliability collapse.
  • Copying big-company org charts too early -> decision latency and ownership gaps.
  • Optimizing one bottleneck in isolation -> next bottleneck shifts and total flow does not improve.
  • Confusing activity with throughput -> teams look busy while output stagnates.

Security & Privacy

Data that leaves your machine:

  • None by default from this skill itself.

Data that stays local:

  • Scaling context and learned operating patterns under ~/scale/.

This skill does NOT:

  • Execute undeclared network requests automatically.
  • Apply irreversible technical or organizational changes without explicit user approval.
  • Store secrets, credentials, or payment data in local memory files.
  • Modify files outside ~/scale/ for memory storage.

Related Skills

Install with clawhub install <slug> if user confirms:

  • architecture - Architectural fundamentals and constraints that shape scaling decisions.
  • systems-architect - Reliability, infrastructure, and platform tradeoff patterns.
  • startup - Stage-aware startup execution and prioritization logic.
  • growth - Demand generation and growth loops once capacity is ready.
  • strategy - Strategic framing and tradeoff analysis across long horizons.

Feedback

  • If useful: clawhub star scale
  • Stay updated: clawhub sync

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

95.87%
按下载量换算3,303

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills