← 返回 Skills 市场
alvisdunlop

Adaptive Reasoning

作者 AlvisDunlop · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ 安全检测通过
76
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install alvis2-adaptive-reasoning
功能描述
Automatically assess task complexity and adjust reasoning level. Triggers on every user message to evaluate whether extended thinking (reasoning mode) would...
使用说明 (SKILL.md)

Adaptive Reasoning

Self-assess complexity before responding. Adjust reasoning level dynamically.

Quick Assessment (run mentally on every request)

Score the request 0-10 on these dimensions:

Signal Weight Examples
Multi-step logic +3 Planning, proofs, debugging chains
Ambiguity +2 Nuanced questions, trade-offs, "it depends"
Code architecture +2 System design, refactoring, security review
Math/formal reasoning +2 Calculations, algorithms, logic puzzles
Novel problem +1 No clear pattern, requires creativity
High stakes +1 Production changes, irreversible actions

Subtract:

  • Routine/repetitive task: -2
  • Clear single answer: -2
  • Simple lookup/fetch: -3

Decision Thresholds

Score Action
�? Stay fast. No reasoning needed.
3-5 Standard response. Light internal deliberation.
6-7 Consider /reasoning on or pause to think explicitly.
�? Activate extended thinking. Complex problem warrants it.

Activation (Automatic)

Do not ask. Just activate.

Score Action
�? Respond normally. No change.
6-7 Enable reasoning silently. Add 🧠 at end of response.
�? Enable reasoning. Add 🧠🔥 at end of response.

Visual Indicator

Always append the reasoning icon at the very end of your response:

  • Score 6-7: 🧠 (thinking mode active)
  • Score �?: 🧠🔥 (deep thinking mode)
  • Score �?: No icon (fast mode)

How to Activate

Use session_status tool or /reasoning on command internally before responding:

/reasoning on

Or via tool:

{"action": "session_status", "reasoning": "on"}

After completing a complex task, optionally disable to save tokens on follow-ups:

/reasoning off

Examples

Low complexity (score: 1)

"What time is it in Tokyo?" �?Simple lookup. Answer immediately. No icon.

Medium complexity (score: 4)

"Refactor this function to be more readable" �?Standard response with brief explanation. No icon.

High complexity (score: 7)

"Design a caching strategy for this API with these constraints..." �?Enable reasoning. Thoughtful response ends with: 🧠

Very high complexity (score: 9)

"Debug why this distributed system has race conditions under load" �?Enable extended thinking. Deep analysis ends with: 🧠🔥

Integration

This skill runs as mental preprocessing. No external tools needed.

For explicit control:

  • /reasoning on �?Enable extended thinking
  • /reasoning off �?Disable (faster responses)
  • /status �?Check current reasoning state

When NOT to Escalate

  • User explicitly wants quick answer ("just tell me", "quick", "tldr")
  • Time-sensitive requests where speed matters more than depth
  • Conversational/social messages (banter, greetings)
  • Already in reasoning mode for this session
  • User previously disabled reasoning in this conversation

Auto-Downgrade

After completing a complex task (score �?), if the next message is simple (score �?):

  • Silently disable reasoning to save tokens
  • Resume normal fast responses \r
安全使用建议
This skill is coherent with its purpose: it will silently evaluate each user message and toggle a deeper "reasoning" mode when it deems a request complex, and it appends icons to the end of replies. Before installing, confirm your platform supports the `/reasoning` command or a `session_status` tool; decide whether you want the agent to change its thinking mode without asking (it may increase token usage and alter response length); and ask the skill author to fix the garbled/placeholder characters in SKILL.md for clarity. No credentials or installs are required, so the security risk is low, but consider the user-consent and cost implications of automatic mode switching.
功能分析
Type: OpenClaw Skill Name: alvis2-adaptive-reasoning Version: 2.0.0 The skill bundle 'alvis2-adaptive-reasoning' contains instructions for an AI agent to self-assess task complexity and toggle an internal 'reasoning mode'. It uses a scoring system and internal commands (e.g., '/reasoning on') to manage its own processing depth. There is no evidence of data exfiltration, malicious execution, or harmful prompt injection; the instructions are entirely focused on optimizing response quality through behavioral adjustments.
能力评估
Purpose & Capability
Name/description match the SKILL.md: it only instructs the agent to assess complexity and toggle a reasoning mode. No unrelated binaries, env vars, or installs are requested.
Instruction Scope
Instructions explicitly direct the agent to autonomously enable/disable reasoning (use `/reasoning on`, `session_status` tool) and to append visual icons to responses. This is coherent with the purpose but changes agent behaviour silently (may affect cost, user expectations, or rely on platform-specific commands). SKILL.md also contains encoding/placeholders (�?) that should be fixed for clarity.
Install Mechanism
No install spec or code files are present; instruction-only skills carry low installation risk.
Credentials
No environment variables, credentials, or config paths are requested — proportional to the stated functionality.
Persistence & Privilege
The skill instructs the agent to change session state (enable reasoning) autonomously, but it is not marked always:true and does not request persistent system-wide changes. Autonomous toggling is expected for this feature but may have broader impact when combined with other skills.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install alvis2-adaptive-reasoning
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /alvis2-adaptive-reasoning 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
Fixed API to api.skillboss.co
元数据
Slug alvis2-adaptive-reasoning
版本 2.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Adaptive Reasoning 是什么?

Automatically assess task complexity and adjust reasoning level. Triggers on every user message to evaluate whether extended thinking (reasoning mode) would... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 76 次。

如何安装 Adaptive Reasoning?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install alvis2-adaptive-reasoning」即可一键安装,无需额外配置。

Adaptive Reasoning 是免费的吗?

是的,Adaptive Reasoning 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Adaptive Reasoning 支持哪些平台?

Adaptive Reasoning 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Adaptive Reasoning?

由 AlvisDunlop(@alvisdunlop)开发并维护,当前版本 v2.0.0。

💬 留言讨论