技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 818 · 14 current installs · 14 all-time installs
⭐ 0
安装量(当前) 14
🛡 VirusTotal :良性 · OpenClaw :良性
Package:aiwithabidi/sequential-thinking
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :良性
OpenClaw 评估
The skill's code and runtime instructions are consistent with its stated purpose (structured, stepwise reasoning) and request only the OpenRouter API key which is reasonable for its behavior.
目的
Name/description describe stepwise decomposition and verification; the included Python script implements exactly that flow (decompose → solve steps → optional verify → synthesize) and only requires an OpenRouter API key. No unrelated capabilities or credentials are requested.
说明范围
Runtime instructions and the script send user questions and intermediate step content to OpenRouter's chat completion endpoint — this is expected for an LLM-based reasoning skill but means user data (including intermediate reasoning) is transmitted to a third party. The script also attempts to parse JSON from model responses and falls back to regex extraction, which is normal but can fail if the model output is malformed.
安装机制
No install spec — instruction-only plus a small Python script. The only external dependency is the requests Python package (the script prints a helpful error if requests is missing). There are no downloads from arbitrary URLs or archive extraction.
证书
Only OPENROUTER_API_KEY is required and declared as the primary credential, which matches the script's use. No additional secrets, config paths, or unrelated credentials are requested.
持久
The skill does not request always:true, does not modify other skills or system-wide settings, and does not persist extra privileges; it runs as a one-off script invoked by the agent/user.
综合结论
This skill is coherent with its purpose, but be aware that all questions and intermediate reasoning are sent to OpenRouter (so do not include secrets or private data in prompts). Ensure you trust the OpenRouter service and the holder of OPENROUTER_API_KEY; rotate the key if it is shared. Install the requests Python package in a controlled environment (pip install requests). Review the script if you need to limit which model names are allowed (…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Sequential Thinking」。简介:Structured reasoning through sequential thinking — break complex problems into …。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/aiwithabidi/sequential-thinking/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
暂无本地缓存内容,可在后台执行详情同步。